~ddellav/ubuntu/+source/python-glanceclient:debian/mitaka

Last commit made on 2016-01-05
Get this branch:
git clone -b debian/mitaka https://git.launchpad.net/~ddellav/ubuntu/+source/python-glanceclient
Only David Della Vecchia can upload to this branch. If you are David Della Vecchia please log in for upload directions.

Branch merges

Branch information

Name:
debian/mitaka
Repository:
lp:~ddellav/ubuntu/+source/python-glanceclient

Recent commits

1feac40... by David Della Vecchia

d/gbp.conf: Update gbp configuration for mitaka branch.

3cb74ad... by David Della Vecchia

d/control: Align requirements with upstream.

c6c4ed8... by David Della Vecchia

New upstream release.

c942914... by David Della Vecchia

Merge tag '1.2.0' into debian/mitaka

python-glanceclient 1.2.0 release

d91210c... by Erno Kuvaja

Release Notes for version 1.2.0

1f1934e Add versions list function
bff356e Added reactivate/deactivate image using CLI
dfcb468 Fix the missing help descripiton of "image-create"
8a4cd79 Add documentation for running the functional tests
c7c0754 Updated from global requirements
d6a10f2 Remove unused sphinx Makefile
5a24705 Update docs to recommend KSA instead of KSC
84538d8 Use clouds.yaml from devstack for functional tests
4fb3092 Add translation to v2 shell
6b9133c Import i18n functions directly
8cf2bfc Updated from global requirements
b51634a improve readme contents
ca050ed Add support for setting Accept-Language header
3bd28bf Updated from global requirements
36937bb Use the subcomand parsed args instead of the base
afd1810 Stop trying to send image_size to the server
bf02b04 Support image deletion in batches in v2
a8a7c68 print usage when no argument is specified for python3
77012ee Updated from global requirements
603697a Updated from global requirements
df0f664 Do not use openstack.common.i18n in glance client
abf0381 Added unit tests for 'Unicode support shell client'
1f2fefb Use common identity parameters fro keystone client
c31c136 No auth when token and endpoint are passed
557acb1 Use dictionary literal for dictionary creation
c6addc7 Replace exception_to_str with oslo.utils function
586d401 Change ignore-errors to ignore_errors
05cd0c7 Add period in help message
b8a881f Don't get the image before deleting it
3d3d829 Fix human readable when size is None
19480df Add parsing the endpoint URL
22ce845 Fix Typos in comments
b9eee5e Add check Identity validate when get schemas

Change-Id: If2964135d73b45a11faf03b7dfa6b6f756a1abe0

ac56244... by Jenkins <email address hidden>

Merge "improve readme contents"

1f1934e... by wangxiyuan

Add versions list function

This patch add a function to query the Glance API versions.

DocImpact

Change-Id: I21eeaee3db4ae23f608b68bb319772ac612975b4
Closes-bug: #1511180

4969251... by Jenkins <email address hidden>

Merge "Fix the missing help descripiton of "image-create""

fcd9ab5... by Jenkins <email address hidden>

Merge "Use common identity parameters fro keystone client"

20c8d67... by Jenkins <email address hidden>

Merge "Added reactivate/deactivate image using CLI"