← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1295806] Re: XML responses still show "quantum"

 

This is correct because we cannot change these values until the v2 XML
API is retired.

** Changed in: neutron
       Status: New => Incomplete

** Changed in: neutron
       Status: Incomplete => Invalid

** Changed in: neutron
     Assignee: shihanzhang (shihanzhang) => (unassigned)

-- 
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):
  Invalid

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


References