We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce: 1. Create new virtual server. Request URL: Parameter nameserver=inherit. http://<host>/api/virtual_servers/create?hardware_server_id=<hardware_server_id> &identity=<identity>...&nameserver=inherit Actual result: <?xml version="1.0" encoding="UTF-8"?> <result> <status type="boolean">false</status> <details type="array"> <detail> <error>DNS server IP address is invalid.</error> <field>nameserver</field> </detail> </details> </result> Expected result: <?xml version="1.0" encoding="UTF-8"?> <result> <status type="boolean">true</status> <details> <id type="integer">5</id> </details> </result> Version of the product: OpenVZ Web Panel 2.4 Server OS: CentOS release 6.5
Original issue reported on code.google.com by [email protected] on 6 Aug 2014 at 1:53
[email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original issue reported on code.google.com by
[email protected]
on 6 Aug 2014 at 1:53The text was updated successfully, but these errors were encountered: