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
commit 4b3d4dab44
1 changed files with 1 additions and 1 deletions

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']),
],