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: redhat-openstack/python-novaclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: stable/icehouse
Choose a base ref
...
head repository: apevec/python-novaclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable/grizzly-proposals
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jun 28, 2013

  1. Discard possibly expired token before re-authenticating

    Fixes bug 1192656
    
    Previously, the attempt to re-authenticate on possible token
    expiry actually re-used the expired token, which was clearly
    bound to fail in the expired case.
    
    Now the old authentication state is discarded before attempting
    re-authentication.
    
    Change-Id: I3fd125702061f7ac84eb501d2a488aab5b2385b9
    (cherry picked from commit 909a53b)
    Eoghan Glynn authored and apevec committed Jun 28, 2013
    Configuration menu
    Copy the full SHA
    91f9cff View commit details
    Browse the repository at this point in the history
Loading