8.190. neutron qos-policy-update
usage: neutron qos-policy-update [-h] [--request-format {json}] [--name NAME] [--description DESCRIPTION] [--shared | --no-shared] POLICY
Positional arguments
- POLICY
ID or name of policy to update.
Optional arguments
- -h, --help
show this help message and exit
- --request-format {json}
DEPRECATED! Only JSON request format is supported.
- --name NAME
Name of the QoS policy.
- --description DESCRIPTION
Description of the QoS policy.
- --shared
Accessible by other tenants. Set shared to True
(default is False).
- --no-shared
Not accessible by other tenants. Set shared to False.