Change ansible to search for latest tag

In master, ansible should look for the latest tag
by default.  For releases, it will look for that
specific release tag.

Closes-bug: #1482294
Change-Id: Iccaab6b70d7fb386b5bd1ce21f1afa379a76dd81
This commit is contained in:
Ryan Hallisey 2015-08-06 12:22:44 -04:00
parent 7351c4ec64
commit 5408dd330f

View File

@ -68,7 +68,7 @@ neutron_plugin_agent: "openvswitch"
####################
# Openstack options
####################
openstack_release: "liberty2"
openstack_release: "latest"
openstack_logging_verbose: "True"
openstack_logging_debug: "False"