Clean out config deprecation information
Nova settings were deprecated, then removed in change Ic112a68101c0dcb14da0db06c62ae190474a37d9. Some legacy info was left behind in one of the new options referring to the old config setting that should now be removed. Change-Id: I031e5ffbc11c4b044f3baf808d852ce871a2d6c5
This commit is contained in:
parent
12483f1995
commit
50e6b7af36
@ -32,9 +32,7 @@ from cinder import service_auth
|
||||
nova_opts = [
|
||||
cfg.StrOpt('region_name',
|
||||
help='Name of nova region to use. Useful if keystone manages '
|
||||
'more than one region.',
|
||||
deprecated_name="os_region_name",
|
||||
deprecated_group="DEFAULT"),
|
||||
'more than one region.'),
|
||||
cfg.StrOpt('interface',
|
||||
default='public',
|
||||
choices=['public', 'admin', 'internal'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user