Re: [openstack-dev] [Neutron] Resource URL support for more than two levels

2013-09-02 Thread P Balaji-B37839
Hi Mark,

Do you suggest us to pause on this BP. Let us know if someone is already 
working on this.

Regards,
Balaji.P

From: Mark McClain [mailto:mark.mccl...@dreamhost.com]
Sent: Friday, August 30, 2013 5:41 AM
To: OpenStack Development Mailing List
Subject: Re: [openstack-dev] [Neutron] Resource URL support for more than two 
levels

Stay tuned.  There are folks working on a proposed set of API framework 
changes.  This will be something that we'll discuss as part of deciding the 
features in the Icehouse release.

mark

On Aug 29, 2013, at 10:08 AM, Justin Hammond 
justin.hamm...@rackspace.commailto:justin.hamm...@rackspace.com wrote:


I find that kind of flexibility quite valuable for plugin developers. +1 to 
this. I'd like to be involved if possible with helping you with it.

From: balaji patnala patnala...@gmail.commailto:patnala...@gmail.com
Reply-To: OpenStack Development Mailing List 
openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org
Date: Thu, 29 Aug 2013 11:02:33 +0530
To: OpenStack Development Mailing List 
openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org
Cc: openst...@lists.openstack.orgmailto:openst...@lists.openstack.org 
openst...@lists.openstack.orgmailto:openst...@lists.openstack.org
Subject: Re: [openstack-dev] [Neutron] Resource URL support for more than two 
levels

Hi,

When compared to Nova URL implementations, It is observed that the Neutron URL 
support cannot be used for more than TWO levels.

Applications which want to add as PLUG-IN may be restricted with this.

We want to add support for changes required for supporting more than TWO Levels 
of URL by adding the support changes required in Core Neutron Files.

Any comments/interest in this.?

Regards,
Balaji.P




On Tue, Aug 27, 2013 at 5:04 PM, B Veera-B37207 
b37...@freescale.commailto:b37...@freescale.com wrote:
Hi,

The current infrastructure provided in Quantum [Grizzly], while building 
Quantum API resource URL using the base function 'base.create_resource()' and 
RESOURCE_ATTRIBUTE_MAP/SUB_RESOURCE_ATTRIBUTE_MAP, supports only two level URI.
Example:
GET  /lb/pools/pool_id/members/member_id

Some applications may need more than two levels of URL support. Example: GET  
/lb/pools/pool_id/members/member_id/xyz/xyz_id

If anybody is interested in this, we want to contribute for this as BP and make 
it upstream.

Regards,
Veera.

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.orgmailto:OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

___ OpenStack-dev mailing list 
OpenStack-dev@lists.openstack.orgmailto:OpenStack-dev@lists.openstack.org 
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.orgmailto:OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Neutron] Resource URL support for more than two levels

2013-08-29 Thread Mark McClain
Stay tuned.  There are folks working on a proposed set of API framework 
changes.  This will be something that we'll discuss as part of deciding the 
features in the Icehouse release.

mark

On Aug 29, 2013, at 10:08 AM, Justin Hammond justin.hamm...@rackspace.com 
wrote:

 I find that kind of flexibility quite valuable for plugin developers. +1 to 
 this. I'd like to be involved if possible with helping you with it.
 
 From: balaji patnala patnala...@gmail.com
 Reply-To: OpenStack Development Mailing List 
 openstack-dev@lists.openstack.org
 Date: Thu, 29 Aug 2013 11:02:33 +0530
 To: OpenStack Development Mailing List openstack-dev@lists.openstack.org
 Cc: openst...@lists.openstack.org openst...@lists.openstack.org
 Subject: Re: [openstack-dev] [Neutron] Resource URL support for more than two 
 levels
 
 Hi, 
 
 When compared to Nova URL implementations, It is observed that the Neutron 
 URL support cannot be used for more than TWO levels.
 
 Applications which want to add as PLUG-IN may be restricted with this.
 
 We want to add support for changes required for supporting more than TWO 
 Levels of URL by adding the support changes required in Core Neutron Files.
 
 Any comments/interest in this.?
 
 Regards,
 Balaji.P
 
 
 
 
 
 On Tue, Aug 27, 2013 at 5:04 PM, B Veera-B37207 b37...@freescale.com wrote:
 Hi,
 
  
 The current infrastructure provided in Quantum [Grizzly], while building 
 Quantum API resource URL using the base function ‘base.create_resource()’ and 
 RESOURCE_ATTRIBUTE_MAP/SUB_RESOURCE_ATTRIBUTE_MAP, supports only two level 
 URI.
 
 Example:
 
 GET  /lb/pools/pool_id/members/member_id
 
  
 
 Some applications may need more than two levels of URL support. Example: GET  
 /lb/pools/pool_id/members/member_id/xyz/xyz_id
 
  
 
 If anybody is interested in this, we want to contribute for this as BP and 
 make it upstream.
 
  
 
 Regards,
 
 Veera.
 
 
 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
 
 
 ___ OpenStack-dev mailing list 
 OpenStack-dev@lists.openstack.org 
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Neutron] Resource URL support for more than two levels

2013-08-29 Thread P Balaji-B37839
Thanks Justin.

Sure, we will take your help as it is required on this. We will prepare 
blue-print capturing all the details and will assign you as reviewer.

Regards,
Balaji.P

From: Justin Hammond [mailto:justin.hamm...@rackspace.com]
Sent: Thursday, August 29, 2013 7:39 PM
To: OpenStack Development Mailing List
Subject: Re: [openstack-dev] [Neutron] Resource URL support for more than two 
levels

I find that kind of flexibility quite valuable for plugin developers. +1 to 
this. I'd like to be involved if possible with helping you with it.

From: balaji patnala patnala...@gmail.commailto:patnala...@gmail.com
Reply-To: OpenStack Development Mailing List 
openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org
Date: Thu, 29 Aug 2013 11:02:33 +0530
To: OpenStack Development Mailing List 
openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org
Cc: openst...@lists.openstack.orgmailto:openst...@lists.openstack.org 
openst...@lists.openstack.orgmailto:openst...@lists.openstack.org
Subject: Re: [openstack-dev] [Neutron] Resource URL support for more than two 
levels

Hi,

When compared to Nova URL implementations, It is observed that the Neutron URL 
support cannot be used for more than TWO levels.

Applications which want to add as PLUG-IN may be restricted with this.

We want to add support for changes required for supporting more than TWO Levels 
of URL by adding the support changes required in Core Neutron Files.

Any comments/interest in this.?

Regards,
Balaji.P




On Tue, Aug 27, 2013 at 5:04 PM, B Veera-B37207 
b37...@freescale.commailto:b37...@freescale.com wrote:
Hi,

The current infrastructure provided in Quantum [Grizzly], while building 
Quantum API resource URL using the base function 'base.create_resource()' and 
RESOURCE_ATTRIBUTE_MAP/SUB_RESOURCE_ATTRIBUTE_MAP, supports only two level URI.
Example:
GET  /lb/pools/pool_id/members/member_id

Some applications may need more than two levels of URL support. Example: GET  
/lb/pools/pool_id/members/member_id/xyz/xyz_id

If anybody is interested in this, we want to contribute for this as BP and make 
it upstream.

Regards,
Veera.

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.orgmailto:OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

___ OpenStack-dev mailing list 
OpenStack-dev@lists.openstack.orgmailto:OpenStack-dev@lists.openstack.org 
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Neutron] Resource URL support for more than two levels

2013-08-28 Thread balaji patnala
Hi,

When compared to Nova URL implementations, It is observed that the Neutron
URL support cannot be used for more than TWO levels.

Applications which want to add as PLUG-IN may be restricted with this.

We want to add support for changes required for supporting more than TWO
Levels of URL by adding the support changes required in Core Neutron Files.

Any comments/interest in this.?

Regards,
Balaji.P





On Tue, Aug 27, 2013 at 5:04 PM, B Veera-B37207 b37...@freescale.comwrote:

  Hi,

 ** **

 The current infrastructure provided in Quantum [Grizzly], while building
 Quantum API resource URL using the base function ‘base.create_resource()’
 and RESOURCE_ATTRIBUTE_MAP/SUB_RESOURCE_ATTRIBUTE_MAP, supports only two
 level URI. 

 Example: 

 GET  /lb/pools/pool_id/members/member_id

 ** **

 Some applications may need more than two levels of URL support. Example:
 GET  /lb/pools/pool_id/members/member_id/xyz/xyz_id

 ** **

 If anybody is interested in this, we want to contribute for this as BP and
 make it upstream.

 ** **

 Regards,

 Veera.

 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev