Error when specifying volume type on create
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-cinderclient |
Fix Released
|
Undecided
|
Avishay Traeger |
Bug Description
Steps to reproduce:
1) cinder type-create "foo"
2) cinder --debug create --display_name ok --volume_type 'foo' 8
Output:
DEBUG (shell:473) 'str' object has no attribute 'get'
Traceback (most recent call last):
File "/opt/stack/
OpenStackCinder
File "/opt/stack/
args.func(self.cs, args)
File "/opt/stack/
metadata=
File "/opt/stack/
volume_type_id = volume_
AttributeError: 'str' object has no attribute 'get'
ERROR: 'str' object has no attribute 'get'
Using latest version from git.
Changed in python-cinderclient: | |
assignee: | nobody → Rongze Zhu (zrzhit) |
Changed in python-cinderclient: | |
milestone: | none → 1.3.1 |
status: | Fix Committed → Fix Released |
Fix proposed to branch: master /review. openstack. org/12399
Review: https:/