Force neutron security for NVP
This commit is contained in:
parent
a33cdbf19a
commit
aa29232325
@ -58,10 +58,8 @@ default_floating_pool = {{ external_network }}
|
|||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|
||||||
{% if neutron_plugin and neutron_plugin == 'nvp' -%}
|
{% if neutron_plugin and neutron_plugin == 'nvp' -%}
|
||||||
{% if neutron_security_groups -%}
|
security_group_api = neutron
|
||||||
security_group_api = {{ network_manager }}
|
|
||||||
nova_firewall_driver = nova.virt.firewall.NoopFirewallDriver
|
nova_firewall_driver = nova.virt.firewall.NoopFirewallDriver
|
||||||
{% endif -%}
|
|
||||||
{% if external_network -%}
|
{% if external_network -%}
|
||||||
default_floating_pool = {{ external_network }}
|
default_floating_pool = {{ external_network }}
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user