]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
nvp plugin rxtx_factor readonly update port
authorAaron Rosen <arosen@nicira.com>
Wed, 17 Jul 2013 21:56:16 +0000 (14:56 -0700)
committerAaron Rosen <arosen@nicira.com>
Wed, 17 Jul 2013 22:02:55 +0000 (15:02 -0700)
commit7b69d98e196a98295048d311786b9f23586dc4fd
tree2f55a654edcb0c323e7d5504c60ecfda5c10a003
parent7efd7957a2125c4b079149cb5ba086f8b16e93de
nvp plugin rxtx_factor readonly update port

The following change done in nova 7de916 started passing in the
rxtx_factor on update port rather than just on create_port which
is what we only originally supported. Therefore currently when
booting a vm and specifying --nic port-id it will fail to boot with:
Cannot update read-only attribute rxtx_factor. This patch is a work
around to allow the rxtx_factor value to be passed in on update port even
though we ignore the value. Later we'll implement updating rxtx_factor on
ports but this is a good work around for now.

Fixes bug: 1202406

Change-Id: Iedd488b7bdc9b1a1317000d249f03b0eafbea419
neutron/plugins/nicira/extensions/nvp_qos.py