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:
Allen Gao 2016-03-08 17:12:21 +08:00
parent d1f6d0dee5
commit 9c739a7190

View File

@ -22,8 +22,7 @@ ec2_listen = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']
ec2_listen_port = {{ nova_api_ec2_port }}
security_group_api = neutron
network_api_class = nova.network.neutronv2.api.API
use_neutron = True
firewall_driver = nova.virt.firewall.NoopFirewallDriver
{% if neutron_plugin_agent == "openvswitch" %}