Merge "Clean out config deprecation information"
This commit is contained in:
commit
73e6e3c147
@ -32,9 +32,7 @@ from cinder import service_auth
|
|||||||
nova_opts = [
|
nova_opts = [
|
||||||
cfg.StrOpt('region_name',
|
cfg.StrOpt('region_name',
|
||||||
help='Name of nova region to use. Useful if keystone manages '
|
help='Name of nova region to use. Useful if keystone manages '
|
||||||
'more than one region.',
|
'more than one region.'),
|
||||||
deprecated_name="os_region_name",
|
|
||||||
deprecated_group="DEFAULT"),
|
|
||||||
cfg.StrOpt('interface',
|
cfg.StrOpt('interface',
|
||||||
default='public',
|
default='public',
|
||||||
choices=['public', 'admin', 'internal'],
|
choices=['public', 'admin', 'internal'],
|
||||||
|
Loading…
Reference in New Issue
Block a user