Skip to content

Tags: mvgjorge/python-keystoneclient

Tags

0.1.3

Toggle 0.1.3's commit message
0.1.3 release of python keystoneclient

 * updated logging to show timing differences between request and response
 * changed CLI options from underscore to dashes for cert options
 * added nosehtmloutput as a test dependency

0.1.2

Toggle 0.1.2's commit message
Add '--insecure' commandline argument

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

0.1.1

Toggle 0.1.1's commit message
Release 0.1.1 to PyPI.

0.1.0

Toggle 0.1.0's commit message
Drop support for legacy OS args

Change-Id: If37778e6bb8c34d88974f2dbf22207110a3dea1a

Verified

This tag was signed with the committer’s verified signature.
ttx Thierry Carrez

2012.1

Toggle 2012.1's commit message

Verified

This tag was signed with the committer’s verified signature.
ttx Thierry Carrez
2012.1 "Essex"

Verified

This tag was signed with the committer’s verified signature.
ttx Thierry Carrez

Verified

This tag was signed with the committer’s verified signature.
ttx Thierry Carrez

essex-4

Toggle essex-4's commit message
Merge "Endpoints: Add create, delete, list support"

essex-3

Toggle essex-3's commit message
Support for version and extension discovery

- 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