Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion contrail.sh
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,9 @@ function download_python_dependencies {
fi
pip_install -U setuptools
pip_install amqp

#Updating the rootwrap fetched by python-neutron
pip_install -U oslo.rootwrap

if [ "$INSTALL_PROFILE" = "ALL" ]; then
if is_ubuntu; then
:
Expand Down Expand Up @@ -659,6 +661,8 @@ function install_contrail() {
apt_get install ifmap-server
apt_get install python-ncclient

#Updating the messaging installed by python-nova
pip_install -U oslo.messaging
# contrail neutron plugin installs ini file as root
sudo chown -R `whoami`:`whoami` /etc/neutron
fi
Expand Down