First time here? Check out the FAQ!
![]() | 1 | initial version |
Hmm... this is strange , what my wild guess would be to check the configurations files of neutron and see weather the firewall variable has been set correctly in security groups sections:-
[securitygroup] enable_security_group = True enable_ipset = True firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
Let me know how it goes
![]() | 2 | No.2 Revision |
Hmm... this is strange , what my wild guess would be to check the configurations files of neutron and see weather the firewall variable has been set correctly in security groups sections:-
[securitygroup]
[securitygroup]
enable_security_group = True
True
enable_ipset = True
True
firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
Let me know how it goes