Merge "OS::Neutron::Port default replacement_policy=AUTO"

This commit is contained in:
Jenkins
2015-04-01 05:02:10 +00:00
committed by Gerrit Code Review

View File

@@ -181,7 +181,7 @@ class Port(neutron.NeutronResource):
'REPLACE_ALWAYS will replace the port regardless of any '
'property changes. AUTO will update the existing port for any '
'changed update-allowed property.'),
default='REPLACE_ALWAYS',
default='AUTO',
constraints=[
constraints.AllowedValues(['REPLACE_ALWAYS', 'AUTO']),
],