Fix default_floating_pool option
Option "default_floating_pool" from group "DEFAULT" is deprecated for removal. use the 'default_floating_pool' option in the '[neutron]' group instead. Change-Id: Ie517a3b33504506cb8da5cb75461ef1ca6fb30ce Closes-Bug: #1697571
This commit is contained in:
parent
5137777f24
commit
975a6e20da
@ -54,8 +54,6 @@ dhcpbridge_flagfile = /etc/nova/nova.conf
|
|||||||
firewall_driver = {{ nova_firewall_driver }}
|
firewall_driver = {{ nova_firewall_driver }}
|
||||||
my_ip = {% if nova_management_address == 'localhost' %}127.0.0.1{% else %}{{ nova_management_address }}{% endif %}
|
my_ip = {% if nova_management_address == 'localhost' %}127.0.0.1{% else %}{{ nova_management_address }}{% endif %}
|
||||||
|
|
||||||
default_floating_pool = public
|
|
||||||
|
|
||||||
## Vif
|
## Vif
|
||||||
linuxnet_interface_driver = {{ nova_linuxnet_interface_driver }}
|
linuxnet_interface_driver = {{ nova_linuxnet_interface_driver }}
|
||||||
{% if nova_virt_type in ['kvm', 'lxd', 'qemu', 'xen'] %}
|
{% if nova_virt_type in ['kvm', 'lxd', 'qemu', 'xen'] %}
|
||||||
@ -147,6 +145,7 @@ api_servers = {{ nova_glance_api_servers }}
|
|||||||
url = {{ neutron_service_adminurl }}
|
url = {{ neutron_service_adminurl }}
|
||||||
region_name = {{ neutron_service_region }}
|
region_name = {{ neutron_service_region }}
|
||||||
auth_type = password
|
auth_type = password
|
||||||
|
default_floating_pool = public
|
||||||
# Keystone client plugin password option
|
# Keystone client plugin password option
|
||||||
password = {{ neutron_service_password }}
|
password = {{ neutron_service_password }}
|
||||||
# Keystone client plugin username option
|
# Keystone client plugin username option
|
||||||
|
Loading…
x
Reference in New Issue
Block a user