Fix the deprecated security_group_api and network_api_class

https://review.openstack.org/#/c/288602
https://review.openstack.org/#/c/288077

TrivialFix

Change-Id: I625754669de34f90ed12222533c3e73b98314d0d
This commit is contained in:
Allen Gao 2016-03-09 20:42:33 +08:00 committed by Allen Gao
parent 3d77747cc9
commit 847f914067
5 changed files with 5 additions and 10 deletions

View File

@ -16,8 +16,7 @@ ec2_listen_port = {{ nova_api_ec2_port }}
notification_driver = noop
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" %}

View File

@ -16,8 +16,7 @@ ec2_listen_port = 3410
notification_driver = noop
security_group_api = neutron
network_api_class = nova.network.neutronv2.api.API
use_neutron = True
firewall_driver = nova.virt.firewall.NoopFirewallDriver

View File

@ -16,8 +16,7 @@ ec2_listen_port = 3410
notification_driver = noop
security_group_api = neutron
network_api_class = nova.network.neutronv2.api.API
use_neutron = True
firewall_driver = nova.virt.firewall.NoopFirewallDriver

View File

@ -16,8 +16,7 @@ ec2_listen_port = 3410
notification_driver = noop
security_group_api = neutron
network_api_class = nova.network.neutronv2.api.API
use_neutron = True
firewall_driver = nova.virt.firewall.NoopFirewallDriver

View File

@ -16,8 +16,7 @@ ec2_listen_port = 3410
notification_driver = noop
security_group_api = neutron
network_api_class = nova.network.neutronv2.api.API
use_neutron = True
firewall_driver = nova.virt.firewall.NoopFirewallDriver