Merge "Use value_specs for port_security_enabled flag"
This commit is contained in:
commit
0773f4e1a1
@ -152,7 +152,7 @@ class DeviceHeat(abstract_driver.DeviceAbstractDriver):
|
||||
port_dict = {
|
||||
'type': 'OS::Neutron::Port',
|
||||
'properties': {
|
||||
'port_security_enabled': False
|
||||
'value_specs': {'port_security_enabled': False}
|
||||
}
|
||||
}
|
||||
port_dict['properties'].setdefault('fixed_ips', [])
|
||||
|
Loading…
Reference in New Issue
Block a user