~gandelman-a/ubuntu/precise/nova/UCA_2012.2.1

« back to all changes in this revision

Viewing changes to etc/nova/nova.conf.sample

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Soren Hansen
  • Date: 2012-09-07 17:49:53 UTC
  • mfrom: (1.1.61)
  • Revision ID: package-import@ubuntu.com-20120907174953-oapuvix1jxm830he
Tags: 2012.2~rc1~20120907.15996-0ubuntu1
[ Chuck Short ]
* New upstream release.
* debian/nova-common.postinst: Drop nova_sudoers permission changing
  since we do it in the debian/rules. (LP: #995285)

[ Soren Hansen ]
* Update debian/watch to account for symbolically named tarballs and
  use newer URL.
* Fix Launchpad URLs in debian/watch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
#### (IntOpt) default glance port
126
126
 
127
127
# glance_api_servers=$glance_host:$glance_port
128
 
#### (ListOpt) A list of the glance api servers available to nova
 
128
#### (ListOpt) A list of the glance api servers available to nova. Prefix
 
129
####           with https:// for ssl-based glance api servers.
129
130
####           ([hostname|ip]:port)
130
131
 
 
132
# glance_api_insecure=false
 
133
#### (BoolOpt) Allow to perform insecure SSL (https) requests to glance
 
134
 
131
135
# glance_num_retries=0
132
136
#### (IntOpt) Number retries when downloading an image from glance
133
137
 
138
142
#### (StrOpt) hostname or ip for openstack to use when accessing the s3
139
143
####          api
140
144
 
141
 
# s3_dmz=$my_ip
142
 
#### (StrOpt) hostname or ip for the instances to use when accessing the
143
 
####          s3 api
144
 
 
145
145
# cert_topic=cert
146
146
#### (StrOpt) the topic cert nodes listen on
147
147
 
198
198
# osapi_volume_extension=nova.api.openstack.volume.contrib.standard_extensions
199
199
#### (MultiStrOpt) osapi volume extension to load
200
200
 
201
 
# osapi_scheme=http
202
 
#### (StrOpt) the protocol to use when connecting to the openstack api
203
 
####          server (http, https)
204
 
 
205
201
# osapi_path=/v1.1/
206
202
#### (StrOpt) the path prefix used to call the openstack api server
207
203
 
223
219
# metadata_port=8775
224
220
#### (IntOpt) the port for the metadata api port
225
221
 
226
 
# default_project=openstack
227
 
#### (StrOpt) the default project to use for openstack
228
 
 
229
222
# default_image=ami-11111
230
223
#### (StrOpt) default image to use, testing only
231
224
 
242
235
# vpn_key_suffix=-vpn
243
236
#### (StrOpt) Suffix to add to project name for vpn key and secgroups
244
237
 
245
 
# auth_token_ttl=3600
246
 
#### (IntOpt) Seconds for auth tokens to linger
247
 
 
248
238
# sqlite_db=nova.sqlite
249
239
#### (StrOpt) the filename to use with sqlite
250
240
 
304
294
#### (StrOpt) time period to generate instance usages for.  Time period
305
295
####          must be hour, day, month or year
306
296
 
307
 
# bandwith_poll_interval=600
 
297
# bandwidth_poll_interval=600
308
298
#### (IntOpt) interval to pull bandwidth usage info
309
299
 
310
300
# start_guests_on_host_boot=false
1547
1537
# powervm_mgr=<None>
1548
1538
#### (StrOpt) PowerVM manager host or ip
1549
1539
 
1550
 
# powervm_vios=powervm_mgr
1551
 
#### (StrOpt) PowerVM vios host or ip if different from manager
1552
 
 
1553
1540
# powervm_mgr_user=<None>
1554
1541
#### (StrOpt) PowerVM manager user name
1555
1542
 
1943
1930
#### (BoolOpt) Storage system compression option for volumes
1944
1931
 
1945
1932
# storwize_svc_flashcopy_timeout=120
1946
 
#### (StrOpt) Maximum number of seconds to wait for FlashCopy to
1947
 
####          beprepared. Maximum value is 600 seconds (10 minutes).
1948
 
 
1949
 
 
1950
 
# Total option count: 509
 
1933
#### (StrOpt) Maximum number of seconds to wait for FlashCopy to be
 
1934
####          prepared. Maximum value is 600 seconds (10 minutes).
 
1935
 
 
1936
 
 
1937
# Total option count: 505