Activity log for bug #1671673

Date Who What changed Old value New value Message
2017-03-10 01:49:11 lihaijing bug added bug
2017-03-10 01:49:44 lihaijing description Generic volume groups were added In Cinder V3 API( microversion is 3.13 ). And python-cinderclient already supported following CLI subcommands: cinder --os-volume-api-version 3.13 group-create --name my_group <group type uuid> <volume type uuid> cinder --os-volume-api-version 3.13 group-list cinder --os-volume-api-version 3.13 create --group-id <group uuid> --volume-type <volume type uuid> <size> cinder --os-volume-api-version 3.13 group-update <group uuid> --name new_name description new_description --add-volumes <uuid of volume to add> --remove-volumes <uuid of volume to remove> cinder --os-volume-api-version 3.13 group-show <group uuid> cinder --os-volume-api-version 3.13 group-delete --delete-volumes <group uuid> But in https://github.com/openstack/openstack-manuals/blob/master/doc/cli-reference/source/cinder.rst, there are stil no group subcommands introduction. So the cil-ref document (cinder.rst) should be updated. Generic volume groups were added in Cinder V3 API( microversion is 3.13 ). And python-cinderclient already supported following CLI subcommands: cinder --os-volume-api-version 3.13 group-create --name my_group     <group type uuid> <volume type uuid> cinder --os-volume-api-version 3.13 group-list cinder --os-volume-api-version 3.13 create --group-id <group uuid>     --volume-type <volume type uuid> <size> cinder --os-volume-api-version 3.13 group-update <group uuid>     --name new_name description new_description     --add-volumes <uuid of volume to add>     --remove-volumes <uuid of volume to remove> cinder --os-volume-api-version 3.13 group-show <group uuid> cinder --os-volume-api-version 3.13 group-delete     --delete-volumes <group uuid> But in https://github.com/openstack/openstack-manuals/blob/master/doc/cli-reference/source/cinder.rst, there are stil no group subcommands introduction. So the cil-ref document (cinder.rst) should be updated.
2017-03-10 01:53:35 lihaijing description Generic volume groups were added in Cinder V3 API( microversion is 3.13 ). And python-cinderclient already supported following CLI subcommands: cinder --os-volume-api-version 3.13 group-create --name my_group     <group type uuid> <volume type uuid> cinder --os-volume-api-version 3.13 group-list cinder --os-volume-api-version 3.13 create --group-id <group uuid>     --volume-type <volume type uuid> <size> cinder --os-volume-api-version 3.13 group-update <group uuid>     --name new_name description new_description     --add-volumes <uuid of volume to add>     --remove-volumes <uuid of volume to remove> cinder --os-volume-api-version 3.13 group-show <group uuid> cinder --os-volume-api-version 3.13 group-delete     --delete-volumes <group uuid> But in https://github.com/openstack/openstack-manuals/blob/master/doc/cli-reference/source/cinder.rst, there are stil no group subcommands introduction. So the cil-ref document (cinder.rst) should be updated. Generic volume groups were added in Cinder V3 API. And python-cinderclient already supported following CLI subcommands: cinder --os-volume-api-version 3.14 group-create-from-src --name my_group --group-snapshot <group snapshot uuid> cinder --os-volume-api-version 3.14 group-create-from-src --name my_group --source-group <source group uuid> cinder --os-volume-api-version 3.14 group-snapshot-create --name <name> <group uuid> cinder --os-volume-api-version 3.14 group-snapshot-list cinder --os-volume-api-version 3.14 group-snapshot-show <group snapshot uuid> cinder --os-volume-api-version 3.14 group-snapshot-delete <group snapshot uuid> cinder --os-volume-api-version 3.13 group-create --name my_group     <group type uuid> <volume type uuid> cinder --os-volume-api-version 3.13 group-list cinder --os-volume-api-version 3.13 create --group-id <group uuid>     --volume-type <volume type uuid> <size> cinder --os-volume-api-version 3.13 group-update <group uuid>     --name new_name description new_description     --add-volumes <uuid of volume to add>     --remove-volumes <uuid of volume to remove> cinder --os-volume-api-version 3.13 group-show <group uuid> cinder --os-volume-api-version 3.13 group-delete     --delete-volumes <group uuid> cinder --os-volume-api-version 3.11 group-type-create my_test_group cinder --os-volume-api-version 3.11 group-type-list cinder --os-volume-api-version 3.11 group-type-show my_test_group cinder --os-volume-api-version 3.11 group-type-key my_test_group set test_key=test_val cinder --os-volume-api-version 3.11 group-specs-list cinder --os-volume-api-version 3.11 group-type-key my_test_group unset test_key cinder --os-volume-api-version 3.11 group-type-update <group type uuid> --name "new_group" --description "my group type" cinder --os-volume-api-version 3.11 group-type-delete new_group But in https://github.com/openstack/openstack-manuals/blob/master/doc/cli-reference/source/cinder.rst, there are stil no group subcommands introduction. So the cil-ref document (cinder.rst) should be updated.
2017-03-10 01:57:51 lihaijing openstack-manuals: assignee lihaijing (lihaijing)
2017-03-14 00:52:31 lihaijing openstack-manuals: assignee lihaijing (lihaijing)
2017-03-22 18:46:25 ianeta hutchinson openstack-manuals: status New Invalid