<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-keystoneclient.git/keystoneclient, branch 0.1.3</title>
<subtitle>opendev.org: openstack/python-keystoneclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/'/>
<entry>
<title>Merge "splitting http req and resp logging also some pep8 cleanup in shell.py"</title>
<updated>2012-08-23T20:08:28+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-08-23T20:08:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=ad9dee53c42a6be584c830b2018e69e7b7fe0f34'/>
<id>ad9dee53c42a6be584c830b2018e69e7b7fe0f34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>splitting http req and resp logging</title>
<updated>2012-08-23T16:09:38+00:00</updated>
<author>
<name>Joe Heck</name>
<email>heckj@mac.com</email>
</author>
<published>2012-08-17T01:18:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=869192654c4056b9a1f824bc5798f55ca9c60f8a'/>
<id>869192654c4056b9a1f824bc5798f55ca9c60f8a</id>
<content type='text'>
also some pep8 cleanup in shell.py

Change-Id: I71aa2586a0196c0a6ba64b892b56c9d221bdcc1d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also some pep8 cleanup in shell.py

Change-Id: I71aa2586a0196c0a6ba64b892b56c9d221bdcc1d
</pre>
</div>
</content>
</entry>
<entry>
<title>Change underscores in new cert options to dashes</title>
<updated>2012-08-22T16:43:43+00:00</updated>
<author>
<name>Dean Troyer</name>
<email>dtroyer@gmail.com</email>
</author>
<published>2012-08-22T16:41:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=d7af8598ae913bb87dd9da41b5de20b458c53491'/>
<id>d7af8598ae913bb87dd9da41b5de20b458c53491</id>
<content type='text'>
* --os_cacert -&gt; --os-cacert
* --os_cert   -&gt; --os-cert
* --os_key    -&gt; --os-key

* OS_CA_CERT didn't match --os-cacert, change to OS_CACERT

Fixes bug 1040162

Change-Id: Ib03ff492b6ab2b76e54974e5436a444725615ea6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* --os_cacert -&gt; --os-cacert
* --os_cert   -&gt; --os-cert
* --os_key    -&gt; --os-key

* OS_CA_CERT didn't match --os-cacert, change to OS_CACERT

Fixes bug 1040162

Change-Id: Ib03ff492b6ab2b76e54974e5436a444725615ea6
</pre>
</div>
</content>
</entry>
<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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>Merge "Don't call PrettyTable add_row with a tuple."</title>
<updated>2012-07-03T18:40:44+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-07-03T18:40:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=29be6d081df065e3075f963199641c59b23007cc'/>
<id>29be6d081df065e3075f963199641c59b23007cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Change CLI options to use dashes"</title>
<updated>2012-07-03T16:59:22+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-07-03T16:59:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=a1194d29de8959744ff57bc472a1ae6ef72cf3e1'/>
<id>a1194d29de8959744ff57bc472a1ae6ef72cf3e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't call PrettyTable add_row with a tuple.</title>
<updated>2012-06-29T20:32:32+00:00</updated>
<author>
<name>Dan Prince</name>
<email>dprince@redhat.com</email>
</author>
<published>2012-06-29T20:27:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=11258a06c21c8240820c6e14b3e44a92120d5889'/>
<id>11258a06c21c8240820c6e14b3e44a92120d5889</id>
<content type='text'>
Updates the print_dict function in utils.py so that it doesn't
try to append a tuple with add_row. According to pydoc add_row
should get passed a list (not a tuple):

  Arguments:

    row - row of data, should be a list with as many elements as
    the table has fields

This fixes a TypeError which can occur with the existing code:

TypeError: can only concatenate list (not "tuple") to list

Fixes LP Bug #1019409.

Change-Id: I16f745afa872106c3bc44c33d88db2a5aacd776c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates the print_dict function in utils.py so that it doesn't
try to append a tuple with add_row. According to pydoc add_row
should get passed a list (not a tuple):

  Arguments:

    row - row of data, should be a list with as many elements as
    the table has fields

This fixes a TypeError which can occur with the existing code:

TypeError: can only concatenate list (not "tuple") to list

Fixes LP Bug #1019409.

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