Fix the deprecated security_group_api and network_api_class
The security_group_api option is deprecated since https://review.openstack.org/#/c/288602 , the security_group_api will be detected through use_neutron. TrivialFix Change-Id: I4e4dd9397b67243ed7268529d9ed0d9b86c846dd
This commit is contained in:
parent
d1f6d0dee5
commit
9c739a7190
@ -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…
x
Reference in New Issue
Block a user