From 10172ec311277362b9b4228edd54945d8cba715e Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Sun, 31 Jan 2016 15:19:29 +0800 Subject: [PATCH] Remove the openstack_release option in the globals.yml file Normally, the end user should not change this. TrivialFix Change-Id: Ida74ed0e5ae3ff689e2acbafb9d491341bbbcf91 --- etc/kolla/globals.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/etc/kolla/globals.yml b/etc/kolla/globals.yml index 7caed3e8be..b725931c58 100644 --- a/etc/kolla/globals.yml +++ b/etc/kolla/globals.yml @@ -66,9 +66,6 @@ neutron_external_interface: "eth1" #################### # OpenStack options #################### -# This option is used to specify the tag to use when pulling the Docker images -#openstack_release: "1.0.0" - # Use these options to set the various log levels across all OpenStack projects #openstack_logging_debug: "False"