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:
Sean McGinnis 2018-03-13 14:33:37 -05:00
parent 12483f1995
commit 50e6b7af36
1 changed files with 1 additions and 3 deletions

View File

@ -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'],