Issue with neutron installation [closed]
Hi all,
I'm new to neutron, I met issue when I try to install neutron.
my OS is centos 6.4
I download neutron code using command
git clone https://git.openstack.org/openstack/neutron.git
Then I try to run unit test, by command
./run_tests.sh -f
I get output :
http://paste.openstack.org/show/81111/
Anyone know how to solve this ???
if I run unit test without -f : ./run_tests.sh
I get error:
tools/with_venv.sh: line 21: tools/../.venv/bin/activate: No such file or directory
where can I get tools/../.venv/bin/activat ??? Because I just download neutron code, and doesn't do any change at all.
And, output: "pip --version"
pip 1.5.4 from /usr/lib/python2.6/site-packages (python 2.6)
Output for "pip show tox":
---
Name: tox
Version: 1.6.1
Location: /usr/lib/python2.6/site-packages
Requires: virtualenv, py, argparse
Output for:
tox --notest -r -e py26
Error happened:
http://paste.openstack.org/show/81113/
Output of "pip show setuptools"
---
Name: setuptools
Version: 1.1.6
Location: /usr/lib/python2.6/site-packages/setuptools-1.1.6-py2.6.egg
Requires:
On CentOS 6.4 ( 6.5 ) wouldn't it be better to go via RDO packstack "Neutron Server" install by preparing corresponding answer-file Neutron with OVS and VLANs
I want to get code from upstream.