diff --git a/api-ref/src/wadls/compute-api/src/v2/common.ent b/api-ref/src/wadls/compute-api/src/v2/common.ent index 236ef090b..c13465181 100644 --- a/api-ref/src/wadls/compute-api/src/v2/common.ent +++ b/api-ref/src/wadls/compute-api/src/v2/common.ent @@ -248,13 +248,12 @@ Optionally, you can create one or more NICs on the server. To provision the server instance with a NIC - for a nova-network network, - specify the UUID in the uuid - attribute in a networks - object. + for a network, specify the UUID of the network + in the uuid attribute in a + networks object. To provision the server instance with a NIC - for a neutron network, specify - the UUID in the port attribute in + for an already existing port, specify the + port-id in the port attribute in a networks object. You can specify multiple NICs on the server. @@ -267,11 +266,10 @@ xmlns:wadl="http://wadl.dev.java.net/2009/02" xml:lang="EN"> To provision the server instance with a NIC - for a nova-network network, - specify the UUID in the uuid - attribute in a networks object. - Required if you omit the port - attribute. + for a network, specify the UUID of the network + in the uuid attribute in a + networks object. Required if you + omit the port attribute. To provision the server instance with a NIC - for a neutron network, specify - the UUID in the port attribute in + for an already existing port, specify the + port-id in the port attribute in a networks object. Required if you omit the uuid attribute. diff --git a/api-ref/src/wadls/volume-api/src/v1/common.ent b/api-ref/src/wadls/volume-api/src/v1/common.ent index 93f99143d..d70f8a314 100644 --- a/api-ref/src/wadls/volume-api/src/v1/common.ent +++ b/api-ref/src/wadls/volume-api/src/v1/common.ent @@ -214,21 +214,20 @@ name="networks" style="plain" type="xsd:string" required="false"> + xmlns:wadl="http://wadl.dev.java.net/2009/02" + xml:lang="EN"> A networks object. By default, the server instance is provisioned with all isolated networks for the tenant. Optionally, you can create one or more NICs on the server. To provision the server instance with a NIC - for a nova-network network, - specify the UUID in the uuid - attribute in a networks - object. + for a network, specify the UUID of the network + in the uuid attribute in a + networks object. To provision the server instance with a NIC - for a neutron network, specify - the UUID in the port attribute in + for an already existing port, specify the + port-id in the port attribute in a networks object. You can specify multiple NICs on the server. @@ -238,25 +237,24 @@ name="uuid" style="plain" type="xsd:string" required="false"> + xmlns:wadl="http://wadl.dev.java.net/2009/02" + xml:lang="EN"> To provision the server instance with a NIC - for a nova-network network, - specify the UUID in the uuid - attribute in a networks object. - Required if you omit the port - attribute. + for a network, specify the UUID of the network + in the uuid attribute in a + networks object. Required if you + omit the port attribute. + xmlns:wadl="http://wadl.dev.java.net/2009/02" + xml:lang="EN"> To provision the server instance with a NIC - for a neutron network, specify - the UUID in the port attribute in + for an already existing port, specify the + port-id in the port attribute in a networks object. Required if you omit the uuid attribute. diff --git a/api-ref/src/wadls/volume-api/src/v2/common.ent b/api-ref/src/wadls/volume-api/src/v2/common.ent index fc1cc41ba..b13f36938 100644 --- a/api-ref/src/wadls/volume-api/src/v2/common.ent +++ b/api-ref/src/wadls/volume-api/src/v2/common.ent @@ -214,21 +214,20 @@ name="networks" style="plain" type="xsd:string" required="false"> + xmlns:wadl="http://wadl.dev.java.net/2009/02" + xml:lang="EN"> A networks object. By default, the server instance is provisioned with all isolated networks for the tenant. Optionally, you can create one or more NICs on the server. To provision the server instance with a NIC - for a nova-network network, - specify the UUID in the uuid - attribute in a networks - object. + for a network, specify the UUID of the network + in the uuid attribute in a + networks object. To provision the server instance with a NIC - for a neutron network, specify - the UUID in the port attribute in + for an already existing port, specify the + port-id in the port attribute in a networks object. You can specify multiple NICs on the server. @@ -238,25 +237,24 @@ name="uuid" style="plain" type="xsd:string" required="false"> + xmlns:wadl="http://wadl.dev.java.net/2009/02" + xml:lang="EN"> To provision the server instance with a NIC - for a nova-network network, - specify the UUID in the uuid - attribute in a networks object. - Required if you omit the port - attribute. + for a network, specify the UUID of the network + in the uuid attribute in a + networks object. Required if you + omit the port attribute. + xmlns:wadl="http://wadl.dev.java.net/2009/02" + xml:lang="EN"> To provision the server instance with a NIC - for a neutron network, specify - the UUID in the port attribute in + for an already existing port, specify the + port-id in the port attribute in a networks object. Required if you omit the uuid attribute.