From aa0a11937de1c0e828a7168feb62989663ba2d2a Mon Sep 17 00:00:00 2001 From: Michal Rostecki Date: Tue, 13 Oct 2015 07:57:20 +0200 Subject: [PATCH] Install tox in Vagrant Change-Id: I374d5f3702c1874b76e582b8585246d670eeb74a Closes-Bug: #1505281 --- dev/vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/vagrant/bootstrap.sh b/dev/vagrant/bootstrap.sh index 8899429226..46446424b9 100644 --- a/dev/vagrant/bootstrap.sh +++ b/dev/vagrant/bootstrap.sh @@ -93,7 +93,7 @@ function configure_kolla { # Configure the operator node and install some additional packages. function configure_operator { 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