Remove nova_url config setting

This config value is no longer used. Rather, the endpoint_type
configuration under the [nova] section is used.

Change-Id: Iab9569e59c8a1247fca706adfa652ba5b3e8223e
This commit is contained in:
Travis Truman 2017-02-06 16:04:43 -05:00
parent 8fb34ddff9
commit 915606bbf0

View File

@ -86,7 +86,6 @@ dhcp_lease_duration = 86400
notify_nova_on_port_status_changes = True
notify_nova_on_port_data_changes = True
send_events_interval = 2
nova_url = {{ nova_service_adminurl|replace('/%(tenant_id)s', '') }}
[nova]
auth_plugin = {{ nova_keystone_auth_plugin }}