Re: [Netstack] [Openstack] [Quantum] Update policy of device_id

2012-08-03 Thread Nachi Ueno
Hi folks Sorry. I added openstack-...@lists.openstack.org in this discussion. 2012/8/3 Nati Ueno : > Hi folks > > I report this bug recently. > > device_id should not be updated twice > https://bugs.launchpad.net/quantum/+bug/1031473 > > Now, a user can update device_id which may cause problem.

Re: [Netstack] [Openstack] [Quantum] Multi-host implementation

2012-08-03 Thread Nachi Ueno
Hi folks Sorry. I added openstack-...@lists.openstack.org in this discussion. 2012/8/3 Nati Ueno : > Hi folks > >> Gary > Thank you for your comment. I wanna discuss your point on the mailing list. > > Yusuke pushed Multi-host implementation for review. > https://review.openstack.org/#/c/10766/2

Re: [Netstack] os-create-server-ext and use

2012-08-03 Thread Dan Wendlandt
On Fri, Aug 3, 2012 at 3:48 AM, Trinath Somanchi wrote: > Hi- > > While going through the source code of Openstack Nova, > > I have seen this comment, > > We support two approaches to determining vNICs: > - By default, a VM gets a vNIC for any network belonging >

[Netstack] [Quantum] Re: Request for comments on a pep8 problem

2012-08-03 Thread Dan Wendlandt
Adding openstack-dev, as netstack is now deprecated. On Fri, Aug 3, 2012 at 7:11 AM, Kevin L. Mitchell < kevin.mitch...@rackspace.com> wrote: > > > So, does anyone have any problem with exempting the openstack/common > directory from pep8 checks, since anything in openstack/common has > already b

Re: [Netstack] [openstack-dev] Request for comments on a pep8 problem

2012-08-03 Thread Monty Taylor
On 08/03/2012 09:57 AM, Kevin L. Mitchell wrote: > On Fri, 2012-08-03 at 17:48 +0300, Gary Kotton wrote: >> Will you also be fixing the pep8 issues in the common code? > > When the pep8 running in openstack-common reports the issue, yes, it > will make sense to fix it. Since I have already synchr

Re: [Netstack] Request for comments on a pep8 problem

2012-08-03 Thread Kevin L. Mitchell
On Fri, 2012-08-03 at 17:48 +0300, Gary Kotton wrote: > Will you also be fixing the pep8 issues in the common code? When the pep8 running in openstack-common reports the issue, yes, it will make sense to fix it. Since I have already synchronized nova and glance, I'm highly reluctant to make the n

Re: [Netstack] Request for comments on a pep8 problem

2012-08-03 Thread Gary Kotton
On 08/03/2012 05:11 PM, Kevin L. Mitchell wrote: Yesterday, I submitted https://review.openstack.org/#/c/10736/ to sync up an openstack-common change to policy.py; however, the pep8 configuration for quantum does not match the pep8 configuration for the openstack-common project, and an error is r

[Netstack] Request for comments on a pep8 problem

2012-08-03 Thread Kevin L. Mitchell
Yesterday, I submitted https://review.openstack.org/#/c/10736/ to sync up an openstack-common change to policy.py; however, the pep8 configuration for quantum does not match the pep8 configuration for the openstack-common project, and an error is raised. Other projects (in particular, nova) exempt

[Netstack] os-create-server-ext and use

2012-08-03 Thread Trinath Somanchi
Hi- While going through the source code of Openstack Nova, I have seen this comment, We support two approaches to determining vNICs: - By default, a VM gets a vNIC for any network belonging to the VM's project, and a vNIC for any "global" network