Merge "Fix the deprecated security_group_api and network_api_class"

This commit is contained in:
Jenkins 2016-03-09 12:39:25 +00:00 committed by Gerrit Code Review
commit 241913cc8f
1 changed files with 1 additions and 2 deletions

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" %}