Cannot execute cinder commands with OS_TOKEN
Bug #2061349 reported by
Tatsuya Hayashino
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-cinderclient |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
When executing cinder commands using OS_TOKEN, the following error occurs:
> $ cinder list
> ERROR: argument --os-token: conflicting option string: --os-token
This issue seems to occur for the following reason:
Here, os_token is added to the parser by keystoneauth1.
https:/
Furthermore, these lines attempt to add os_token in cinderclient as well, causing an argparse error.
https:/
| Changed in python-cinderclient: | |
| status: | New → In Progress |
To post a comment you must log in.

Fix proposed to branch: master /review. opendev. org/c/openstack /python- cinderclient/ +/915798
Review: https:/