Added configuration parameter for cirros base url

Removed the hard-coded base url for cirros image.

Change-Id: I61935636a10c94bf80427c693bf9dfd5190d8148
Closes-Bug:#1437162
This commit is contained in:
Swapnil Kulkarni
2015-05-15 05:57:28 +00:00
parent ade1e615f7
commit 263cc1e648

View File

@@ -45,9 +45,9 @@
# (Optional) Enables or disables syslog rfc5424 format for logging. If
# enabled, prefixes the MSG part of the syslog message with APP-NAME
# (RFC5424). The format without the APP-NAME is deprecated in I, and
# will be removed in J. (boolean value)
#use_syslog_rfc_format = false
# (RFC5424). The format without the APP-NAME is deprecated in K, and
# will be removed in L, along with this option. (boolean value)
#use_syslog_rfc_format = true
# Syslog facility to receive log lines. (string value)
#syslog_log_facility = LOG_USER
@@ -102,9 +102,13 @@
#openstack_client_http_timeout = 180.0
# Use SSL for all OpenStack API interfaces (boolean value)
# This option is deprecated for removal.
# Its value may be silently ignored in the future.
#https_insecure = false
# Path to CA server cetrificate for SSL (string value)
# This option is deprecated for removal.
# Its value may be silently ignored in the future.
#https_cacert = <None>
@@ -563,6 +567,9 @@
# Cirros image name (string value)
#cirros_image = cirros-0.3.2-x86_64-disk.img
# Cirros image base URL (string value)
#cirros_base_url = http://download.cirros-cloud.net
[users_context]