openstack project commands fail with permissions error
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-openstackclient |
New
|
Undecided
|
Unassigned | ||
Bug Description
Hi,
we've used old versions of openstack-cli in our automation for a while and have upgraded to v9.0.0 but these commands are now failing:
```
openstack project list
openstack project show PROJECT_NAME
openstack project show --children PROJECT_NAME
```
with the following errors:
```
ForbiddenException: 403: Client Error for url: https:/
ForbiddenException: 403: Client Error for url: https:/
ForbiddenException: 403: Client Error for url: https:/
```
The same commands work in v8.3.0 so I think there's been a change/regression between this version and v9.0.0.
I'm guessing it could be something to do with this line or a related change where it now queries an api for the project id but our user doesn't have the identity:
https:/
Note that the following fields are set as env variables:
export OS_REGION_NAME=""
export OS_AUTH_URL=https://
export OS_IDENTITY_
export OS_PROJECT_NAME=""
export OS_PROJECT_
export OS_USER_
export OS_USERNAME=""
Thanks