Skip to content
Snippets Groups Projects
Commit 31e50443 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Install tox in Vagrant"

parents 539a1e9f aa0a1193
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ function configure_kolla { ...@@ -94,7 +94,7 @@ function configure_kolla {
# Configure the operator node and install some additional packages. # Configure the operator node and install some additional packages.
function configure_operator { function configure_operator {
yum install -y git mariadb && yum clean all yum install -y git mariadb && yum clean all
pip install --upgrade ansible python-openstackclient pip install --upgrade ansible python-openstackclient tox
pip install ~vagrant/kolla pip install ~vagrant/kolla
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment