Wrong DVR and HA properties reported to non-admin users
Bug #1689510 reported by
Tom Verdaat
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack SDK |
New
|
Undecided
|
Slawek Kaplonski | ||
python-openstackclient |
New
|
Undecided
|
Slawek Kaplonski |
Bug Description
Our routers are HA-DVR by default. Executing "openstack router list" as user with admin privileges correctly returns Distributed=True, HA=True. The same command executed as a regular user returns Distributed=False, HA=False which is factually incorrect.
Seems to me that regular users are being misinformed about the properties of their routers. Is this by design or is it a bug? If it is by design, what reason would we have to lie to our users?
To post a comment you must log in.
Last time I tried using the neutron client, the server did not return the 'ha' and 'distributed' fields and the CLI did not list them. This may be a regression of the openstack CLI.