~corey.bryant/python-novaclient/2.26.0

« back to all changes in this revision

Viewing changes to PKG-INFO

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2014-09-18 08:52:31 UTC
  • mfrom: (1.1.35)
  • Revision ID: package-import@ubuntu.com-20140918085231-56hs515gp9zpb9sd
Tags: 1:2.19.0-0ubuntu1
* New upstream release.
* debian/control: Drop python-d2to1, python-httpretty as build dependency.
* debian/control: Add python-requests-mock as build dependency.
* debian/control: Add python-oslo.utils.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Metadata-Version: 1.1
2
2
Name: python-novaclient
3
 
Version: 2.18.1
 
3
Version: 2.19.0
4
4
Summary: Client library for OpenStack Compute API
5
5
Home-page: https://git.openstack.org/cgit/openstack/python-novaclient
6
6
Author: OpenStack
74
74
        There's also a complete Python API, but it has not yet been documented.
75
75
        
76
76
        
77
 
        Quick-start using keystone::
 
77
        To use with nova, with keystone as the authentication system::
78
78
        
79
79
            # use v2.0 auth with http://example.com:5000/v2.0/")
80
80
            >>> from novaclient.v1_1 import client