summaryrefslogtreecommitdiffstats
path: root/etc/nova/nova.conf.sample
diff options
context:
space:
mode:
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