Activity log for bug #1623005

Date Who What changed Old value New value Message
2016-09-13 12:00:04 Janice-Chen bug added bug
2016-09-13 12:00:13 Janice-Chen trove: assignee Janice-Chen (784059080-c)
2016-09-13 12:15:28 Amrith Kumar trove: status New Incomplete
2016-09-14 01:44:08 Janice-Chen trove: status Incomplete In Progress
2016-09-14 02:00:04 Amrith Kumar trove: status In Progress Incomplete
2016-09-14 02:06:07 Janice-Chen trove: status Incomplete In Progress
2016-09-14 02:30:28 Amrith Kumar trove: status In Progress Incomplete
2016-09-14 08:09:41 Janice-Chen description Trove cluster-create service can not get the 'volume_type' value even specifies the volume_type when create a cluster using 'trove cluster-create' command. Test Cli View: trove cluster-create ClusterName mongodb mongodb-3.2 \ --instance "flavor=flavorId,volume=10,volume_type=ssd,nic='net-id=NetID'" \ --instance "flavor=flavorId,volume=10,volume_type=ssd,nic='net-id=NetID'" \ --instance "flavor=flavorId,volume=10,volume_type=ssd,nic='net-id=NetID'" Trove cluster-create service can not get the 'volume_type' value even specifies the volume_type when create a cluster using 'trove cluster-create' command. Test Cli View: trove cluster-create ClusterName mongodb mongodb-3.2 \ --instance "flavor=flavorId,volume=10,volume_type=ssd,nic='net-id=NetID'" \ --instance "flavor=flavorId,volume=10,volume_type=ssd,nic='net-id=NetID'" \ --instance "flavor=flavorId,volume=10,volume_type=ssd,nic='net-id=NetID'" The bug is a clear error in the code.I found that python-troveclient describe volume_type in its request body with the key 'type' while trove cluster_create cli parsing with the key "volume_type".cluster_create cli will never get the specified volume_type in current codes. This bug also affects bug:https://bugs.launchpad.net/trove/+bug/1622957,but can not resolve it.
2016-09-14 13:10:12 Amrith Kumar summary Can not get 'volume_type' from troveclient request body when create cluster Cannot create a cluster with instances using a specific volume type because there is a mismatch between client and server code in referencing the type data in the request
2016-09-14 13:10:24 Amrith Kumar trove: status Incomplete Confirmed
2016-09-14 13:10:27 Amrith Kumar trove: importance Undecided High
2016-09-14 13:10:30 Amrith Kumar trove: milestone next
2016-09-14 16:35:51 OpenStack Infra trove: status Confirmed Fix Released