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:
parent
7351c4ec64
commit
5408dd330f
@ -68,7 +68,7 @@ neutron_plugin_agent: "openvswitch"
|
||||
####################
|
||||
# Openstack options
|
||||
####################
|
||||
openstack_release: "liberty2"
|
||||
openstack_release: "latest"
|
||||
openstack_logging_verbose: "True"
|
||||
openstack_logging_debug: "False"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user