Merge "Fix wrong description of uuid and port parameters"
This commit is contained in:
commit
4598d50e46
@ -248,13 +248,12 @@
|
|||||||
<para>Optionally, you can create one or more NICs
|
<para>Optionally, you can create one or more NICs
|
||||||
on the server.</para>
|
on the server.</para>
|
||||||
<para>To provision the server instance with a NIC
|
<para>To provision the server instance with a NIC
|
||||||
for a <code>nova-network</code> network,
|
for a network, specify the UUID of the network
|
||||||
specify the UUID in the <code>uuid</code>
|
in the <code>uuid</code> attribute in a
|
||||||
attribute in a <code>networks</code>
|
<code>networks</code> object.</para>
|
||||||
object.</para>
|
|
||||||
<para>To provision the server instance with a NIC
|
<para>To provision the server instance with a NIC
|
||||||
for a <code>neutron</code> network, specify
|
for an already existing port, specify the
|
||||||
the UUID in the <code>port</code> attribute in
|
port-id in the <code>port</code> attribute in
|
||||||
a <code>networks</code> object.</para>
|
a <code>networks</code> object.</para>
|
||||||
<para>You can specify multiple NICs on the
|
<para>You can specify multiple NICs on the
|
||||||
server.</para>
|
server.</para>
|
||||||
@ -267,11 +266,10 @@
|
|||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||||
xml:lang="EN">
|
xml:lang="EN">
|
||||||
<para>To provision the server instance with a NIC
|
<para>To provision the server instance with a NIC
|
||||||
for a <code>nova-network</code> network,
|
for a network, specify the UUID of the network
|
||||||
specify the UUID in the <code>uuid</code>
|
in the <code>uuid</code> attribute in a
|
||||||
attribute in a <code>networks</code> object.
|
<code>networks</code> object. Required if you
|
||||||
Required if you omit the <code>port</code>
|
omit the <code>port</code> attribute.</para>
|
||||||
attribute.</para>
|
|
||||||
</wadl:doc>
|
</wadl:doc>
|
||||||
</param>
|
</param>
|
||||||
<param xmlns="http://wadl.dev.java.net/2009/02"
|
<param xmlns="http://wadl.dev.java.net/2009/02"
|
||||||
@ -281,8 +279,8 @@
|
|||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||||
xml:lang="EN">
|
xml:lang="EN">
|
||||||
<para>To provision the server instance with a NIC
|
<para>To provision the server instance with a NIC
|
||||||
for a <code>neutron</code> network, specify
|
for an already existing port, specify the
|
||||||
the UUID in the <code>port</code> attribute in
|
port-id in the <code>port</code> attribute in
|
||||||
a <code>networks</code> object. Required if
|
a <code>networks</code> object. Required if
|
||||||
you omit the <code>uuid</code>
|
you omit the <code>uuid</code>
|
||||||
attribute.</para>
|
attribute.</para>
|
||||||
|
@ -214,21 +214,20 @@
|
|||||||
name="networks" style="plain" type="xsd:string"
|
name="networks" style="plain" type="xsd:string"
|
||||||
required="false">
|
required="false">
|
||||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||||
xml:lang="EN">
|
xml:lang="EN">
|
||||||
<para>A <code>networks</code> object. By default,
|
<para>A <code>networks</code> object. By default,
|
||||||
the server instance is provisioned with all
|
the server instance is provisioned with all
|
||||||
isolated networks for the tenant.</para>
|
isolated networks for the tenant.</para>
|
||||||
<para>Optionally, you can create one or more NICs
|
<para>Optionally, you can create one or more NICs
|
||||||
on the server.</para>
|
on the server.</para>
|
||||||
<para>To provision the server instance with a NIC
|
<para>To provision the server instance with a NIC
|
||||||
for a <code>nova-network</code> network,
|
for a network, specify the UUID of the network
|
||||||
specify the UUID in the <code>uuid</code>
|
in the <code>uuid</code> attribute in a
|
||||||
attribute in a <code>networks</code>
|
<code>networks</code> object.</para>
|
||||||
object.</para>
|
|
||||||
<para>To provision the server instance with a NIC
|
<para>To provision the server instance with a NIC
|
||||||
for a <code>neutron</code> network, specify
|
for an already existing port, specify the
|
||||||
the UUID in the <code>port</code> attribute in
|
port-id in the <code>port</code> attribute in
|
||||||
a <code>networks</code> object.</para>
|
a <code>networks</code> object.</para>
|
||||||
<para>You can specify multiple NICs on the
|
<para>You can specify multiple NICs on the
|
||||||
server.</para>
|
server.</para>
|
||||||
@ -238,25 +237,24 @@
|
|||||||
name="uuid" style="plain" type="xsd:string"
|
name="uuid" style="plain" type="xsd:string"
|
||||||
required="false">
|
required="false">
|
||||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||||
xml:lang="EN">
|
xml:lang="EN">
|
||||||
<para>To provision the server instance with a NIC
|
<para>To provision the server instance with a NIC
|
||||||
for a <code>nova-network</code> network,
|
for a network, specify the UUID of the network
|
||||||
specify the UUID in the <code>uuid</code>
|
in the <code>uuid</code> attribute in a
|
||||||
attribute in a <code>networks</code> object.
|
<code>networks</code> object. Required if you
|
||||||
Required if you omit the <code>port</code>
|
omit the <code>port</code> attribute.</para>
|
||||||
attribute.</para>
|
|
||||||
</wadl:doc>
|
</wadl:doc>
|
||||||
</param>
|
</param>
|
||||||
<param xmlns="http://wadl.dev.java.net/2009/02"
|
<param xmlns="http://wadl.dev.java.net/2009/02"
|
||||||
name="port" style="plain" type="xsd:string"
|
name="port" style="plain" type="xsd:string"
|
||||||
required="false">
|
required="false">
|
||||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||||
xml:lang="EN">
|
xml:lang="EN">
|
||||||
<para>To provision the server instance with a NIC
|
<para>To provision the server instance with a NIC
|
||||||
for a <code>neutron</code> network, specify
|
for an already existing port, specify the
|
||||||
the UUID in the <code>port</code> attribute in
|
port-id in the <code>port</code> attribute in
|
||||||
a <code>networks</code> object. Required if
|
a <code>networks</code> object. Required if
|
||||||
you omit the <code>uuid</code>
|
you omit the <code>uuid</code>
|
||||||
attribute.</para>
|
attribute.</para>
|
||||||
|
@ -214,21 +214,20 @@
|
|||||||
name="networks" style="plain" type="xsd:string"
|
name="networks" style="plain" type="xsd:string"
|
||||||
required="false">
|
required="false">
|
||||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||||
xml:lang="EN">
|
xml:lang="EN">
|
||||||
<para>A <code>networks</code> object. By default,
|
<para>A <code>networks</code> object. By default,
|
||||||
the server instance is provisioned with all
|
the server instance is provisioned with all
|
||||||
isolated networks for the tenant.</para>
|
isolated networks for the tenant.</para>
|
||||||
<para>Optionally, you can create one or more NICs
|
<para>Optionally, you can create one or more NICs
|
||||||
on the server.</para>
|
on the server.</para>
|
||||||
<para>To provision the server instance with a NIC
|
<para>To provision the server instance with a NIC
|
||||||
for a <code>nova-network</code> network,
|
for a network, specify the UUID of the network
|
||||||
specify the UUID in the <code>uuid</code>
|
in the <code>uuid</code> attribute in a
|
||||||
attribute in a <code>networks</code>
|
<code>networks</code> object.</para>
|
||||||
object.</para>
|
|
||||||
<para>To provision the server instance with a NIC
|
<para>To provision the server instance with a NIC
|
||||||
for a <code>neutron</code> network, specify
|
for an already existing port, specify the
|
||||||
the UUID in the <code>port</code> attribute in
|
port-id in the <code>port</code> attribute in
|
||||||
a <code>networks</code> object.</para>
|
a <code>networks</code> object.</para>
|
||||||
<para>You can specify multiple NICs on the
|
<para>You can specify multiple NICs on the
|
||||||
server.</para>
|
server.</para>
|
||||||
@ -238,25 +237,24 @@
|
|||||||
name="uuid" style="plain" type="xsd:string"
|
name="uuid" style="plain" type="xsd:string"
|
||||||
required="false">
|
required="false">
|
||||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||||
xml:lang="EN">
|
xml:lang="EN">
|
||||||
<para>To provision the server instance with a NIC
|
<para>To provision the server instance with a NIC
|
||||||
for a <code>nova-network</code> network,
|
for a network, specify the UUID of the network
|
||||||
specify the UUID in the <code>uuid</code>
|
in the <code>uuid</code> attribute in a
|
||||||
attribute in a <code>networks</code> object.
|
<code>networks</code> object. Required if you
|
||||||
Required if you omit the <code>port</code>
|
omit the <code>port</code> attribute.</para>
|
||||||
attribute.</para>
|
|
||||||
</wadl:doc>
|
</wadl:doc>
|
||||||
</param>
|
</param>
|
||||||
<param xmlns="http://wadl.dev.java.net/2009/02"
|
<param xmlns="http://wadl.dev.java.net/2009/02"
|
||||||
name="port" style="plain" type="xsd:string"
|
name="port" style="plain" type="xsd:string"
|
||||||
required="false">
|
required="false">
|
||||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||||
xml:lang="EN">
|
xml:lang="EN">
|
||||||
<para>To provision the server instance with a NIC
|
<para>To provision the server instance with a NIC
|
||||||
for a <code>neutron</code> network, specify
|
for an already existing port, specify the
|
||||||
the UUID in the <code>port</code> attribute in
|
port-id in the <code>port</code> attribute in
|
||||||
a <code>networks</code> object. Required if
|
a <code>networks</code> object. Required if
|
||||||
you omit the <code>uuid</code>
|
you omit the <code>uuid</code>
|
||||||
attribute.</para>
|
attribute.</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user