yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #11999
[Bug 1295806] [NEW] XML responses still show "quantum"
Public bug reported:
When I run neutron v2.0 API, quantum still shows up in the XML
responses.
For example - for the call
curl -i 'http://166.78.46.130:9696/v2.0/networks/af374017-c9ae-
4a1d-b799-ab73111476e2.xml' -X PUT -H "X-Auth-Project-Id: admin" -H
"Accept: application/xml" -H "X-Auth-Token: $token" -T network-
update.xml
This response is returned, with a quantum namespace. Is that correct?
<?xml version='1.0' encoding='UTF-8'?>
<network xmlns="http://openstack.org/quantum/api/v2.0"
xmlns:provider="http://docs.openstack.org/ext/provider/api/v1.0"
xmlns:quantum="http://openstack.org/quantum/api/v2.0"
xmlns:router="http://docs.openstack.org/ext/neutron/router/api/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<status>ACTIVE</status>
<subnets quantum:type="list"/>
<name>sample-network-4-updated</name>
<provider:physical_network xsi:nil="true"/>
<admin_state_up quantum:type="bool">True</admin_state_up>
<tenant_id>4fd44f30292945e481c7b8a0c8908869</tenant_id>
<provider:network_type>local</provider:network_type>
<router:external quantum:type="bool">False</router:external>
<shared quantum:type="bool">False</shared>
<id>af374017-c9ae-4a1d-b799-ab73111476e2</id>
<provider:segmentation_id xsi:nil="true"/>
</network>
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1295806
Title:
XML responses still show "quantum"
Status in OpenStack Neutron (virtual network service):
New
Bug description:
When I run neutron v2.0 API, quantum still shows up in the XML
responses.
For example - for the call
curl -i 'http://166.78.46.130:9696/v2.0/networks/af374017-c9ae-
4a1d-b799-ab73111476e2.xml' -X PUT -H "X-Auth-Project-Id: admin" -H
"Accept: application/xml" -H "X-Auth-Token: $token" -T network-
update.xml
This response is returned, with a quantum namespace. Is that correct?
<?xml version='1.0' encoding='UTF-8'?>
<network xmlns="http://openstack.org/quantum/api/v2.0"
xmlns:provider="http://docs.openstack.org/ext/provider/api/v1.0"
xmlns:quantum="http://openstack.org/quantum/api/v2.0"
xmlns:router="http://docs.openstack.org/ext/neutron/router/api/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<status>ACTIVE</status>
<subnets quantum:type="list"/>
<name>sample-network-4-updated</name>
<provider:physical_network xsi:nil="true"/>
<admin_state_up quantum:type="bool">True</admin_state_up>
<tenant_id>4fd44f30292945e481c7b8a0c8908869</tenant_id>
<provider:network_type>local</provider:network_type>
<router:external quantum:type="bool">False</router:external>
<shared quantum:type="bool">False</shared>
<id>af374017-c9ae-4a1d-b799-ab73111476e2</id>
<provider:segmentation_id xsi:nil="true"/>
</network>
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1295806/+subscriptions
Follow ups
References