Description of problem: When e.g. adding access to a cinder volume type using cinder --os-volume-api-version 2 type-access-add --volume-type the volume-type must be specified by ID. Specifying it by name does not work, although the help text suggests it should: $ cinder --os-volume-api-version 2 type-access-add --volume-type djuran_only --project-id 527875ac00bb41feb4a4018013deca05 ERROR: No volumetype with a name or ID of 'djuran_only' exists. [stack@osp-d ~(overcloud_admin)]$ cinder type-list +--------------------------------------+-------------+ | ID | Name | +--------------------------------------+-------------+ | 45903c41-78e6-4bfe-ac3d-59caba1e9ebe | djuran_only | +--------------------------------------+-------------+ Version-Release number of selected component (if applicable): python-cinderclient-1.2.1-1.el7ost.noarch