"openstack router create" for non-admin user failing in mitaka Edit
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-openstackclient |
In Progress
|
Undecided
|
venkata anil |
Bug Description
router create using OpenStackClient in newton(may be in mitaka and old branches also) is failing for non-admin user.
In newton(and old branches), when non-admin user calls, "openstack router create test", {"distributed": false} attribute is sent as part of POST request
REQ: curl -g -i -X POST http://
and then neutron is raising "HttpException: Forbidden 403" exception http://
In master branch, for the same command, distributed flag is not sent(because of [1]) i.e
REQ: curl -g -i -X POST http://
and command is able to successfully create the router
Changed in python-openstackclient: | |
assignee: | nobody → venkata anil (anil-venkata) |
Changed in python-openstackclient: | |
status: | Incomplete → New |
Changed in python-openstackclient: | |
status: | New → In Progress |
Please confirm this is still a problem with the current releases, and be specific about what versions are used in testing.