From 48fa14fbd65f6c75ac668fd0458aa9af9a4d45df Mon Sep 17 00:00:00 2001 From: Igor Zinovik Date: Mon, 27 Jun 2016 14:16:25 +0300 Subject: [PATCH] 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 --- doc/user/source/known-issues.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/user/source/known-issues.rst b/doc/user/source/known-issues.rst index 4b1cbfc..85e76df 100644 --- a/doc/user/source/known-issues.rst +++ b/doc/user/source/known-issues.rst @@ -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.