yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #61079
[Bug 1639220] Re: [RFE] Introduce Network QoS policy "is_default" behaviour
** Also affects: python-openstacksdk
Importance: Undecided
Status: New
** Also affects: python-openstackclient
Importance: Undecided
Status: New
** Changed in: python-openstackclient
Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez)
** Changed in: python-openstacksdk
Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1639220
Title:
[RFE] Introduce Network QoS policy "is_default" behaviour
Status in neutron:
New
Status in python-openstackclient:
New
Status in OpenStack SDK:
New
Bug description:
Introduce a new parameter in Network QoS policy: "is_default".
If a new Network QoS policy is created/set with the parameter
"is_default" equal to True, any new network created for that project
will have this default QoS policy assigned.
E.g.:
- Create a new QoS policy
openstack network qos policy create --is-default qos_1
- Create a new network
openstack network create net_1
This new network, "net_1", will have "qos_1" as QoS policy.
The parameter "is-default" can be set in the creation and the update
commands.
If a new Network QoS policy is created or updated with this flag and
another Network QoS policy in the same project is set as the default
policy, the new one won't be created or updated (see subnet-pool
behaviour).
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1639220/+subscriptions
References