summaryrefslogtreecommitdiffstats
path: root/etc/nova/nova.conf.sample
diff options
context:
space:
mode:
authorVincent Untz <vuntz@suse.com>2012-08-22 15:40:59 +0200
committerVincent Untz <vuntz@suse.com>2012-08-27 08:48:18 +0200
commitfa5be443bae880ab15d5079caa28d6862cbd13b9 (patch)
treec40e4f638deaec2b2215ec95560579593e4c3180 /etc/nova/nova.conf.sample
parent68e9a9e351e5b7bc91148a939d470ba04a525020 (diff)
downloadnova-fa5be443bae880ab15d5079caa28d6862cbd13b9.tar.gz
nova-fa5be443bae880ab15d5079caa28d6862cbd13b9.tar.xz
nova-fa5be443bae880ab15d5079caa28d6862cbd13b9.zip
Allow connecting to a ssl-based glance
This introduces a new glance_api_insecure setting that can be used to not verify the certificate of the glance server against the certificate authorities. Fix bug 1042081. Change-Id: I0a9f081425854e9c01e00dfd641e42276c878c67
Diffstat (limited to 'etc/nova/nova.conf.sample')
-rw-r--r--etc/nova/nova.conf.sample6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/nova/nova.conf.sample b/etc/nova/nova.conf.sample
index d31d1e9e6..93e24877e 100644
--- a/etc/nova/nova.conf.sample
+++ b/etc/nova/nova.conf.sample
@@ -125,9 +125,13 @@
#### (IntOpt) default glance port
# glance_api_servers=$glance_host:$glance_port
-#### (ListOpt) A list of the glance api servers available to nova
+#### (ListOpt) A list of the glance api servers available to nova.
+#### Prefix with https:// for ssl-based glance api servers.
#### ([hostname|ip]:port)
+# glance_api_insecure=false
+#### (BoolOpt) If passed, allow to perform insecure SSL (https) requests to glance
+
# glance_num_retries=0
#### (IntOpt) Number retries when downloading an image from glance