Remove deprecated nova_metadata_ip

nova_metadata_ip was marked for removal in Queens,
https://review.openstack.org/#/c/436813/

Change-Id: Icda216f9c8c57bb37711c5aa3574d308c3b5536d
This commit is contained in:
Brian Haley 2017-11-10 00:23:09 -05:00 committed by Brian Haley
parent 1665395b19
commit cb9f4dd451
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ METADATA_PROXY_HANDLER_OPTS = [
"file for ssl")),
cfg.HostAddressOpt('nova_metadata_host',
default='127.0.0.1',
deprecated_name='nova_metadata_ip',
help=_("IP address or DNS name of Nova metadata "
"server.")),
cfg.PortOpt('nova_metadata_port',