lp://staging/~zulcss/ubuntu/precise/python-novaclient/new
Created by
Chuck Short
and last modified
- Get this branch:
- bzr branch lp://staging/~zulcss/ubuntu/precise/python-novaclient/new
Only
Chuck Short
can upload to this branch. If you are
Chuck Short
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Merged
into
lp://staging/~ubuntu-cloud-archive/ubuntu/precise/python-novaclient/trunk
at
revision 29
- James Page: Approve
-
Diff: 3937 lines (+2230/-210)40 files modified.mailmap (+2/-1)
AUTHORS (+18/-1)
ChangeLog (+898/-66)
PKG-INFO (+2/-1)
debian/changelog (+12/-0)
novaclient/client.py (+3/-1)
novaclient/openstack/common/setup.py (+57/-38)
novaclient/openstack/common/timeutils.py (+16/-5)
novaclient/shell.py (+11/-2)
novaclient/utils.py (+14/-5)
novaclient/v1_1/base.py (+3/-1)
novaclient/v1_1/client.py (+7/-0)
novaclient/v1_1/cloudpipe.py (+14/-0)
novaclient/v1_1/contrib/list_extensions.py (+46/-0)
novaclient/v1_1/fixed_ips.py (+58/-0)
novaclient/v1_1/flavors.py (+52/-11)
novaclient/v1_1/fping.py (+66/-0)
novaclient/v1_1/hosts.py (+5/-2)
novaclient/v1_1/servers.py (+27/-1)
novaclient/v1_1/services.py (+62/-0)
novaclient/v1_1/shell.py (+171/-52)
novaclient/v1_1/volumes.py (+11/-3)
novaclient/versioninfo (+1/-1)
python_novaclient.egg-info/PKG-INFO (+2/-1)
python_novaclient.egg-info/SOURCES.txt (+10/-0)
setup.py (+1/-0)
tests/test_auth_plugins.py (+23/-0)
tests/test_discover.py (+79/-0)
tests/test_shell.py (+6/-12)
tests/test_utils.py (+9/-0)
tests/v1_1/contrib/test_list_extensions.py (+21/-0)
tests/v1_1/fakes.py (+177/-1)
tests/v1_1/test_cloudpipe.py (+6/-0)
tests/v1_1/test_fixed_ips.py (+43/-0)
tests/v1_1/test_flavors.py (+25/-2)
tests/v1_1/test_fping.py (+41/-0)
tests/v1_1/test_hosts.py (+12/-0)
tests/v1_1/test_servers.py (+42/-1)
tests/v1_1/test_services.py (+68/-0)
tests/v1_1/test_shell.py (+109/-2)
Branch information
- Owner:
- Chuck Short
- Status:
- Development
Recent revisions
- 26. By Chuck Short
-
[ Adam Gandelman ]
* debian/control: Add python-iso8601.[ Soren Hansen ]
* Update debian/watch to account for symbolically named tarballs and
use newer URL.
* Fix Launchpad URLs in debian/watch.[ Chuck Short ]
* New usptream version - 25. By Chuck Short
-
[ Adam Gandelman ]
* debian/control: wrap-and-sort, set (>= 0.6) for py-prettytable
dependency. (LP: #1028638)[ Chuck Short ]
* debian/control:
- Add python-keyring, python-unittest2
- Add python-simplejson
- Fix lintian warnings.
* debian/rules: Enable tests.
* debian/watch: Fix watch file - 24. By Chuck Short
-
* New usptream version
* debian/watch: Update
* debian/control: Add python-simplejson.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntu/raring/python-novaclient