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

View File

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