Skip to content
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
...
head repository: redhat-openstack/python-keystoneclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable/folsom
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 25 files changed
  • 2 contributors

Commits on Feb 11, 2013

  1. remove post-Folsom features in keystoneclient

    - Identity v3 support
    - auth_token middleware
    apevec committed Feb 11, 2013
    Configuration menu
    Copy the full SHA
    5c676da View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2013

  1. Allow secure user password update.

    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
    (cherry picked from commit f2e0818)
    Pradeep Kilambi authored and Jakub Ruzicka committed Jul 26, 2013
    Configuration menu
    Copy the full SHA
    115ebc8 View commit details
    Browse the repository at this point in the history
Loading