Commit 791ac443 by David Baumgold

Remove --tags=deploy when calling ansible-playbook for devstack

parent 3a705906
......@@ -35,7 +35,7 @@ else
CONFIG_VER="release"
fi
ansible-playbook -i localhost, -c local vagrant-devstack.yml --tags=deploy -e configuration_version=$CONFIG_VER $EXTRA_VARS
ansible-playbook -i localhost, -c local vagrant-devstack.yml -e configuration_version=$CONFIG_VER $EXTRA_VARS
SCRIPT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment