quantum agent for OVS does not install properly on Xen XCP
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://
Namely:
use: "make agent-dist" to build the agent.
The following actions are carried out:
rm -rf ovs_quantum_agent
rm -f ovs_quantum_
mkdir ovs_quantum_agent
cp agent/*.py ovs_quantum_agent
cp agent/*.sh ovs_quantum_agent
cp README ovs_quantum_agent
cp ../../.
tar -zcvf ovs_quantum_
Then I run the plugin inside XCP and get this:
python /etc/xapi.
Traceback (most recent call last):
File "/etc/xapi.
from quantum.agent.linux import ovs_lib
Changed in quantum: | |
assignee: | nobody → Juliano Martinez (juliano-martinez) |
status: | New → In Progress |
importance: | Undecided → Medium |
Changed in quantum: | |
milestone: | none → folsom-2 |
status: | Fix Committed → Fix Released |
Changed in quantum: | |
milestone: | folsom-2 → 2012.2 |
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.