Activity log for bug #1496518

Date Who What changed Old value New value Message
2015-09-16 17:42:58 Valeriy Ponomaryov bug added bug
2015-09-16 17:49:25 Valeriy Ponomaryov python-manilaclient: importance Undecided Critical
2015-09-16 17:50:36 Valeriy Ponomaryov description Steps to reproduce: 1) Create CG 2) Try create share specifying CG Result: CommandError: No consistencygroup with a name or ID of 'ebfdc863-b635-410b-b9c9-702696ce6d76' exists. When $ manila cg-list +--------------------------------------+------+-------------+-----------+ | id | name | description | status | +--------------------------------------+------+-------------+-----------+ | ebfdc863-b635-410b-b9c9-702696ce6d76 | cg1 | None | available | +--------------------------------------+------+-------------+-----------+ Expected: successful creation of the share. ======= Reason: CG API is "experimental" and requires appropriate header, but it is not set when called shell function "do_create", it does not have decorator that exists for "cg" functions like "do_cg_create" or "do_cg_update". Steps to reproduce: 1) Create CG 2) Try create share specifying CG Result: CommandError: No consistencygroup with a name or ID of 'ebfdc863-b635-410b-b9c9-702696ce6d76' exists. When $ manila cg-list +--------------------------------------+------+-------------+-----------+ | id | name | description | status | +--------------------------------------+------+-------------+-----------+ | ebfdc863-b635-410b-b9c9-702696ce6d76 | cg1 | None | available | +--------------------------------------+------+-------------+-----------+ Expected: successful creation of the share. ======= Reason: CG API is "experimental" and requires appropriate header, but it is not set when called shell function "do_create", it does not have "@api_versions.experimental_api" decorator that exists for "cg" functions like "do_cg_create" or "do_cg_update".
2015-09-17 17:59:37 Chuck Fouts python-manilaclient: assignee Chuck Fouts (fchuck)
2015-09-17 18:20:35 OpenStack Infra python-manilaclient: status New In Progress
2015-09-17 18:31:25 Ben Swartzlander python-manilaclient: milestone liberty-3
2015-09-18 11:41:40 OpenStack Infra python-manilaclient: assignee Chuck Fouts (fchuck) Valeriy Ponomaryov (vponomaryov)
2015-09-18 13:52:12 OpenStack Infra python-manilaclient: status In Progress Fix Committed
2018-07-19 23:32:35 Goutham Pacha Ravi python-manilaclient: status Fix Committed Fix Released