<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-keystoneclient.git/keystoneclient/utils.py, branch 0.2.4</title>
<subtitle>opendev.org: openstack/python-keystoneclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/'/>
<entry>
<title>Merge "Allow secure user password update."</title>
<updated>2013-05-21T00:08:41+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-05-21T00:08:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=3f405097513b07245ac1ba685eaaf592ad5f6a98'/>
<id>3f405097513b07245ac1ba685eaaf592ad5f6a98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow secure user password update.</title>
<updated>2013-05-20T18:02:16+00:00</updated>
<author>
<name>Pradeep Kilambi</name>
<email>pkilambi@cisco.com</email>
</author>
<published>2013-05-09T16:29:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=f2e0818bc97bfbeba83f6abbb07909a8debcad77'/>
<id>f2e0818bc97bfbeba83f6abbb07909a8debcad77</id>
<content type='text'>
This patch allows the ability for user password to be updated via
a command prompt so the password doesnt show up in the bash history.
The prompted password is asked twice to verify the match.
If user cntl-D's the prompt a message appears suggesting user to use
either of the options to update the password.

Fixes: bug#938315

Change-Id: I4271ae569b922f33c34f9b015a7ee6f760414e39
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch allows the ability for user password to be updated via
a command prompt so the password doesnt show up in the bash history.
The prompted password is asked twice to verify the match.
If user cntl-D's the prompt a message appears suggesting user to use
either of the options to update the password.

Fixes: bug#938315

Change-Id: I4271ae569b922f33c34f9b015a7ee6f760414e39
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore compatibility with PrettyTable &lt; 0.7.2</title>
<updated>2013-04-29T09:25:19+00:00</updated>
<author>
<name>Dirk Mueller</name>
<email>dirk@dmllr.de</email>
</author>
<published>2013-04-29T09:22:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=2732fe098a08c93956ff40aed9dd1db5e01eb009'/>
<id>2732fe098a08c93956ff40aed9dd1db5e01eb009</id>
<content type='text'>
PrettyTable 0.7.2 defaults to print a table even if
the resultset is empty. Restore previous behavior
to be in line with older prettytable releases.

Change-Id: Idd1d0c2c2f41966076517cbc8819ba9a5e097306
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PrettyTable 0.7.2 defaults to print a table even if
the resultset is empty. Restore previous behavior
to be in line with older prettytable releases.

Change-Id: Idd1d0c2c2f41966076517cbc8819ba9a5e097306
</pre>
</div>
</content>
</entry>
<entry>
<title>Add name arguments to keystone command.</title>
<updated>2013-01-17T09:11:27+00:00</updated>
<author>
<name>Ken'ichi Ohmichi</name>
<email>oomichi@mxs.nes.nec.co.jp</email>
</author>
<published>2013-01-17T09:11:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=935166506277d3ee60eabdec5b0129f70c446ee5'/>
<id>935166506277d3ee60eabdec5b0129f70c446ee5</id>
<content type='text'>
This patch adds name arguments to the following subcommands:
  * role-delete
  * role-get
  * service-delete
  * service-get
  * tenant-delete
  * tenant-get
  * tenant-update
  * user-delete
  * user-get
  * user-password-update
  * user-role-add
  * user-role-list
  * user-role-remove
  * user-update

Fixes bug 1100648

Change-Id: I73c08c0ba553a72ec57ff3a684a00be4ef1294a6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds name arguments to the following subcommands:
  * role-delete
  * role-get
  * service-delete
  * service-get
  * tenant-delete
  * tenant-get
  * tenant-update
  * user-delete
  * user-get
  * user-password-update
  * user-role-add
  * user-role-list
  * user-role-remove
  * user-update

Fixes bug 1100648

Change-Id: I73c08c0ba553a72ec57ff3a684a00be4ef1294a6
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix keystoneclient user-list output order</title>
<updated>2012-12-10T23:10:11+00:00</updated>
<author>
<name>Masayuki Igawa</name>
<email>igawa@mxs.nes.nec.co.jp</email>
</author>
<published>2012-12-10T10:18:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=45ab2e8db759e626580b8702438b5e1f304dd193'/>
<id>45ab2e8db759e626580b8702438b5e1f304dd193</id>
<content type='text'>
keystone user-list output is ordered by 'id' now.
But this order(by 'id') is not human-friendly. Sorting by 'name' is easy to
identify a user.

This patch fixes this problem.

Fixes bug 1073437

Change-Id: I00b1f46c248544157e09b2efccfff63a1f0426aa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
keystone user-list output is ordered by 'id' now.
But this order(by 'id') is not human-friendly. Sorting by 'name' is easy to
identify a user.

This patch fixes this problem.

Fixes bug 1073437

Change-Id: I00b1f46c248544157e09b2efccfff63a1f0426aa
</pre>
</div>
</content>
</entry>
<entry>
<title>Add auth-token code to keystoneclient, along with supporting files</title>
<updated>2012-11-12T19:40:21+00:00</updated>
<author>
<name>Henry Nash</name>
<email>henryn@linux.vnet.ibm.com</email>
</author>
<published>2012-11-12T19:40:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=7920899af119d1697c333d202ca3272f167c19b0'/>
<id>7920899af119d1697c333d202ca3272f167c19b0</id>
<content type='text'>
This step in the process duplicates the auth-token code to keystoneclient but,
for the moment, leaves a copy in its origional location in keystone.
Testing for auth-token is also copied across, as is the cms support file.

Although no other project will yet pick up the code here in the client, since
the paste.ini files haev not yet been updated, it would work if anyone
did reference it.

Once the client code is in, the next step is to update all the other
project paste files, and then finally retire the code from keystone.

Change-Id: I88853a373d406020d54b61cba5a5e887380e3b3e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This step in the process duplicates the auth-token code to keystoneclient but,
for the moment, leaves a copy in its origional location in keystone.
Testing for auth-token is also copied across, as is the cms support file.

Although no other project will yet pick up the code here in the client, since
the paste.ini files haev not yet been updated, it would work if anyone
did reference it.

Once the client code is in, the next step is to update all the other
project paste files, and then finally retire the code from keystone.

Change-Id: I88853a373d406020d54b61cba5a5e887380e3b3e
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "updating keystoneclient doc theme"</title>
<updated>2012-10-01T20:40:30+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-10-01T20:40:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=338f64ff560f6441caae91861f86239d133ca1e3'/>
<id>338f64ff560f6441caae91861f86239d133ca1e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updating keystoneclient doc theme</title>
<updated>2012-10-01T17:47:34+00:00</updated>
<author>
<name>Joe Heck</name>
<email>heckj@mac.com</email>
</author>
<published>2012-09-29T22:28:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=0d48d1b6cea6e479e987ef954680206030249bcf'/>
<id>0d48d1b6cea6e479e987ef954680206030249bcf</id>
<content type='text'>
adding in openstack theming
enabling last update from git
removing old manual references to API, converted entirely to autodoc
updated .gitignore
fixed docstring warnings and errors

Change-Id: Id22ddc446331d52cbf56c3462d8b532fc37f64ac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
adding in openstack theming
enabling last update from git
removing old manual references to API, converted entirely to autodoc
updated .gitignore
fixed docstring warnings and errors

Change-Id: Id22ddc446331d52cbf56c3462d8b532fc37f64ac
</pre>
</div>
</content>
</entry>
<entry>
<title>pep8 1.3.1 cleanup</title>
<updated>2012-09-29T21:59:35+00:00</updated>
<author>
<name>Joe Heck</name>
<email>heckj@mac.com</email>
</author>
<published>2012-09-29T21:59:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=6c127df0f3ef75b1afbae6aaf991e63246f77fa7'/>
<id>6c127df0f3ef75b1afbae6aaf991e63246f77fa7</id>
<content type='text'>
Change-Id: Ie4f3747b488829b4c05076bc02c377b5da939e10
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie4f3747b488829b4c05076bc02c377b5da939e10
</pre>
</div>
</content>
</entry>
<entry>
<title>Add wrap option to keystone token-get for humans</title>
<updated>2012-09-25T17:35:04+00:00</updated>
<author>
<name>Joe Gordon</name>
<email>jogo@cloudscaling.com</email>
</author>
<published>2012-09-20T23:54:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=33a0f73113e9ec35f5e0d6f245a4fc9dc05f76b8'/>
<id>33a0f73113e9ec35f5e0d6f245a4fc9dc05f76b8</id>
<content type='text'>
When using Keystone PKI, a token ID can be over 3200 chars long.
Add optional --wrap option to make 'keystone token-get' human readable

fix bug 1053728

Change-Id: Ic3dffa773f9b8fc227a8fe7592a3d87e8e22e510
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using Keystone PKI, a token ID can be over 3200 chars long.
Add optional --wrap option to make 'keystone token-get' human readable

fix bug 1053728

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