<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-keystoneclient.git/keystoneclient/shell.py, branch 0.1.2</title>
<subtitle>opendev.org: openstack/python-keystoneclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/'/>
<entry>
<title>Add '--insecure' commandline argument</title>
<updated>2012-07-20T08:22:03+00:00</updated>
<author>
<name>Sascha Peilicke</name>
<email>saschpe@suse.de</email>
</author>
<published>2012-07-09T15:07:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=dec8f77c9233f195999b8db9adbd4f026834fd42'/>
<id>dec8f77c9233f195999b8db9adbd4f026834fd42</id>
<content type='text'>
Allows to ignore validation errors that typically occur with self-signed
SSL certificates. Making this explicit is important as one would
typically only use this in development or in-house deployments.

This should also fix bug 1012591.

Change-Id: I1210fafc9257648c902176fbcfae9d47e47fc557
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows to ignore validation errors that typically occur with self-signed
SSL certificates. Making this explicit is important as one would
typically only use this in development or in-house deployments.

This should also fix bug 1012591.

Change-Id: I1210fafc9257648c902176fbcfae9d47e47fc557
</pre>
</div>
</content>
</entry>
<entry>
<title>If no password in env or command line, try prompting</title>
<updated>2012-07-10T14:50:33+00:00</updated>
<author>
<name>Ken Thomas</name>
<email>krt@yahoo-inc.com</email>
</author>
<published>2012-06-25T20:41:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=e77234bd3e9f49de509bd1ff776966e58be79904'/>
<id>e77234bd3e9f49de509bd1ff776966e58be79904</id>
<content type='text'>
Implements keystone portion of blueprint prompt-for-password

For security reasons, having the password on the command line
or in the environment is an issue for us. (See the blueprint for
details.) This change will simply make one attempt to prompt for
a password if (1) nothing was specified already and (2) there's
a tty available for the user to respond on. If we don't get a
password, then the existing error will be raised.

Remoted getpass from pip-requires, it's in the std lib

Tweaked a comment

Tweaked error message

Don't catch Ctl-C

Fix import to match conventions

Missed a tweak during the rebase.

Added suggested password prompt

Change-Id: I54bca2397da7bd366f7ac503e767b109efc093e7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements keystone portion of blueprint prompt-for-password

For security reasons, having the password on the command line
or in the environment is an issue for us. (See the blueprint for
details.) This change will simply make one attempt to prompt for
a password if (1) nothing was specified already and (2) there's
a tty available for the user to respond on. If we don't get a
password, then the existing error will be raised.

Remoted getpass from pip-requires, it's in the std lib

Tweaked a comment

Tweaked error message

Don't catch Ctl-C

Fix import to match conventions

Missed a tweak during the rebase.

Added suggested password prompt

Change-Id: I54bca2397da7bd366f7ac503e767b109efc093e7
</pre>
</div>
</content>
</entry>
<entry>
<title>add keystone bash-completion</title>
<updated>2012-07-06T07:51:20+00:00</updated>
<author>
<name>Dominik Heidler</name>
<email>dheidler@suse.de</email>
</author>
<published>2012-06-27T09:46:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=c8aa2e06aa7f102afa6cc549ed49106046c53eda'/>
<id>c8aa2e06aa7f102afa6cc549ed49106046c53eda</id>
<content type='text'>
Change-Id: I84d3897fc056d411fdaaee301465c72e20a66ff8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I84d3897fc056d411fdaaee301465c72e20a66ff8
</pre>
</div>
</content>
</entry>
<entry>
<title>Support 2-way SSL with Keystone server if it is configured to enforce</title>
<updated>2012-07-03T21:26:34+00:00</updated>
<author>
<name>Liem Nguyen</name>
<email>liem.m.nguyen@gmail.com</email>
</author>
<published>2012-05-23T18:16:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=abc7c47c18f54c33668e9862fac614b7ce1d6d0a'/>
<id>abc7c47c18f54c33668e9862fac614b7ce1d6d0a</id>
<content type='text'>
2-way SSL.  See also https://review.openstack.org/#/c/7706/ for the
corresponding review for the 2-way SSL addition to Keystone.

Change-Id: If0cb46a43d663687396d93604a7139d85a4e7114
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2-way SSL.  See also https://review.openstack.org/#/c/7706/ for the
corresponding review for the 2-way SSL addition to Keystone.

Change-Id: If0cb46a43d663687396d93604a7139d85a4e7114
</pre>
</div>
</content>
</entry>
<entry>
<title>Change CLI options to use dashes</title>
<updated>2012-06-28T20:59:27+00:00</updated>
<author>
<name>Dean Troyer</name>
<email>dtroyer@gmail.com</email>
</author>
<published>2012-06-28T16:53:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=1fa29109c2194102b4c79fa7fd7328843af6998e'/>
<id>1fa29109c2194102b4c79fa7fd7328843af6998e</id>
<content type='text'>
Change documented options to use dashes instead of underscores
in option names.  Continue to support old underscore names for
backward compatibility for a release or two (TBD).

Blueprint: command-options

Change-Id: Ied0d325a9fdd32f80bf8c993887e1975aa6adf16
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change documented options to use dashes instead of underscores
in option names.  Continue to support old underscore names for
backward compatibility for a release or two (TBD).

Blueprint: command-options

Change-Id: Ied0d325a9fdd32f80bf8c993887e1975aa6adf16
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for legacy OS args</title>
<updated>2012-06-21T16:23:31+00:00</updated>
<author>
<name>Dolph Mathews</name>
<email>dolph.mathews@gmail.com</email>
</author>
<published>2012-03-29T21:56:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=44a1ee32e29825257cac5c0a61fc3be51b79eb65'/>
<id>44a1ee32e29825257cac5c0a61fc3be51b79eb65</id>
<content type='text'>
Change-Id: If37778e6bb8c34d88974f2dbf22207110a3dea1a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If37778e6bb8c34d88974f2dbf22207110a3dea1a
</pre>
</div>
</content>
</entry>
<entry>
<title>pep8 1.1 changes and updates</title>
<updated>2012-06-02T01:07:26+00:00</updated>
<author>
<name>Joe Heck</name>
<email>heckj@mac.com</email>
</author>
<published>2012-06-02T01:07:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=52b392281ef301c4ee85ae071ec8e26facdcbbdc'/>
<id>52b392281ef301c4ee85ae071ec8e26facdcbbdc</id>
<content type='text'>
Change-Id: I8bc3582bb3f35a3d841bb1e8c03b62ba61ff92d7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I8bc3582bb3f35a3d841bb1e8c03b62ba61ff92d7
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for OS --tenant_id (bug 960977)</title>
<updated>2012-03-29T21:54:24+00:00</updated>
<author>
<name>Dolph Mathews</name>
<email>dolph.mathews@gmail.com</email>
</author>
<published>2012-03-29T21:54:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=e957119771154566b52cac93833465fc95ff03d8'/>
<id>e957119771154566b52cac93833465fc95ff03d8</id>
<content type='text'>
Change-Id: I36849c53e1c63609fc9df7fcd1c245bb3d3a6872
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I36849c53e1c63609fc9df7fcd1c245bb3d3a6872
</pre>
</div>
</content>
</entry>
<entry>
<title>Useful messages for missing auth data (bug 946297)</title>
<updated>2012-03-21T15:41:08+00:00</updated>
<author>
<name>Dolph Mathews</name>
<email>dolph.mathews@gmail.com</email>
</author>
<published>2012-03-14T16:54:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=fd94b49197ab5b6edcb1975639eb32f1e7b8ca05'/>
<id>fd94b49197ab5b6edcb1975639eb32f1e7b8ca05</id>
<content type='text'>
Change-Id: I5afe543ff883358fddfb4c8b546de1d68415e0e3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5afe543ff883358fddfb4c8b546de1d68415e0e3
</pre>
</div>
</content>
</entry>
<entry>
<title>Backslash continuations (python-keystoneclient)</title>
<updated>2012-03-16T17:08:58+00:00</updated>
<author>
<name>Zhongyue Luo</name>
<email>lzyeval@gmail.com</email>
</author>
<published>2012-02-29T03:31:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=c8350b7a67248f9ef85ac1df80f124628b14e31d'/>
<id>c8350b7a67248f9ef85ac1df80f124628b14e31d</id>
<content type='text'>
Fixes bug #940023

Backslash continuations removal for python-keystoneclient

Change-Id: I816fc39ced20bb8ba8a42d3f07a03da94a76f8ea
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug #940023

Backslash continuations removal for python-keystoneclient

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