netconn-api/v2.0/samples/ports-put-req-prov.xml
Diane Fleming afdea610dc Add the port bindings provider-prefixed extended attributes
Partial-Bug: #1157159

Change-Id: I4b25011902128eba20667d9023806735581cce27
author: diane fleming
2013-10-13 08:37:05 -05:00

16 lines
580 B
XML

PUT /v2.0/networks/3a06dfc7-d239-4aad-9a57-21cd171c72e5.xml
Content-Type: application/xml
Accept: application/xml
<?xml version='1.0' encoding='UTF-8'?>
<network xmlns="http://openstack.org/neutron/api/v2.0"
xmlns:neutron="http://openstack.org/neutron/api/v2.0"
xmlns:provider="http://docs.openstack.org/ext/provider/api/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<provider:network_type>flat</provider:network_type>
<provider:physical_network>physnet_1</provider:physical_network>
<provider:segmentation_id xsi:nil="true"/>
</network>