quantum agent for OVS does not install properly on Xen XCP

Bug #1012418 reported by Piotr Siwczak
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Fix Released
Medium
Juliano Martinez

Bug Description

I am using the following procedure to deploy ovs quantum agent on XCP:

http://openvswitch.org/openstack/documentation/

Namely:
use: "make agent-dist" to build the agent.

The following actions are carried out:

rm -rf ovs_quantum_agent
rm -f ovs_quantum_agent.tgz
mkdir ovs_quantum_agent
cp agent/*.py ovs_quantum_agent
cp agent/*.sh ovs_quantum_agent
cp README ovs_quantum_agent
cp ../../../etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini ovs_quantum_agent
tar -zcvf ovs_quantum_agent.tgz ovs_quantum_agent/

Then I run the plugin inside XCP and get this:
python /etc/xapi.d/plugins/ovs_quantum_agent.py -v /etc/xapi.d/plugins/ovs_quantum_plugin.ini
Traceback (most recent call last):
File "/etc/xapi.d/plugins/ovs_quantum_agent.py", line 29, in ?
from quantum.agent.linux import ovs_lib

Juliano Martinez (ncode)
Changed in quantum:
assignee: nobody → Juliano Martinez (juliano-martinez)
status: New → In Progress
importance: Undecided → Medium
Revision history for this message
Juliano Martinez (ncode) wrote :

I've patched the Makefile to build a package for XS and XCP but the openstack.common isn't compatible with python 2.4, I will wait for a definition about openstack.common and python 2.4 compatibility to send the commit.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to quantum (master)

Fix proposed to branch: master
Review: https://review.openstack.org/8556

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/8676

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to quantum (master)

Reviewed: https://review.openstack.org/8556
Committed: http://github.com/openstack/quantum/commit/8a5c0bbda5d2e0074b4c78a18e685f11eeefac06
Submitter: Jenkins
Branch: master

commit 8a5c0bbda5d2e0074b4c78a18e685f11eeefac06
Author: Juliano Martinez <email address hidden>
Date: Mon Jun 18 19:30:36 2012 -0300

    Bug #1012418 - quantum agent for OVS does not install properly on Xen XCP

    This change added the feature to package and install the ovs-quantum-agent inside XS and XCP,
    added an option on Makefile to gen and install using python2.6 ( by default it will use 2.4 )

    Change-Id: I8860d7dcb7e7b74125784cb0f33c6ca03b37702b

Changed in quantum:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in quantum:
milestone: none → folsom-2
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in quantum:
milestone: folsom-2 → 2012.2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.