Start using nova_metadata_host

nova_metadata_ip was deprecated in Pike and is being
removed in Queens, update its usage.

Depends-On: I8fa071834a67af6f062970a1f105c2f9a3a341da

Change-Id: Ie287f8852ed0fa7ebf759a50aa0dd2bb86c64212
This commit is contained in:
Brian Haley 2018-01-08 14:42:36 -05:00
parent 7e148af75f
commit a1dde9b076

View File

@ -121,6 +121,7 @@ outputs:
neutron::plugins::plumgrid::username: {get_param: PLUMgridUsername}
neutron::plugins::plumgrid::password: {get_param: PLUMgridPassword}
neutron::plugins::plumgrid::nova_metadata_ip: {get_param: PLUMgridNovaMetadataIP}
neutron::plugins::plumgrid::nova_metadata_host: {get_param: PLUMgridNovaMetadataIP}
neutron::plugins::plumgrid::nova_metadata_port: {get_param: PLUMgridNovaMetadataPort}
neutron::plugins::plumgrid::l2gateway_vendor: {get_param: PLUMgridL2GatewayVendor}
neutron::plugins::plumgrid::l2gateway_sw_username: {get_param: PLUMgridL2GatewayUsername}