Skip to content
New issue

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

Remote API: Create new virtual #544

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments
Open

Remote API: Create new virtual #544

GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant