<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-cinderclient.git/cinderclient/v2, branch 1.2.1</title>
<subtitle>opendev.org: openstack/python-cinderclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/'/>
<entry>
<title>Merge "Remove "OPTIONAL:" from optional argument help text (v2)"</title>
<updated>2015-05-06T08:33:25+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-05-06T08:33:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=d936ebaaf661bf3d64b4b62872d3e203a2ca06b8'/>
<id>d936ebaaf661bf3d64b4b62872d3e203a2ca06b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change --force parameter into boolean</title>
<updated>2015-05-04T22:39:26+00:00</updated>
<author>
<name>yatin karel</name>
<email>yatin.karel@nectechnologies.in</email>
</author>
<published>2015-04-05T15:37:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=c15ab5b557ca016605724377982521ec0d311277'/>
<id>c15ab5b557ca016605724377982521ec0d311277</id>
<content type='text'>
Change --force parameter into boolean, now user can use it as boolean,
without specifying True or False with it. It is still backward
compatible with --force True|False. This can be deprecated in future.

Closes-Bug: #1244453
Change-Id: Id245af1fa0db27912439a420c37aefca530894ba
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change --force parameter into boolean, now user can use it as boolean,
without specifying True or False with it. It is still backward
compatible with --force True|False. This can be deprecated in future.

Closes-Bug: #1244453
Change-Id: Id245af1fa0db27912439a420c37aefca530894ba
</pre>
</div>
</content>
</entry>
<entry>
<title>V2:cinder create --image option doesn't work</title>
<updated>2015-04-27T09:53:39+00:00</updated>
<author>
<name>PranaliDeore</name>
<email>pranali11.deore@nttdata.com</email>
</author>
<published>2015-04-22T13:03:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=bf9f607f17483ddfe8da1a990c5bbe926e20bcb7'/>
<id>bf9f607f17483ddfe8da1a990c5bbe926e20bcb7</id>
<content type='text'>
In create volume help, --image optional parameter is allowed to
be passed to create volume, but even after passing valid image ID
or NAME, volume is created without image.

Assigned image  parameter to the image_ref to fix this issue.

Closes-Bug: 1447589
Change-Id: I21b8a51451a2caf230ca04103b2d573d1aa966b4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In create volume help, --image optional parameter is allowed to
be passed to create volume, but even after passing valid image ID
or NAME, volume is created without image.

Assigned image  parameter to the image_ref to fix this issue.

Closes-Bug: 1447589
Change-Id: I21b8a51451a2caf230ca04103b2d573d1aa966b4
</pre>
</div>
</content>
</entry>
<entry>
<title>Create Consistency Group from CG Snapshot CLI</title>
<updated>2015-04-22T19:42:20+00:00</updated>
<author>
<name>Xing Yang</name>
<email>xing.yang@emc.com</email>
</author>
<published>2015-01-21T03:38:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=3972431d3ccdd832ab7f9fcfaf310b23bc3c45c3'/>
<id>3972431d3ccdd832ab7f9fcfaf310b23bc3c45c3</id>
<content type='text'>
This patch addressed the following:
* Added a new CLI to support creating a CG from a CG snapshot.

cinder consisgroup-create-from-src [--cgsnapshot &lt;cgsnapshot&gt;]
                                   [--name &lt;name&gt;]
                                   [--description &lt;description&gt;]

API patch: https://review.openstack.org/#/c/145952/

Partial-Implements: blueprint consistency-groups-kilo-update
Change-Id: I03cce04e1d43ea72fc53a8bf614ba4f969f6e32e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch addressed the following:
* Added a new CLI to support creating a CG from a CG snapshot.

cinder consisgroup-create-from-src [--cgsnapshot &lt;cgsnapshot&gt;]
                                   [--name &lt;name&gt;]
                                   [--description &lt;description&gt;]

API patch: https://review.openstack.org/#/c/145952/

Partial-Implements: blueprint consistency-groups-kilo-update
Change-Id: I03cce04e1d43ea72fc53a8bf614ba4f969f6e32e
</pre>
</div>
</content>
</entry>
<entry>
<title>Kilo Consistency Group CLI update</title>
<updated>2015-04-22T19:37:40+00:00</updated>
<author>
<name>Xing Yang</name>
<email>xing.yang@emc.com</email>
</author>
<published>2014-12-31T03:23:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=f12aab8035a85d58dd105c9f1faaff8515ed84db'/>
<id>f12aab8035a85d58dd105c9f1faaff8515ed84db</id>
<content type='text'>
This patch addresses the following:
* Modify Consistency Group
  * Add CLI to update a consistency group, i.e., changing name and
    description, adding existing volumes to CG and removing volumes
    from CG.

cinder consisgroup-update --name &lt;name&gt; --description &lt;description&gt;
    --add-volumes &lt;uuid1,uuid2,...&gt; --remove-volumes &lt;uuid5,uuid6,...&gt;

Implements: blueprint consistency-groups-kilo-update
Change-Id: I76317dc006c1f80e2e6c83218e9566f1d37d935e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch addresses the following:
* Modify Consistency Group
  * Add CLI to update a consistency group, i.e., changing name and
    description, adding existing volumes to CG and removing volumes
    from CG.

cinder consisgroup-update --name &lt;name&gt; --description &lt;description&gt;
    --add-volumes &lt;uuid1,uuid2,...&gt; --remove-volumes &lt;uuid5,uuid6,...&gt;

Implements: blueprint consistency-groups-kilo-update
Change-Id: I76317dc006c1f80e2e6c83218e9566f1d37d935e
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove "OPTIONAL:" from optional argument help text (v2)</title>
<updated>2015-04-22T13:55:24+00:00</updated>
<author>
<name>Eric Harney</name>
<email>eharney@redhat.com</email>
</author>
<published>2015-04-22T13:46:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=27a7e8f3b0731354fd8a4d0e7b8bf937dae7148c'/>
<id>27a7e8f3b0731354fd8a4d0e7b8bf937dae7148c</id>
<content type='text'>
All arguments starting with '--' are optional and listed
under the 'Optional arguments:' header by argparse.  Remove
the extra note shown for each argument.

This mirrors the previous change which cleaned this up for v1:
811af8f Remove "OPTIONAL:" from optional argument help text

Change-Id: Ie8e9544c1544ff5403f1c29e83d528d896957899
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All arguments starting with '--' are optional and listed
under the 'Optional arguments:' header by argparse.  Remove
the extra note shown for each argument.

This mirrors the previous change which cleaned this up for v1:
811af8f Remove "OPTIONAL:" from optional argument help text

Change-Id: Ie8e9544c1544ff5403f1c29e83d528d896957899
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add support to incremental backups in cinder"</title>
<updated>2015-04-21T22:01:32+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-04-21T22:01:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=8ba6242d64d02e46b03b6ad79f27c72be284461f'/>
<id>8ba6242d64d02e46b03b6ad79f27c72be284461f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support to incremental backups in cinder</title>
<updated>2015-04-21T14:34:35+00:00</updated>
<author>
<name>Xing Yang</name>
<email>xing.yang@emc.com</email>
</author>
<published>2015-02-16T23:04:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=3ee941c1e6e497f6ac0ad7919c5c0703f5cb3607'/>
<id>3ee941c1e6e497f6ac0ad7919c5c0703f5cb3607</id>
<content type='text'>
Added a new option to "cinder backup-create" to support incremental backups.
Specify --incremental to create an incremental backup. By default, it will
be a full backup.

Co-Authored-By: Xing Yang &lt;xing.yang@emc.com&gt;
Implements: blueprint incremental-backup
Change-Id: Id11ecd2982ea838181b4adaa5a742fc65f864acb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a new option to "cinder backup-create" to support incremental backups.
Specify --incremental to create an incremental backup. By default, it will
be a full backup.

Co-Authored-By: Xing Yang &lt;xing.yang@emc.com&gt;
Implements: blueprint incremental-backup
Change-Id: Id11ecd2982ea838181b4adaa5a742fc65f864acb
</pre>
</div>
</content>
</entry>
<entry>
<title>cinder list now supports filter by tenant</title>
<updated>2015-04-12T11:32:18+00:00</updated>
<author>
<name>yatin karel</name>
<email>yatin.karel@nectechnologies.in</email>
</author>
<published>2015-04-12T11:23:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=fa8c7e3d84bd93cdfc3641554e10d422281ea018'/>
<id>fa8c7e3d84bd93cdfc3641554e10d422281ea018</id>
<content type='text'>
Admin can now filter volumes on the basis of tenant.
Also updated help argument, to be consistent over the
v1 and v2 shell module.

Closes-Bug: #1341411
Change-Id: I647f0c9331ee4cd27acbfada6cdb9a56f80701b4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Admin can now filter volumes on the basis of tenant.
Also updated help argument, to be consistent over the
v1 and v2 shell module.

Closes-Bug: #1341411
Change-Id: I647f0c9331ee4cd27acbfada6cdb9a56f80701b4
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to change name for volume type client</title>
<updated>2015-03-16T18:45:21+00:00</updated>
<author>
<name>Gloria Gu</name>
<email>gloria.gu@hp.com</email>
</author>
<published>2014-12-11T19:26:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=425565b79cbd3541df39f5bbb31912db09a57357'/>
<id>425565b79cbd3541df39f5bbb31912db09a57357</id>
<content type='text'>
This continues to update the name for volume type:

* Update a client method for volume type.
  update: to update an existing volume type's name

* Update a command-line operations.
  type-update: (adminitrator only) to update a volume type name

The corresponding cinder APIs change to update volume type name:
https://review.openstack.org/#/c/140906/

Implements: blueprint volume-type-description
Change-Id: I66adb7fd2a433e7443cb609046f64dbab3d9d4c7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This continues to update the name for volume type:

* Update a client method for volume type.
  update: to update an existing volume type's name

* Update a command-line operations.
  type-update: (adminitrator only) to update a volume type name

The corresponding cinder APIs change to update volume type name:
https://review.openstack.org/#/c/140906/

Implements: blueprint volume-type-description
Change-Id: I66adb7fd2a433e7443cb609046f64dbab3d9d4c7
</pre>
</div>
</content>
</entry>
</feed>
