Re: [Netstack] ovs agent Python 2.4 support

2012-06-14 Thread Juliano Martinez
stack-bounces+willian.molinari=locaweb.com...@lists.launchpad.net<mailto:locaweb.com...@lists.launchpad.net>] on behalf of Gary Kotton [gkot...@redhat.com<mailto:gkot...@redhat.com>] Sent: Thursday, June 14, 2012 1:22 PM To: Juliano Martinez Cc: mailto:netstack@lists.launchpad.net>>

Re: [Netstack] ovs agent Python 2.4 support

2012-06-14 Thread Salvatore Orlando
22 PM > *To:* Juliano Martinez > *Cc:* > *Subject:* Re: [Netstack] ovs agent Python 2.4 support > > On 06/14/2012 07:19 PM, Juliano Martinez wrote: > > Roman and Gary, > > I found the python2.6 on EPEL and also tested it on XS and XCP, using > python2.6 from EPEL wi

Re: [Netstack] ovs agent Python 2.4 support

2012-06-14 Thread Willian Molinari
=locaweb.com...@lists.launchpad.net] on behalf of Gary Kotton [gkot...@redhat.com] Sent: Thursday, June 14, 2012 1:22 PM To: Juliano Martinez Cc: Subject: Re: [Netstack] ovs agent Python 2.4 support On 06/14/2012 07:19 PM, Juliano Martinez wrote: Roman and Gary, I found the python2.6 on EPEL and also

Re: [Netstack] ovs agent Python 2.4 support

2012-06-14 Thread Gary Kotton
On 06/14/2012 07:19 PM, Juliano Martinez wrote: Roman and Gary, I found the python2.6 on EPEL and also tested it on XS and XCP, using python2.6 from EPEL will solve this issue and we don't have to change lots lines of code to keep the compatibility. What do we need to use it? yum --enablerep

Re: [Netstack] ovs agent Python 2.4 support

2012-06-14 Thread Juliano Martinez
Roman and Gary, I found the python2.6 on EPEL and also tested it on XS and XCP, using python2.6 from EPEL will solve this issue and we don't have to change lots lines of code to keep the compatibility. What do we need to use it? yum --enablerepo=base -y install mx yum --enablerepo=epel -y insta

Re: [Netstack] ovs agent Python 2.4 support

2012-06-13 Thread Gary Kotton
On 06/13/2012 11:53 AM, Roman Sokolkov wrote: Gary, thanks for the answer! Do I understand right about quote below? 2. I have yet to understand how Quantum runs on XCP with nova compute. Have the Quantum agent run in the same context as nova compute and send the "networking" command

Re: [Netstack] ovs agent Python 2.4 support

2012-06-13 Thread Roman Sokolkov
Gary, thanks for the answer! Do I understand right about quote below? > 2. I have yet to understand how Quantum runs on XCP with nova compute. > Have the Quantum agent run in the same context as nova compute and send the > "networking" commands in a similar way that they are done by the nova vif

Re: [Netstack] ovs agent Python 2.4 support

2012-06-06 Thread Gary Kotton
On 06/06/2012 11:25 PM, Roman Sokolkov wrote: Hello! XCP uses only Python 2.4. But upstream version of quantum ovs agent is unsupported by Python 2.4. What do you think about? Could we keep it in supported? And what about refactoring code in favor using RPC calls? Will it be possible to use R

[Netstack] ovs agent Python 2.4 support

2012-06-06 Thread Roman Sokolkov
Hello! XCP uses only Python 2.4. But upstream version of quantum ovs agent is unsupported by Python 2.4. What do you think about? Could we keep it in supported? And what about refactoring code in favor using RPC calls? Will it be possible to use RPC with Python 2.4 ? We are using XCP and have pat