
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
# -- Welcome!
You have come across a cloud computing network fabric controller. It has identified itself as "Neutron." It aims to tame your (cloud) networking!
# -- External Resources:
The homepage for Neutron is: http://launchpad.net/neutron . Use this site for asking for help, and filing bugs. Code is available on github at <http://github.com/openstack/neutron>.
The latest and most in-depth documentation on how to use Neutron is available at: <http://docs.openstack.org>. This includes:
Neutron Administrator Guide http://docs.openstack.org/trunk/openstack-network/admin/content/
Neutron API Reference: http://docs.openstack.org/api/openstack-network/2.0/content/
The start of some developer documentation is available at: http://wiki.openstack.org/NeutronDevelopment
For help using or hacking on Neutron, you can send mail to <mailto:openstack-dev@lists.openstack.org>.