Fix required attributes of "ip_version" for subnet-create.
Change the required attribute from "false" to "true". Change-Id: I80bd6a0cbbc798f6ad5c069feff21c665f07f35d Closes-Bug: #1408218
This commit is contained in:
parent
6511a96776
commit
a612d805bd
@ -452,7 +452,7 @@
|
||||
<wadl:doc xmlns:wadl="http://wadl.dev.java.net/2009/02" xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||
<para>The gateway IP address.</para></wadl:doc>
|
||||
</param>
|
||||
<param xmlns="http://wadl.dev.java.net/2009/02" required="false"
|
||||
<param xmlns="http://wadl.dev.java.net/2009/02" required="true"
|
||||
name="ip_version" style="plain" type="xsd:string">
|
||||
<wadl:doc xmlns:wadl="http://wadl.dev.java.net/2009/02" xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||
<para>The IP version, which is 4 or 6.</para></wadl:doc>
|
||||
|
Loading…
x
Reference in New Issue
Block a user