Activity log for bug #1710713

Date Who What changed Old value New value Message
2017-08-14 20:45:21 cripps bug added bug
2017-08-14 20:45:57 cripps description cinder list takes a group id argument, but this argument is group_id and not group-id. As far as I can see, most options use - and not _. # cinder help list usage: cinder list [--group_id <group_id>] [--all-tenants [<0|1>]] [--name <name>] [--status <status>] [root@alkosh yum.repos.d(keystone_admin)]# cinder help create usage: cinder create [--consisgroup-id <consistencygroup-id>] [--group-id <group-id>] [--snapshot-id <snapshot-id>] [--source-volid <source-volid>] [--source-replica <source-replica>] [--image-id <image-id>] [--image <image>] [--name <name>] [--description <description>] [--volume-type <volume-type>] [--availability-zone <availability-zone>] [--metadata [<key=value> [<key=value> ...]]] [--hint <key=value>] [--allow-multiattach] [--poll] [<size>] Creates a volume. Positional arguments: <size> Size of volume, in GiBs. (Required unless snapshot-id /source-volid is specified). Optional arguments: --consisgroup-id <consistencygroup-id> ID of a consistency group where the new volume belongs to. Default=None. --group-id <group-id> ID of a group where the new volume belongs to. Default=None. (Supported by API version 3.13 and later) # cinder help group-snapshot-list usage: cinder group-snapshot-list [--all-tenants [<0|1>]] [--status <status>] [--group-id <group_id>] [--filters [<key=value> [<key=value> ...]]] Lists all group snapshots. Optional arguments: --all-tenants [<0|1>] Shows details for all tenants. Admin only. --status <status> Filters results by a status. Default=None. This option is deprecated and will be removed in newer release. Please use '--filters' option which is introduced since 3.33 instead. --group-id <group_id> Filters results by a group ID. Default=None. This option is deprecated and will be removed in newer release. Please use '--filters' option which is introduced since 3.33 instead. cinder list takes a group id argument, but this argument is group_id and not group-id. As far as I can see, most options use - and not _. # cinder help list usage: cinder list [--group_id <group_id>] [--all-tenants [<0|1>]]                    [--name <name>] [--status <status>] # cinder help create usage: cinder create [--consisgroup-id <consistencygroup-id>]                      [--group-id <group-id>] [--snapshot-id <snapshot-id>]                      [--source-volid <source-volid>]                      [--source-replica <source-replica>]                      [--image-id <image-id>] [--image <image>] [--name <name>]                      [--description <description>]                      [--volume-type <volume-type>]                      [--availability-zone <availability-zone>]                      [--metadata [<key=value> [<key=value> ...]]]                      [--hint <key=value>] [--allow-multiattach] [--poll]                      [<size>] Creates a volume. Positional arguments:   <size> Size of volume, in GiBs. (Required unless snapshot-id                         /source-volid is specified). Optional arguments:   --consisgroup-id <consistencygroup-id>                         ID of a consistency group where the new volume belongs                         to. Default=None.   --group-id <group-id>                         ID of a group where the new volume belongs to.                         Default=None. (Supported by API version 3.13 and                         later) # cinder help group-snapshot-list usage: cinder group-snapshot-list [--all-tenants [<0|1>]] [--status <status>]                                   [--group-id <group_id>]                                   [--filters [<key=value> [<key=value> ...]]] Lists all group snapshots. Optional arguments:   --all-tenants [<0|1>]                         Shows details for all tenants. Admin only.   --status <status> Filters results by a status. Default=None. This option                         is deprecated and will be removed in newer release.                         Please use '--filters' option which is introduced                         since 3.33 instead.   --group-id <group_id>                         Filters results by a group ID. Default=None. This                         option is deprecated and will be removed in newer                         release. Please use '--filters' option which is                         introduced since 3.33 instead.
2017-08-14 23:29:25 Robert Ellis python-cinderclient: assignee Robert Ellis (bob-ellis42)
2017-08-15 21:29:08 Robert Ellis python-cinderclient: status New Incomplete
2017-08-16 14:52:37 Robert Ellis python-cinderclient: status Incomplete In Progress