Merge "Fix the deprecated security_group_api and network_api_class"
This commit is contained in:
commit
241913cc8f
@ -22,8 +22,7 @@ ec2_listen = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']
|
|||||||
ec2_listen_port = {{ nova_api_ec2_port }}
|
ec2_listen_port = {{ nova_api_ec2_port }}
|
||||||
|
|
||||||
|
|
||||||
security_group_api = neutron
|
use_neutron = True
|
||||||
network_api_class = nova.network.neutronv2.api.API
|
|
||||||
firewall_driver = nova.virt.firewall.NoopFirewallDriver
|
firewall_driver = nova.virt.firewall.NoopFirewallDriver
|
||||||
|
|
||||||
{% if neutron_plugin_agent == "openvswitch" %}
|
{% if neutron_plugin_agent == "openvswitch" %}
|
||||||
|
Loading…
Reference in New Issue
Block a user