Arguments not initialized if unsupported by keystoneauth plugin
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-novaclient |
Fix Released
|
Medium
|
Shilpa Devharakar | ||
Bug Description
Hello,
When using a custom keystoneauth plugin that does not return os_user_id, os_project_
I believe a good fix would be to amend the _append_
Error:
(fresh) root@test:~# nova --debug --os-auth-type rackspace_apikey list
DEBUG (shell:793) 'Namespace' object has no attribute 'os_user_id'
Traceback (most recent call last):
File "/root/
OpenStackCo
File "/root/
os_user_id = args.os_user_id
AttributeError: 'Namespace' object has no attribute 'os_user_id'
ERROR (AttributeError): 'Namespace' object has no attribute 'os_user_id'
(fresh) root@test:~# nova --version
10.0.0
| information type: | Public → Public Security |
| information type: | Public Security → Public |
| summary: |
- Arguments not initalized if unsupported by keystoneauth plugin + Arguments not initialized if unsupported by keystoneauth plugin |
| Changed in python-novaclient: | |
| status: | New → Confirmed |
| importance: | Undecided → Medium |
| Changed in python-novaclient: | |
| assignee: | nobody → Shilpa Devharakar (shilpasd) |
| Changed in python-novaclient: | |
| assignee: | Bhagyashri Shewale (bhagyashri-shewale) → Shilpa Devharakar (shilpasd) |

Fix proposed to branch: master /review. openstack. org/572285
Review: https:/