Reviewed: https://review.openstack.org/515559 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=fe1c8da7682dce5dcc08a4e4ecdbc0721dcb5e4c Submitter: Zuul Branch: master
commit fe1c8da7682dce5dcc08a4e4ecdbc0721dcb5e4c Author: Zachary <[email protected]> Date: Fri Oct 27 09:00:36 2017 +0800 Modify the wrong command in config qos doc The example of "detach a port from the QoS policy" is wrong in config qos doc. OpenStack client don't display info about "Updated" after set or unset operation. Egg, associate the created policy with an existing neutron port, or detach a port from the QoS policy. It is the same as network. Also, OpenStack client don't display info about "Updated or Deleted" when we modify or delete rules from Qos policy. Change-Id: Idbc1877e85a13faca150307b3e773c1ea5333b77 Closes-Bug: #1727132 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1727132 Title: the example of "detach a port from the QoS policy" is wrong in config qos doc Status in neutron: Fix Released Bug description: In order to detach a port from the QoS policy, simply update again the port configuration. $ openstack port unset --no-qos-policy 88101e57-76fa-4d12-b0e0-4fc7634b874a Updated port: 88101e57-76fa-4d12-b0e0-4fc7634b874a Should be modified as: $ openstack port unset --qos-policy 88101e57-76fa-4d12-b0e0-4fc7634b874a To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1727132/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

