Merge "OS::Neutron::Port default replacement_policy=AUTO"
This commit is contained in:
commit
4b3d4dab44
@ -181,7 +181,7 @@ class Port(neutron.NeutronResource):
|
|||||||
'REPLACE_ALWAYS will replace the port regardless of any '
|
'REPLACE_ALWAYS will replace the port regardless of any '
|
||||||
'property changes. AUTO will update the existing port for any '
|
'property changes. AUTO will update the existing port for any '
|
||||||
'changed update-allowed property.'),
|
'changed update-allowed property.'),
|
||||||
default='REPLACE_ALWAYS',
|
default='AUTO',
|
||||||
constraints=[
|
constraints=[
|
||||||
constraints.AllowedValues(['REPLACE_ALWAYS', 'AUTO']),
|
constraints.AllowedValues(['REPLACE_ALWAYS', 'AUTO']),
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user