<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-keystoneclient.git/keystoneclient/utils.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>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://git.baserock.org/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>
<entry>
<title>Do not display None in pretty tables for fields with no value</title>
<updated>2012-06-26T09:36:21+00:00</updated>
<author>
<name>Vincent Untz</name>
<email>vuntz@suse.com</email>
</author>
<published>2012-06-26T09:08:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=3813abcf20fa5451c2df8b1b3f252e6b5a3bf6f4'/>
<id>3813abcf20fa5451c2df8b1b3f252e6b5a3bf6f4</id>
<content type='text'>
Fields that are present but unset in a backend (like the email field for
a user created with no email in the KVS backend with the keystone
command line) will appear as "None" when listed, instead of as an empty
field.

Change-Id: I86dc0a204847518e61ba9f6f46d4637d897cfac1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fields that are present but unset in a backend (like the email field for
a user created with no email in the KVS backend with the keystone
command line) will appear as "None" when listed, instead of as an empty
field.

Change-Id: I86dc0a204847518e61ba9f6f46d4637d897cfac1
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove printt</title>
<updated>2012-05-07T15:14:26+00:00</updated>
<author>
<name>Dean Troyer</name>
<email>dtroyer@gmail.com</email>
</author>
<published>2012-05-07T15:14:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=418bc5e737036766ae8d3c5fba7a99cbe5597260'/>
<id>418bc5e737036766ae8d3c5fba7a99cbe5597260</id>
<content type='text'>
prettyprint 0.6 removed printt at the last minute, replace with get_string

Fixes bug 995811

Change-Id: Iaabe47c1ae9270d9d00f804388a1837767cb20f1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
prettyprint 0.6 removed printt at the last minute, replace with get_string

Fixes bug 995811

Change-Id: Iaabe47c1ae9270d9d00f804388a1837767cb20f1
</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>
<entry>
<title>enabled treated as string (bug 953678)</title>
<updated>2012-03-14T15:28:09+00:00</updated>
<author>
<name>Dolph Mathews</name>
<email>dolph.mathews@gmail.com</email>
</author>
<published>2012-03-13T20:51:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=5c223fb641abab8dc148741dd17f2029d4370f7f'/>
<id>5c223fb641abab8dc148741dd17f2029d4370f7f</id>
<content type='text'>
Change-Id: I897797b3fb264647c486e6c10eab8edd00eadbcc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I897797b3fb264647c486e6c10eab8edd00eadbcc
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve usability of CLI.</title>
<updated>2012-02-23T22:28:38+00:00</updated>
<author>
<name>jakedahn</name>
<email>jake@ansolabs.com</email>
</author>
<published>2012-02-21T23:02:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=2a1c94a75375dec5bd2a8a6dace98b411d2ab29e'/>
<id>2a1c94a75375dec5bd2a8a6dace98b411d2ab29e</id>
<content type='text'>
  * Fixes bug #936422
  * Fixes bug #932223
  * Depends on bcwaldon's review: https://review.openstack.org/#change,4305
  * This review proposes making changes outlined in this spreadsheet:
    https://docs.google.com/spreadsheet/ccc?key=0Ak6TA47h_6fwdGZwRE5WWEJBdEhnckpMTG5RcWFjY3c#gid=0
    This cleans up the CLI, normalizing commands and arguments, correcting
    optional and required arguments and flags.
  * included https://review.openstack.org/4270 here per Brian's request

  Note that some commands have changed names to conform to noun-verb form:
  user-update-password  -&gt;  user-password-update
  add-user-role  -&gt;  user-role-add
  remove-user-role  -&gt;  user-role-remove
  ec2-create-credentials  -&gt;  ec2-credentials-create
  ec2-list-credentials  -&gt;  ec2-credentials-list
  ec2-delete-credentials  -&gt;  ec2-credentials-delete
  token  -&gt;  token-get

Change-Id: I8128fa105a1b8002199211f9e475b1a7a6229b8c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  * Fixes bug #936422
  * Fixes bug #932223
  * Depends on bcwaldon's review: https://review.openstack.org/#change,4305
  * This review proposes making changes outlined in this spreadsheet:
    https://docs.google.com/spreadsheet/ccc?key=0Ak6TA47h_6fwdGZwRE5WWEJBdEhnckpMTG5RcWFjY3c#gid=0
    This cleans up the CLI, normalizing commands and arguments, correcting
    optional and required arguments and flags.
  * included https://review.openstack.org/4270 here per Brian's request

  Note that some commands have changed names to conform to noun-verb form:
  user-update-password  -&gt;  user-password-update
  add-user-role  -&gt;  user-role-add
  remove-user-role  -&gt;  user-role-remove
  ec2-create-credentials  -&gt;  ec2-credentials-create
  ec2-list-credentials  -&gt;  ec2-credentials-list
  ec2-delete-credentials  -&gt;  ec2-credentials-delete
  token  -&gt;  token-get

Change-Id: I8128fa105a1b8002199211f9e475b1a7a6229b8c
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for version and extension discovery</title>
<updated>2012-01-20T18:14:02+00:00</updated>
<author>
<name>Ziad Sawalha</name>
<email>github@highbridgellc.com</email>
</author>
<published>2011-12-28T06:23:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=8db366c448d4074c044f596a8e4271befdb797cb'/>
<id>8db366c448d4074c044f596a8e4271befdb797cb</id>
<content type='text'>
- Supports unauthenticated call to Keystone to discover
  supported API versions
- Added command-line support (usage: keystone discover)
- Added client support (keystoneclient.genenric client).
  Client returns dicts, whereas shell command prints
  formated output.
- Added tests for genenric client
- Replicates 'nove discover' in python-novaclient
- Starts to address blueprint keystone-client
- keystone discover output looks like this:
    $ keystone discover
    Keystone found at http://localhost:35357
        - supports version v1.0 (DEPRECATED) here http://localhost:35357/v1.0
        - supports version v1.1 (CURRENT) here http://localhost:35357/v1.1
        - supports version v2.0 (BETA) here http://localhost:35357/v2.0
            - and HP-IDM: HP Token Validation Extension
            - and OS-KSADM: Openstack Keystone Admin
            - and OS-KSCATALOG: Openstack Keystone Catalog

Change-Id: Id16d34dac094c780d36afb3e31c98c318b6071ac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Supports unauthenticated call to Keystone to discover
  supported API versions
- Added command-line support (usage: keystone discover)
- Added client support (keystoneclient.genenric client).
  Client returns dicts, whereas shell command prints
  formated output.
- Added tests for genenric client
- Replicates 'nove discover' in python-novaclient
- Starts to address blueprint keystone-client
- keystone discover output looks like this:
    $ keystone discover
    Keystone found at http://localhost:35357
        - supports version v1.0 (DEPRECATED) here http://localhost:35357/v1.0
        - supports version v1.1 (CURRENT) here http://localhost:35357/v1.1
        - supports version v2.0 (BETA) here http://localhost:35357/v2.0
            - and HP-IDM: HP Token Validation Extension
            - and OS-KSADM: Openstack Keystone Admin
            - and OS-KSCATALOG: Openstack Keystone Catalog

Change-Id: Id16d34dac094c780d36afb3e31c98c318b6071ac
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit.</title>
<updated>2011-10-25T23:50:08+00:00</updated>
<author>
<name>Gabriel Hurley</name>
<email>gabriel@strikeawe.com</email>
</author>
<published>2011-10-25T23:50:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=17f6b83ee6157371104b065d7fb9cb6e5b03c386'/>
<id>17f6b83ee6157371104b065d7fb9cb6e5b03c386</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
