Passing "--extra-property" to openstack network rbac fails with error 400
Bug #2099717 reported by
Wesley De Arburn
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-openstackclient |
New
|
Undecided
|
Unassigned | ||
Bug Description
Hi,
Using the "--extra-property" with the "network rbac create" command fails (400).
---
$ openstack --version
openstack 6.6.1
$ openstack network rbac create --project myproject --action access_as_shared --target-project '111111' --type network --extra-property name='request'
BadRequestExcep
---
Is this expected ?
Thanks,
W.
| Changed in python-openstackclient: | |
| status: | Incomplete → Invalid |
| Changed in python-openstackclient: | |
| status: | Invalid → New |
To post a comment you must log in.
I run ,value= 'john' 'private'.
openstack network rbac create --debug --project demo --action access_as_shared --target-project 'demo' --type network --extra-property name='request'
The result was the following:
RESP BODY: {"NeutronError": {"type": "HTTPBadRequest", "message": "Unrecognized attribute(s) 'request'", "detail": ""}}