Document plugin limitation related to port admin_state_up change

Plugin cannot change port state. Command "neutron port-update" will
return success code, but port still remains in active state.

Change-Id: I40dc1f294ef51838c382af2e3c002c816a75a729
This commit is contained in:
Igor Zinovik 2016-06-27 14:16:25 +03:00
parent e8bfab8631
commit 48fa14fbd6
1 changed files with 7 additions and 0 deletions

View File

@ -10,3 +10,10 @@ specified amount of backup nodes while Neutron server waits until this
operation is finished. Default timeout for neutron-server start is about 7
minutes. If you encounter such behaviour wait until all backup edge nodes are
provisioned on vSphere side and rerun deployment process.
Change of ``admin_state_up`` does not affect actual port state
--------------------------------------------------------------
NSX plugin does not change *admin_state_up* of a port. Even if operator
executes ``neutron port-update`` command, port will remain in active state, but
will be reported as ``admin_state_up: False`` by ``neutron port-show`` command.