Remove unused flags

Fix bug 1040818

* s3_dmz
* osapi_scheme
* osapi_path
* default_project
* auth_token_ttl
* powervm_vios

Change-Id: I799ff4746046302e8fcfb47ba3c23efb3454b28f
This commit is contained in:
Joe Gordon 2012-08-22 20:37:48 -07:00
parent efbae02a25
commit ea06eff7e7
3 changed files with 1 additions and 18 deletions

View File

@ -149,10 +149,6 @@ global_opts = [
default='$my_ip',
help='hostname or ip for openstack to use when accessing '
'the s3 api'),
cfg.StrOpt('s3_dmz',
default='$my_ip',
help='hostname or ip for the instances to use when accessing '
'the s3 api'),
cfg.StrOpt('cert_topic',
default='cert',
help='the topic cert nodes listen on'),
@ -213,10 +209,6 @@ global_opts = [
'nova.api.openstack.volume.contrib.standard_extensions'
],
help='osapi volume extension to load'),
cfg.StrOpt('osapi_scheme',
default='http',
help='the protocol to use when connecting to the openstack api '
'server (http, https)'),
cfg.StrOpt('osapi_path',
default='/v1.1/',
help='the path prefix used to call the openstack api server'),
@ -238,9 +230,6 @@ global_opts = [
cfg.IntOpt('metadata_port',
default=8775,
help='the port for the metadata api port'),
cfg.StrOpt('default_project',
default='openstack',
help='the default project to use for openstack'),
cfg.StrOpt('default_image',
default='ami-11111',
help='default image to use, testing only'),
@ -257,9 +246,6 @@ global_opts = [
cfg.StrOpt('vpn_key_suffix',
default='-vpn',
help='Suffix to add to project name for vpn key and secgroups'),
cfg.IntOpt('auth_token_ttl',
default=3600,
help='Seconds for auth tokens to linger'),
cfg.StrOpt('sqlite_db',
default='nova.sqlite',
help='the filename to use with sqlite'),

View File

@ -37,9 +37,6 @@ powervm_opts = [
cfg.StrOpt('powervm_mgr',
default=None,
help='PowerVM manager host or ip'),
cfg.StrOpt('powervm_vios',
default='powervm_mgr',
help='PowerVM vios host or ip if different from manager'),
cfg.StrOpt('powervm_mgr_user',
default=None,
help='PowerVM manager user name'),

View File

@ -79,7 +79,7 @@ storwize_svc_opts = [
help='Storage system compression option for volumes'),
cfg.StrOpt('storwize_svc_flashcopy_timeout',
default='120',
help='Maximum number of seconds to wait for FlashCopy to be'
help='Maximum number of seconds to wait for FlashCopy to be '
'prepared. Maximum value is 600 seconds (10 minutes).'),
]