Re: [Netstack] pep8 1.3.2 issue with quantum

2012-06-26 Thread Juliano Martinez
The funny thing: pep8 found a pep8 issue ;D On Tue, 2012-06-26 at 23:01 +, Edgar Magana (eperdomo) wrote: > Actually, I think there is a problem with version 1.3.2: > > Ran 381 tests in 10.593s > > OK > Running pep8 ... > Traceback (most recent call last): > File "/usr/local/bin/pep8", lin

Re: [Netstack] pep8 1.3.2 issue with quantum

2012-06-26 Thread Edgar Magana (eperdomo)
Actually, I think there is a problem with version 1.3.2: Ran 381 tests in 10.593s OK Running pep8 ... Traceback (most recent call last): File "/usr/local/bin/pep8", line 9, in load_entry_point('pep8==1.3.2', 'console_scripts', 'pep8')() File "/usr/local/lib/python2.7/dist-packages/pep8.p

Re: [Netstack] pep8 1.3.2 issue with quantum

2012-06-26 Thread Yong Sheng Gong
But if the warning message is right, I think it is great for pep 1.3.2: local variable 'last_indent' referenced before assignment-netstack-bounces+gongysh=cn.ibm@lists.launchpad.net wrote: -To: "netstack@lists.launchpad.net" From: Robert Kukura Sent by: netstack-bounces+gongysh=cn.ibm.

Re: [Netstack] pep8 1.3.2 issue with quantum

2012-06-26 Thread Edgar Magana (eperdomo)
Hi, I see this file filing but there could be more: quantum/doc/source/conf.py:249:23: E124 closing bracket does not match visual indentation Traceback (most recent call last): File "/usr/local/bin/pep8", line 9, in load_entry_point('pep8==1.3.2', 'console_scripts', 'pep8')() File "/usr

[Netstack] pep8 1.3.2 issue with quantum

2012-06-26 Thread Robert Kukura
Version 1.3.2 of pep8, which according to http://pypi.python.org/pypi/pep8, was released earlier today, seems to be breaking with quantum: [TOX] /home/rkukura/OpenStack/scm/quantum$ .tox/pep8/bin/pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc . Traceback (most recent call last): File

Re: [Netstack] Question about live migration and OVS DB data

2012-06-26 Thread Kyle Mestery (kmestery)
Cool! So Ansis, can you confirm that with the new libvirt changes, migration of the OVS DB state is handled by libvirt itself? On Jun 26, 2012, at 2:31 PM, Dan Wendlandt wrote: > Looping in Ansis, as he said that with the new OVS + libvirt integration, he > believes that libvirt will automatica

Re: [Netstack] Question about live migration and OVS DB data

2012-06-26 Thread Dan Wendlandt
Looping in Ansis, as he said that with the new OVS + libvirt integration, he believes that libvirt will automatically transfer the iface-id with a live migration. My testing had been done with the old OVS + libvirt model, where we used type=ethernet, in which case iface-id configuration was done e

Re: [Netstack] Question about live migration and OVS DB data

2012-06-26 Thread Dan Wendlandt
On Tue, Jun 26, 2012 at 7:40 PM, Kyle Mestery (kmestery) wrote: > > On Jun 26, 2012, at 1:37 PM, Dan Wendlandt wrote: > > > > > > > On Tue, Jun 26, 2012 at 6:28 PM, Kyle Mestery (kmestery) < > kmest...@cisco.com> wrote: > > Hi folks: > > > > I think this is the correct forum for this question, bu

Re: [Netstack] Question about live migration and OVS DB data

2012-06-26 Thread Kyle Mestery (kmestery)
On Jun 26, 2012, at 1:37 PM, Dan Wendlandt wrote: > > > On Tue, Jun 26, 2012 at 6:28 PM, Kyle Mestery (kmestery) > wrote: > Hi folks: > > I think this is the correct forum for this question, but please let me know. > > When Nova migrates a virtual machine from one host to another, who trans

Re: [Netstack] Question about live migration and OVS DB data

2012-06-26 Thread Dan Wendlandt
On Tue, Jun 26, 2012 at 6:28 PM, Kyle Mestery (kmestery) wrote: > Hi folks: > > I think this is the correct forum for this question, but please let me > know. > > When Nova migrates a virtual machine from one host to another, who > transfers the data for the port stored in the OVS DB? Is the da

[Netstack] Question about live migration and OVS DB data

2012-06-26 Thread Kyle Mestery (kmestery)
Hi folks: I think this is the correct forum for this question, but please let me know. When Nova migrates a virtual machine from one host to another, who transfers the data for the port stored in the OVS DB? I assume this must be handled by the virt driver. Is this the case? Or is this not supp

Re: [Netstack] Horizon Update

2012-06-26 Thread Dan Wendlandt
On Mon, Jun 25, 2012 at 11:56 PM, Arvind Somya wrote: > Hey Netstackers > > Sorry I've been unable to attend any of the weekly meetings due to timing > conflicts, Here's an update on the Horizon integration work: > > >- Panels to create/delete networks: done >- Panels to create/delete sub