<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-glanceclient.git/doc/source/cli, branch master</title>
<subtitle>github.com: openstack/python-glanceclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-glanceclient.git/'/>
<entry>
<title>Merge "Boolean options: use strict checking"</title>
<updated>2023-01-12T22:39:41+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2023-01-12T22:39:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-glanceclient.git/commit/?id=9b9c67771505ead95feb2525773f988a59436cf6'/>
<id>9b9c67771505ead95feb2525773f988a59436cf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Boolean options: use strict checking</title>
<updated>2022-11-14T16:31:39+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril@redhat.com</email>
</author>
<published>2022-09-21T17:38:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-glanceclient.git/commit/?id=88e3b0ad984797ec1f856429698949e4781dff3a'/>
<id>88e3b0ad984797ec1f856429698949e4781dff3a</id>
<content type='text'>
Boolean options (such as "--protected" for glance md-namespace-update)
should accept a limited amount of valid values, rather than assuming an
"invalid" value means "False".

The following values (no matter the case) will now be interpreted as
True: ‘t’,’true’, ‘on’, ‘y’, ‘yes’, or ‘1’.

The following values (no matter the case) will now be interpreted as
False: ‘f’, ‘false’, ‘off’, ‘n’, ‘no’, or ‘0’.

Change-Id: I0e7942045d883ac398bab4a7a85f2b4ac9b1ed8c
Closes-Bug: #1607317
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Boolean options (such as "--protected" for glance md-namespace-update)
should accept a limited amount of valid values, rather than assuming an
"invalid" value means "False".

The following values (no matter the case) will now be interpreted as
True: ‘t’,’true’, ‘on’, ‘y’, ‘yes’, or ‘1’.

The following values (no matter the case) will now be interpreted as
False: ‘f’, ‘false’, ‘off’, ‘n’, ‘no’, or ‘0’.

Change-Id: I0e7942045d883ac398bab4a7a85f2b4ac9b1ed8c
Closes-Bug: #1607317
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace osc with glance commands</title>
<updated>2022-09-22T13:02:13+00:00</updated>
<author>
<name>Erno Kuvaja</name>
<email>jokke@usr.fi</email>
</author>
<published>2022-09-22T13:02:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-glanceclient.git/commit/?id=bbfe6cd3be1ecb2c16c9176d3d1e254803a1b665'/>
<id>bbfe6cd3be1ecb2c16c9176d3d1e254803a1b665</id>
<content type='text'>
the are glance client docs. OSC should have their own section for this.

Change-Id: I27123793fdf8f8a82afb909f2cceec71693609ea
Closes-Bug: #1990532
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the are glance client docs. OSC should have their own section for this.

Change-Id: I27123793fdf8f8a82afb909f2cceec71693609ea
Closes-Bug: #1990532
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Documentation: Add options for "glance image-import""</title>
<updated>2022-05-05T16:01:00+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2022-05-05T16:01:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-glanceclient.git/commit/?id=0b8c28986d98221fadf0e0dbc2909cf14709ae79'/>
<id>0b8c28986d98221fadf0e0dbc2909cf14709ae79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add doc and test for verbose parameter</title>
<updated>2022-04-21T09:04:42+00:00</updated>
<author>
<name>whoami-rajat</name>
<email>rajatdhasmana@gmail.com</email>
</author>
<published>2022-04-20T06:00:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-glanceclient.git/commit/?id=cf7504e79564e85d4d4a1b51510e48e8d4a85e1c'/>
<id>cf7504e79564e85d4d4a1b51510e48e8d4a85e1c</id>
<content type='text'>
We currently have support to show verbose output for image-list
with the command ``glance --verbose image-list`` but there is
no documentation about it.
This patch adds the documentation and a test to run it via CLI.

Closes-Bug: #1969565
Change-Id: Ic6db4f5ab2fecded373b044aa002f9a9bc262513
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We currently have support to show verbose output for image-list
with the command ``glance --verbose image-list`` but there is
no documentation about it.
This patch adds the documentation and a test to run it via CLI.

Closes-Bug: #1969565
Change-Id: Ic6db4f5ab2fecded373b044aa002f9a9bc262513
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation: Add options for "glance image-import"</title>
<updated>2022-01-13T00:45:22+00:00</updated>
<author>
<name>vihithad23</name>
<email>vihitha1998@gmail.com</email>
</author>
<published>2020-09-28T12:46:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-glanceclient.git/commit/?id=73aaef428689c2346aafa5b9542bd30f5633ab50'/>
<id>73aaef428689c2346aafa5b9542bd30f5633ab50</id>
<content type='text'>
Closes-bug:#1886537
Change-Id: I66d99be1ec06806494c5504c467dff759dd38f2d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes-bug:#1886537
Change-Id: I66d99be1ec06806494c5504c467dff759dd38f2d
</pre>
</div>
</content>
</entry>
<entry>
<title>image-list: add checksum algorithm description</title>
<updated>2018-07-24T00:45:01+00:00</updated>
<author>
<name>Chen Hanxiao</name>
<email>chenhx@certusnet.com.cn</email>
</author>
<published>2018-07-04T07:18:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-glanceclient.git/commit/?id=c159b5ccbc6f4d98f94cd96ad200ac317a8269ad'/>
<id>c159b5ccbc6f4d98f94cd96ad200ac317a8269ad</id>
<content type='text'>
We use MD5 for checksum, add this description
in cli helps.

Change-Id: I3469b0dface63f4684ad39421eee4c2a2de4d80b
Signed-off-by: Chen Hanxiao &lt;chenhx@certusnet.com.cn&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We use MD5 for checksum, add this description
in cli helps.

Change-Id: I3469b0dface63f4684ad39421eee4c2a2de4d80b
Signed-off-by: Chen Hanxiao &lt;chenhx@certusnet.com.cn&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix docs cli authorize environment variables"</title>
<updated>2018-07-17T23:04:00+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2018-07-17T23:04:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-glanceclient.git/commit/?id=71abbfca2a5927d19ad5a7187bb2112e907b301a'/>
<id>71abbfca2a5927d19ad5a7187bb2112e907b301a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update property keys document</title>
<updated>2018-05-02T14:41:19+00:00</updated>
<author>
<name>Brian Rosmaita</name>
<email>rosmaita.fossdev@gmail.com</email>
</author>
<published>2018-05-01T20:15:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-glanceclient.git/commit/?id=9ecda262c0d1be4a7a11087dc0d1fb723fbd82eb'/>
<id>9ecda262c0d1be4a7a11087dc0d1fb723fbd82eb</id>
<content type='text'>
The list of useful image properties really belongs in the Glance
Administration Guide.  The only connection they have with the
glanceclient is that you can use it to set them.  Rewrite the
property keys document to reflect this.  The dependency moves the
relevant text to the Glance Admin Guide.

Depends-on: https://review.openstack.org/565780
Change-Id: I39add6728aad42988a07d2ad97cd81dbdaf4c54a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The list of useful image properties really belongs in the Glance
Administration Guide.  The only connection they have with the
glanceclient is that you can use it to set them.  Rewrite the
property keys document to reflect this.  The dependency moves the
relevant text to the Glance Admin Guide.

Depends-on: https://review.openstack.org/565780
Change-Id: I39add6728aad42988a07d2ad97cd81dbdaf4c54a
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix docs cli authorize environment variables</title>
<updated>2018-03-21T06:34:03+00:00</updated>
<author>
<name>caishan</name>
<email>caishan1993@foxmail.com</email>
</author>
<published>2018-03-21T06:34:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-glanceclient.git/commit/?id=38a0bff71a648e2207c7a888401f9da231966da4'/>
<id>38a0bff71a648e2207c7a888401f9da231966da4</id>
<content type='text'>
OpenStack is deprecating 'tenant'. So use 'project' instead of 'tenant'

Change-Id: I1dc4dbbbe1eb1d01b0750eaf7994956eb657c7a6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OpenStack is deprecating 'tenant'. So use 'project' instead of 'tenant'

Change-Id: I1dc4dbbbe1eb1d01b0750eaf7994956eb657c7a6
</pre>
</div>
</content>
</entry>
</feed>
