← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1640762] Re: when I update a Qos policy, value of shared can not be changed to false from true

 

Hello:

I'm using lastest master branch in SDK, OSclient and Neutron. I can't
reproduce this problem.

LOGS:
[stack@silpixa00394062 ~]$openstack network qos policy create qos1
+-------------+--------------------------------------+
| Field       | Value                                |
+-------------+--------------------------------------+
| description |                                      |
| id          | b7926765-ec4b-4de8-b826-ad1b80282baf |
| name        | qos1                                 |
| project_id  | ffc3ee9773224941ac7eba7d5d1c20cc     |
| rules       | []                                   |
| shared      | False                                |
+-------------+--------------------------------------+
[stack@silpixa00394062 ~]$openstack network qos policy set --share qos1
[stack@silpixa00394062 ~]$openstack network qos policy show qos1
+-------------+--------------------------------------+
| Field       | Value                                |
+-------------+--------------------------------------+
| description |                                      |
| id          | b7926765-ec4b-4de8-b826-ad1b80282baf |
| name        | qos1                                 |
| project_id  | ffc3ee9773224941ac7eba7d5d1c20cc     |
| rules       | []                                   |
| shared      | True                                 |
+-------------+--------------------------------------+
[stack@silpixa00394062 ~]$openstack network qos policy set --no-share qos1
[stack@silpixa00394062 ~]$openstack network qos policy show qos1
+-------------+--------------------------------------+
| Field       | Value                                |
+-------------+--------------------------------------+
| description |                                      |
| id          | b7926765-ec4b-4de8-b826-ad1b80282baf |
| name        | qos1                                 |
| project_id  | ffc3ee9773224941ac7eba7d5d1c20cc     |
| rules       | []                                   |
| shared      | False                                |
+-------------+--------------------------------------+


I'll mark this bug as invalid.

** Changed in: neutron
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1640762

Title:
  when I update  a Qos policy,  value of shared can not be changed to
  false from true

Status in neutron:
  Invalid

Bug description:
  when I update a qos-policy, ​attribute of shared can be changed to
  true . But it will fail from true to false when I use openstack
  command line interface.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1640762/+subscriptions


References