Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openstack/python-keystoneclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
Loading
...
head repository: bhuvan/python-keystoneclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 9, 2012

  1. Update password for keystoneclient, securely.

    Bug: 938315
    
    If new password is not specified in command line, read from the
    prompt.
    
    * keystoneclient/v2_0/shell.py
      do_user_password_update(): Argument --pass is optional.
      Prompt for new password. If they don't match, try 3 times.
    
    Change-Id: I7420a8b0d9ab018c16b374d8fa2ecb1b24ac6013
    bhuvan committed Sep 9, 2012
    Configuration menu
    Copy the full SHA
    1bc16e3 View commit details
    Browse the repository at this point in the history
  2. Handle "503 Service Unavailable" exception.

    Bug: 1028799
    
    No traceback, if service is unavailable; error out gracefully.
    
    * keystoneclient/exceptions.py
      ServiceUnavailable: New class to handle 503 status code.
      Add the new class to list of handled exceptions.
    
    Change-Id: I39a8ac594ef922d682731a926be26c8b6f648f9d
    bhuvan committed Sep 9, 2012
    Configuration menu
    Copy the full SHA
    78c6ab7 View commit details
    Browse the repository at this point in the history
  3. Allow empty description for tenants.

    Bug: 1025929
    
    (based on the patch submitted by Ivan Bondarev)
    
    * keystoneclient/v2_0/shell.py
      do_tenant_update(): Update description if it is defined.
    
    * keystoneclient/v2_0/tenants.py
      Token.update(), TokenManager.update():
      Update description if it is defined, even if it's empty.
    
    Change-Id: I4c4e93f6bd5d38828685fd55eb1e694f521928e9
    bhuvan committed Sep 9, 2012
    Configuration menu
    Copy the full SHA
    6130a83 View commit details
    Browse the repository at this point in the history
  4. Fix no of aguments passed to get the token.

    * keystoneclient/v2_0/tokens.py
      TokenManager.get(): Fix number of arguments for _get() method.
    
    Change-Id: I7a03da4dbc285de18146b53d64f7ea50d3f7f9d7
    bhuvan committed Sep 9, 2012
    Configuration menu
    Copy the full SHA
    f70f3bc View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2012

  1. Configuration menu
    Copy the full SHA
    3f1da23 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.