Re: [openstack-dev] [Neutron] API Extensions - Namespace URLs

2015-06-10 Thread Sean M. Collins
On Tue, Jun 09, 2015 at 05:21:18PM EDT, Kevin Benton wrote: I wasn't planning on wiping them out for now since I'm leveraging a lot of the extension loading that exists so someone can remove the namespaces if they want. OK - I'll take it on if there's no objections -- Sean M. Collins

Re: [openstack-dev] [Neutron] API Extensions - Namespace URLs

2015-06-10 Thread Miguel Angel Ajo
Thanks for asking about this Sean! ;) Sean M. Collins wrote: On Tue, Jun 09, 2015 at 05:21:18PM EDT, Kevin Benton wrote: I wasn't planning on wiping them out for now since I'm leveraging a lot of the extension loading that exists so someone can remove the namespaces if they want. OK -

Re: [openstack-dev] [Neutron] API Extensions - Namespace URLs

2015-06-09 Thread Brandon Logan
I believe XML support got removed from the API last cycle. From: Jay Pipes jaypi...@gmail.com Sent: Tuesday, June 9, 2015 1:08 PM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [Neutron] API Extensions - Namespace URLs On 06/08/2015 05

Re: [openstack-dev] [Neutron] API Extensions - Namespace URLs

2015-06-09 Thread Kevin Benton
. From: Jay Pipes jaypi...@gmail.com Sent: Tuesday, June 9, 2015 1:08 PM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [Neutron] API Extensions - Namespace URLs On 06/08/2015 05:10 PM, Sean M. Collins wrote: Hi, Within each API extension

Re: [openstack-dev] [Neutron] API Extensions - Namespace URLs

2015-06-09 Thread Salvatore Orlando
removed from the API last cycle. From: Jay Pipes jaypi...@gmail.com Sent: Tuesday, June 9, 2015 1:08 PM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [Neutron] API Extensions - Namespace URLs On 06/08/2015 05:10 PM, Sean M

Re: [openstack-dev] [Neutron] API Extensions - Namespace URLs

2015-06-09 Thread Kevin Benton
the API last cycle. From: Jay Pipes jaypi...@gmail.com Sent: Tuesday, June 9, 2015 1:08 PM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [Neutron] API Extensions - Namespace URLs On 06/08/2015 05:10 PM, Sean M. Collins wrote: Hi

[openstack-dev] [Neutron] API Extensions - Namespace URLs

2015-06-08 Thread Sean M. Collins
Hi, Within each API extension in the neutron tree, there is a method: def get_namespace(cls): Which returns a string, containing a URL. A quick survey: agent.py:def get_namespace(cls): agent.py-return http://docs.openstack.org/ext/agent/api/v2.0; -- allowedaddresspairs.py: