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-novaclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: citrix-openstack/python-novaclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: everett
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 13 files changed
  • 3 contributors

Commits on Dec 30, 2011

  1. Add a set_debug_mode function to novaclient.client so that it's possible

    to enable debugging without setting an environment variable, and use that
    (as well as httplib2.debuglevel) when --debug is set on the shell command
    line.
    Ewan Mellor committed Dec 30, 2011
    Configuration menu
    Copy the full SHA
    698a6f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2012

  1. Merge branch 'master' into everett

    Ewan Mellor committed Jan 9, 2012
    Configuration menu
    Copy the full SHA
    c928af9 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2012

  1. Merge branch 'master' into everett

    Ewan Mellor committed Jan 17, 2012
    Configuration menu
    Copy the full SHA
    677a76e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2012

  1. Merge branch 'master' into everett

    Ewan Mellor committed Jan 18, 2012
    Configuration menu
    Copy the full SHA
    13e2b69 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2012

  1. Merge branch 'master' into everett

    Ewan Mellor committed Jan 24, 2012
    Configuration menu
    Copy the full SHA
    d55e521 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2012

  1. Merge remote branch 'master/master' into everett

    Armando Migliaccio committed Jan 27, 2012
    Configuration menu
    Copy the full SHA
    9658a5f View commit details
    Browse the repository at this point in the history
  2. blueprint host-aggregates: client bindings

    These are the client bindings for the new aggregate api added into nova in the following change:
    https://review.openstack.org/#change,3109
    
    Change-Id: I97e0223aa18d01450f82848c5be9bce78b83ef39
    John Garbutt authored and Armando Migliaccio committed Jan 27, 2012
    Configuration menu
    Copy the full SHA
    6e42d05 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2012

  1. Adding describe-resource subcommand

    Change-Id: I1acabee03be6bae194788176271acd9ae0e74bb3
    
    Conflicts:
    
    	novaclient/v1_1/shell.py
    Armando Migliaccio committed Feb 14, 2012
    Configuration menu
    Copy the full SHA
    ef88158 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2012

  1. bug 932408: python-novaclient miss OSAPI host operations

    add client bindings for host-related actions.
    
    Change-Id: I98b3c11ec189029bafe73f499070ab132de640af
    
    Conflicts:
    
    	novaclient/v1_1/shell.py
    	tests/v1_1/test_shell.py
    Armando Migliaccio committed Feb 15, 2012
    Configuration menu
    Copy the full SHA
    795c3db View commit details
    Browse the repository at this point in the history
Loading