Merge "Enable security group support for OVS agent"

This commit is contained in:
Zuul 2019-04-04 17:32:37 +00:00 committed by Gerrit Code Review
commit 512ee77dc2
2 changed files with 3 additions and 4 deletions

View File

@ -1023,12 +1023,14 @@ data:
ovs_driver:
vhost_user_enabled: true
securitygroup:
firewall_driver: noop
firewall_driver: openvswitch
openvswitch_agent:
agent:
tunnel_types: vxlan
ovs:
bridge_mappings: public:br-ex
securitygroup:
firewall_driver: openvswitch
source:
type: tar
location: http://172.17.0.1/helm_charts/neutron-0.1.0.tgz

View File

@ -294,9 +294,6 @@ class NeutronHelm(openstack.OpenstackBaseHelm):
return {
'agent': agent,
'ovs': ovs,
'securitygroup': {
'firewall_driver': 'noop',
},
}
def _get_dynamic_sriov_agent_config(self, host):