Merge "nvp plugin rxtx_factor readonly update port"

This commit is contained in:
Jenkins 2013-07-23 14:10:19 +00:00 committed by Gerrit Code Review
commit 1a0be976d8

View File

@ -127,7 +127,9 @@ RXTX_FACTOR = 'rxtx_factor'
EXTENDED_ATTRIBUTES_2_0 = {
'ports': {
RXTX_FACTOR: {'allow_post': True,
'allow_put': False,
# FIXME(arosen): the nvp plugin currently does not
# implement updating rxtx factor on port.
'allow_put': True,
'is_visible': False,
'default': 1,
'enforce_policy': True,