Add extension_drivers = port_security in neutron.pp

Now when set network port_security_enabled to false,
return {"NeutronError": {"message": "Unrecognized attribute(s)
'port_security_enabled'", "type": "HTTPBadRequest", "detail": ""}}
Change-Id: If59d1b25c557eebb8a9b9db24e7bd209373d6720
This commit is contained in:
lianghao
2017年03月17日 10:03:17 +08:00
parent 6247fdb9cc
commit d3f10eff96

View File

@@ -138,6 +138,7 @@ class openstack_integration::neutron (
class{ '::neutron::plugins::ml2':
type_drivers => ['vxlan', 'flat'],
tenant_network_types => ['vxlan', 'flat'],
extension_drivers => 'port_security',
mechanism_drivers => $driver,
firewall_driver => $firewall_driver,
}
Reference in New Issue
openstack/puppet-openstack-integration
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.