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

Commits on Jul 5, 2015

  1. Fix the error that is raised when we run network show <network_name> …

    …and we get more then one network in the response. Added a filter by name of the network on the returned list. if we dont have any we raise the exception.
    Yogev Cohen committed Jul 5, 2015
    Configuration menu
    Copy the full SHA
    5e15091 View commit details
    Browse the repository at this point in the history
  2. Fix the exception we get when we run network delete <network_name>. A…

    …dded a filter by name or id of the network on the returned list. If we don't have any we raise the exception.
    Yogev Cohen committed Jul 5, 2015
    Configuration menu
    Copy the full SHA
    af7700f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19d566b View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2015

  1. Add command line options for image create v2 and start adjusting the …

    …code in take_action of image create.
    Yogev Cohen committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    4c1c6c4 View commit details
    Browse the repository at this point in the history
  2. Fix the Create image command.

    Yogev Cohen committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    b6ad5d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2015

  1. Add PutDataImage and GetDataImage - not working yet.

    Yogev Cohen committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    a1e75ed View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2015

  1. Fix the upload image data from file command line

    Yogev Cohen committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    33272ec View commit details
    Browse the repository at this point in the history
  2. start implementing volume create on v2 api

    Yogev Cohen committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    273bc51 View commit details
    Browse the repository at this point in the history
  3. update the flow of image create form imageRef.

    Yogev Cohen committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    f1ef634 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2015

  1. fix the call to volumes create with the right params.

    Yogev Cohen committed Jul 9, 2015
    Configuration menu
    Copy the full SHA
    ced78ad View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2015

  1. Configuration menu
    Copy the full SHA
    595052c View commit details
    Browse the repository at this point in the history
  2. Remove runtime dependency on python-pbr

    Also remove pbr/pkg_resources requirements handling.
    
    ERROR: openstackclient.shell Exception raised: \
      (pycrypto 2.0.1 (/usr/lib64/python2.6/site-packages), Requirement.parse('pycrypto>=2.6'))
    
    DO NOT WANT
    Jakub Ruzicka authored and Yogev Cohen committed Jul 15, 2015
    Configuration menu
    Copy the full SHA
    6d3abbe View commit details
    Browse the repository at this point in the history
  3. build: update spec file:

    * update version
    * adjust build to inline patches
    mike-stratoscale authored and Yogev Cohen committed Jul 15, 2015
    Configuration menu
    Copy the full SHA
    23f1d8d View commit details
    Browse the repository at this point in the history
  4. build: add wrapper Makefile

    mike-stratoscale authored and Yogev Cohen committed Jul 15, 2015
    Configuration menu
    Copy the full SHA
    fe242fd View commit details
    Browse the repository at this point in the history
  5. add dirbalak.manifest for clean build

    mike-stratoscale authored and Yogev Cohen committed Jul 15, 2015
    Configuration menu
    Copy the full SHA
    cd32778 View commit details
    Browse the repository at this point in the history
Loading