diff --git a/dev/vagrant/bootstrap.sh b/dev/vagrant/bootstrap.sh
index 222b0dc8506d2cefa271c3b3873c89bd58cef85c..d1d8248f63dccc281430d23d357169850a844b61 100644
--- a/dev/vagrant/bootstrap.sh
+++ b/dev/vagrant/bootstrap.sh
@@ -94,7 +94,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