Merge "Forbid update of HA property of routers" into proposed/juno

This commit is contained in:
Jenkins 2014-10-14 17:04:45 +00:00 committed by Gerrit Code Review
commit c3666cb0dc
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ from neutron.common import exceptions
HA_INFO = 'ha'
EXTENDED_ATTRIBUTES_2_0 = {
'routers': {
HA_INFO: {'allow_post': True, 'allow_put': True,
HA_INFO: {'allow_post': True, 'allow_put': False,
'default': attributes.ATTR_NOT_SPECIFIED, 'is_visible': True,
'enforce_policy': True,
'convert_to': attributes.convert_to_boolean_if_not_none}