From 5408dd330f3fb26e49dbe4c5f0be2572f32984c2 Mon Sep 17 00:00:00 2001 From: Ryan Hallisey Date: Thu, 6 Aug 2015 12:22:44 -0400 Subject: [PATCH] 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 --- etc/kolla/globals.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/kolla/globals.yml b/etc/kolla/globals.yml index a213f262d7..4d5fb7c9ba 100644 --- a/etc/kolla/globals.yml +++ b/etc/kolla/globals.yml @@ -68,7 +68,7 @@ neutron_plugin_agent: "openvswitch" #################### # Openstack options #################### -openstack_release: "liberty2" +openstack_release: "latest" openstack_logging_verbose: "True" openstack_logging_debug: "False"