summaryrefslogtreecommitdiffstats
path: root/etc/nova/nova.conf.sample
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2012-08-28 07:05:27 +0100
committerMark McLoughlin <markmc@redhat.com>2012-08-28 07:06:50 +0100
commit458ee2eac0dbcfb1596cd6cf43b7a341e78f8f82 (patch)
tree47ce15a4280f0b1692dc6153e8e96e5390239ce8 /etc/nova/nova.conf.sample
parent2907ddfffcdea081ca2213d9c6989ae2534168d6 (diff)
downloadnova-458ee2eac0dbcfb1596cd6cf43b7a341e78f8f82.tar.gz
nova-458ee2eac0dbcfb1596cd6cf43b7a341e78f8f82.tar.xz
nova-458ee2eac0dbcfb1596cd6cf43b7a341e78f8f82.zip
Update nova.conf.sample
Regenerate to account for unused options which were removed by commit ea06eff7e7 DocImpact: update nova.conf docs Change-Id: I1082d2869d0b9d33747fb877efb6d99344074b2c
Diffstat (limited to 'etc/nova/nova.conf.sample')
-rw-r--r--etc/nova/nova.conf.sample29
1 files changed, 6 insertions, 23 deletions
diff --git a/etc/nova/nova.conf.sample b/etc/nova/nova.conf.sample
index 93e24877e..e564ecadd 100644
--- a/etc/nova/nova.conf.sample
+++ b/etc/nova/nova.conf.sample
@@ -125,12 +125,12 @@
#### (IntOpt) default glance port
# glance_api_servers=$glance_host:$glance_port
-#### (ListOpt) A list of the glance api servers available to nova.
-#### Prefix with https:// for ssl-based glance api servers.
+#### (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
+#### (BoolOpt) Allow to perform insecure SSL (https) requests to glance
# glance_num_retries=0
#### (IntOpt) Number retries when downloading an image from glance
@@ -142,10 +142,6 @@
#### (StrOpt) hostname or ip for openstack to use when accessing the s3
#### api
-# s3_dmz=$my_ip
-#### (StrOpt) hostname or ip for the instances to use when accessing the
-#### s3 api
-
# cert_topic=cert
#### (StrOpt) the topic cert nodes listen on
@@ -202,10 +198,6 @@
# osapi_volume_extension=nova.api.openstack.volume.contrib.standard_extensions
#### (MultiStrOpt) osapi volume extension to load
-# osapi_scheme=http
-#### (StrOpt) the protocol to use when connecting to the openstack api
-#### server (http, https)
-
# osapi_path=/v1.1/
#### (StrOpt) the path prefix used to call the openstack api server
@@ -227,9 +219,6 @@
# metadata_port=8775
#### (IntOpt) the port for the metadata api port
-# default_project=openstack
-#### (StrOpt) the default project to use for openstack
-
# default_image=ami-11111
#### (StrOpt) default image to use, testing only
@@ -246,9 +235,6 @@
# vpn_key_suffix=-vpn
#### (StrOpt) Suffix to add to project name for vpn key and secgroups
-# auth_token_ttl=3600
-#### (IntOpt) Seconds for auth tokens to linger
-
# sqlite_db=nova.sqlite
#### (StrOpt) the filename to use with sqlite
@@ -1551,9 +1537,6 @@
# powervm_mgr=<None>
#### (StrOpt) PowerVM manager host or ip
-# powervm_vios=powervm_mgr
-#### (StrOpt) PowerVM vios host or ip if different from manager
-
# powervm_mgr_user=<None>
#### (StrOpt) PowerVM manager user name
@@ -1947,8 +1930,8 @@
#### (BoolOpt) Storage system compression option for volumes
# storwize_svc_flashcopy_timeout=120
-#### (StrOpt) Maximum number of seconds to wait for FlashCopy to
-#### beprepared. Maximum value is 600 seconds (10 minutes).
+#### (StrOpt) Maximum number of seconds to wait for FlashCopy to be
+#### prepared. Maximum value is 600 seconds (10 minutes).
-# Total option count: 509
+# Total option count: 505