<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-glanceclient.git/doc, branch 0.17.3</title>
<subtitle>opendev.org: openstack/python-glanceclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/'/>
<entry>
<title>Release Notes for 0.17.3</title>
<updated>2015-11-18T11:59:49+00:00</updated>
<author>
<name>Erno Kuvaja</name>
<email>jokke@usr.fi</email>
</author>
<published>2015-11-18T10:30:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=01a6d7f1a937898267d34d7a19cdd6f5c164ad75'/>
<id>01a6d7f1a937898267d34d7a19cdd6f5c164ad75</id>
<content type='text'>
ffd135c Updated from global requirements
fab2ace Updated from global requirements
68cf63d Don't get the image before deleting it
15fe21d Updated from global requirements
e7a801d Ship the default image schema in the client
320bc6f V2: Do not validate image schema when listing
0acf7cc Expose 'is_base' schema property attribute

Change-Id: Icc2f9108276747ea6324e410d56c7b73f1048562
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ffd135c Updated from global requirements
fab2ace Updated from global requirements
68cf63d Don't get the image before deleting it
15fe21d Updated from global requirements
e7a801d Ship the default image schema in the client
320bc6f V2: Do not validate image schema when listing
0acf7cc Expose 'is_base' schema property attribute

Change-Id: Icc2f9108276747ea6324e410d56c7b73f1048562
</pre>
</div>
</content>
</entry>
<entry>
<title>Add release notes for 0.17.2</title>
<updated>2015-07-16T13:29:17+00:00</updated>
<author>
<name>Erno Kuvaja</name>
<email>jokke@usr.fi</email>
</author>
<published>2015-07-16T13:29:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=da4f22a2b7a87f3bbb46df02f7f68568ea994e3e'/>
<id>da4f22a2b7a87f3bbb46df02f7f68568ea994e3e</id>
<content type='text'>
% git log 0.17.1..HEAD --no-merges --oneline

8d4237d Updated from global requirements
e9b2b4e Correct help messages for image-update command
5533018 Creating task with invalid property crashes in py3
28dc1da Omit 'locations' as image-create parameter
1990e76 Fix Metadef Object update issue with python-glanceclient
7771d3b Do not crash on homedir mkdir

Change-Id: Id7ef4bce7da0d201ba325f6045d5e9f3d1ba9c42
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
% git log 0.17.1..HEAD --no-merges --oneline

8d4237d Updated from global requirements
e9b2b4e Correct help messages for image-update command
5533018 Creating task with invalid property crashes in py3
28dc1da Omit 'locations' as image-create parameter
1990e76 Fix Metadef Object update issue with python-glanceclient
7771d3b Do not crash on homedir mkdir

Change-Id: Id7ef4bce7da0d201ba325f6045d5e9f3d1ba9c42
</pre>
</div>
</content>
</entry>
<entry>
<title>Add release notes for 0.17.1</title>
<updated>2015-04-22T20:30:52+00:00</updated>
<author>
<name>Nikhil Komawar</name>
<email>nikhilskomawar@gmail.com</email>
</author>
<published>2015-04-22T20:23:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=8a6d3140d81389d641fca743fe21a825f62b073e'/>
<id>8a6d3140d81389d641fca743fe21a825f62b073e</id>
<content type='text'>
$ git log 0.17.0..0.17.1 --no-merges --oneline

f9a2a12 Fix client when using no ssl compression
e572ec1 Add SSL cert verification regression tests
367bffe Updated from global requirements
7184759 update defaultbranch

Change-Id: I325a56310a6261d2343522273bebe3680fa6e324
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$ git log 0.17.0..0.17.1 --no-merges --oneline

f9a2a12 Fix client when using no ssl compression
e572ec1 Add SSL cert verification regression tests
367bffe Updated from global requirements
7184759 update defaultbranch

Change-Id: I325a56310a6261d2343522273bebe3680fa6e324
</pre>
</div>
</content>
</entry>
<entry>
<title>Add release notes for 0.17.0</title>
<updated>2015-03-18T20:23:01+00:00</updated>
<author>
<name>Nikhil Komawar</name>
<email>nikhilskomawar@gmail.com</email>
</author>
<published>2015-03-18T20:23:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=26280ed58b5d16feed4ab27be063d305ef48a252'/>
<id>26280ed58b5d16feed4ab27be063d305ef48a252</id>
<content type='text'>
$ git log 0.16.1..HEAD --no-merges --oneline

db5d729 Updated help for v2 member-update api
3f3066b Extend images CLI v2 with new sorting syntax
bbd27d5 Add the ability to specify the sort dir for each key
976fe17 Import sys module
fc79467 Adds the ability to sort images with multiple keys
f00f769 add examples for properties and doc build script
f6f5733 Apply expected patch format when updating tags in v2.images
a9a692b v2: read limit for list from --limit in shell
0ab5a78 Fix leaking sockets after v2 list operation
f98ab68 Fix leaking sockets after v1 list operation
6e0b1f4 removed excessive call to os.path.exists
b47925e Unit tests covering missing username or password
b64dba8 Remove duplicate 'a' in the help string of --os-image-url
6d21959 v2: Allow upload from stdin on image-create
4c7c7ad Fix v2 image create --file documentation
eeef763 Fix minor typo in version error message

Change-Id: I90d7e4a5109d82e25a63135e94193f4c4f7d4f34
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$ git log 0.16.1..HEAD --no-merges --oneline

db5d729 Updated help for v2 member-update api
3f3066b Extend images CLI v2 with new sorting syntax
bbd27d5 Add the ability to specify the sort dir for each key
976fe17 Import sys module
fc79467 Adds the ability to sort images with multiple keys
f00f769 add examples for properties and doc build script
f6f5733 Apply expected patch format when updating tags in v2.images
a9a692b v2: read limit for list from --limit in shell
0ab5a78 Fix leaking sockets after v2 list operation
f98ab68 Fix leaking sockets after v1 list operation
6e0b1f4 removed excessive call to os.path.exists
b47925e Unit tests covering missing username or password
b64dba8 Remove duplicate 'a' in the help string of --os-image-url
6d21959 v2: Allow upload from stdin on image-create
4c7c7ad Fix v2 image create --file documentation
eeef763 Fix minor typo in version error message

Change-Id: I90d7e4a5109d82e25a63135e94193f4c4f7d4f34
</pre>
</div>
</content>
</entry>
<entry>
<title>add examples for properties and doc build script</title>
<updated>2015-03-13T14:01:55+00:00</updated>
<author>
<name>Alan Meadows</name>
<email>alan.meadows@gmail.com</email>
</author>
<published>2015-03-13T03:21:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=f00f769da53d7b257a68e57d9f8fcc22648cb601'/>
<id>f00f769da53d7b257a68e57d9f8fcc22648cb601</id>
<content type='text'>
* add image property examples for v1 and v2
* add standard sphinx doc build helper

Change-Id: I2f8dff884d9f22cc582aabcbbbbaea6d6fe725c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add image property examples for v1 and v2
* add standard sphinx doc build helper

Change-Id: I2f8dff884d9f22cc582aabcbbbbaea6d6fe725c0
</pre>
</div>
</content>
</entry>
<entry>
<title>Add release notes for 0.16.1</title>
<updated>2015-03-04T17:42:12+00:00</updated>
<author>
<name>Louis Taylor</name>
<email>louis@kragniz.eu</email>
</author>
<published>2015-03-04T17:35:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=d3814693a83ef4294e255414f7261cc5abd62349'/>
<id>d3814693a83ef4294e255414f7261cc5abd62349</id>
<content type='text'>
Release notes for the following commits:

$ git log --oneline --no-merges 0.16.0..HEAD
96871b9 Fix tests failing if keystone is running locally
2d67dfa Unify using six.moves.range rename everywhere
af29e0a Show error on trying to upload to non-queued image
ef9fd9f https: Prevent leaking sockets for some operations
01caf4e Strip json and html from error messages
7ee96cb Register our own ConnectionPool without globals
1d82396 Remove graduated gettextutils from openstack/common
a755d1f Workflow documentation is now in infra-manual

Change-Id: Ieed106bff9aa95a7d40b0c39717aa16db4ddbf7e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Release notes for the following commits:

$ git log --oneline --no-merges 0.16.0..HEAD
96871b9 Fix tests failing if keystone is running locally
2d67dfa Unify using six.moves.range rename everywhere
af29e0a Show error on trying to upload to non-queued image
ef9fd9f https: Prevent leaking sockets for some operations
01caf4e Strip json and html from error messages
7ee96cb Register our own ConnectionPool without globals
1d82396 Remove graduated gettextutils from openstack/common
a755d1f Workflow documentation is now in infra-manual

Change-Id: Ieed106bff9aa95a7d40b0c39717aa16db4ddbf7e
</pre>
</div>
</content>
</entry>
<entry>
<title>Add release notes for 0.16.0</title>
<updated>2015-02-23T23:08:33+00:00</updated>
<author>
<name>Louis Taylor</name>
<email>kragniz@gmail.com</email>
</author>
<published>2015-02-19T13:40:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=519672f5d5251ea193f08f967a9216848d209916'/>
<id>519672f5d5251ea193f08f967a9216848d209916</id>
<content type='text'>
This adds release notes for the following commits:

$ git log --oneline --no-merges 0.15.0..HEAD
f7cdc3e Glance image delete output
a3eaafe Updated from global requirements
e99e0c8 Change oslo.utils to oslo_utils
96ff6e4 Return 130 for keyboard interrupt
db743e3 Ignore NoneType when encoding headers
869e6ac Use utils.exit rather than print+sys.exit
5ec4a24 Remove uuidutils from openstack-common
93c9bc1 Add a `--limit` parameter to list operations
9daada9 Fixed CLI help for bash-completion
878bdcb Remove openstack.common.importutils
b818826 Remove openstack.common.strutils
35c9b65 Adds basic examples of v2 API usage
363b170 Sync latest apiclient from oslo-inc
f210751 Close streamed requests explicitly
62df6c6 Handle HTTP byte returns in python 3
aebbcff Updated from global requirements
cb046bc Add validation to --property-filter in v1 shell
6eaaad5 Make non-boolean check strict
9054324 Disable progress bar if image is piped into client
df02ee8 Fix Requests breaking download progress bar
e3600ad Fix broken-pipe seen in glance-api
b96f613 Update HTTPS certificate handling for pep-0476
8e8dde2 Output clear error message on invalid api version
bd73a54 Add os_ prefix to project_domain_name/id
465c5ce Curl statements to include globoff for IPv6 URLs
9dcf3f1 Reduce the set of supported client SSL ciphers

Change-Id: Ib97fd745f1f6761b88246351ce2c63d11ad29b01
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds release notes for the following commits:

$ git log --oneline --no-merges 0.15.0..HEAD
f7cdc3e Glance image delete output
a3eaafe Updated from global requirements
e99e0c8 Change oslo.utils to oslo_utils
96ff6e4 Return 130 for keyboard interrupt
db743e3 Ignore NoneType when encoding headers
869e6ac Use utils.exit rather than print+sys.exit
5ec4a24 Remove uuidutils from openstack-common
93c9bc1 Add a `--limit` parameter to list operations
9daada9 Fixed CLI help for bash-completion
878bdcb Remove openstack.common.importutils
b818826 Remove openstack.common.strutils
35c9b65 Adds basic examples of v2 API usage
363b170 Sync latest apiclient from oslo-inc
f210751 Close streamed requests explicitly
62df6c6 Handle HTTP byte returns in python 3
aebbcff Updated from global requirements
cb046bc Add validation to --property-filter in v1 shell
6eaaad5 Make non-boolean check strict
9054324 Disable progress bar if image is piped into client
df02ee8 Fix Requests breaking download progress bar
e3600ad Fix broken-pipe seen in glance-api
b96f613 Update HTTPS certificate handling for pep-0476
8e8dde2 Output clear error message on invalid api version
bd73a54 Add os_ prefix to project_domain_name/id
465c5ce Curl statements to include globoff for IPv6 URLs
9dcf3f1 Reduce the set of supported client SSL ciphers

Change-Id: Ib97fd745f1f6761b88246351ce2c63d11ad29b01
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Adds basic examples of v2 API usage"</title>
<updated>2015-02-05T22:44:16+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-02-05T22:44:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=ffcb324efc3d85d743a83a6a3ad6ebd9dc457627'/>
<id>ffcb324efc3d85d743a83a6a3ad6ebd9dc457627</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds basic examples of v2 API usage</title>
<updated>2015-01-26T15:45:36+00:00</updated>
<author>
<name>Markus Zoeller</name>
<email>mzoeller@de.ibm.com</email>
</author>
<published>2014-11-11T08:48:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=35c9b6520222e05bff35d341bb7057faace99458'/>
<id>35c9b6520222e05bff35d341bb7057faace99458</id>
<content type='text'>
Closes-Bug: 1321438

Change-Id: I7c4a5db5bd498c6fb1dd2f4fdbf347b8d4c02c9a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes-Bug: 1321438

Change-Id: I7c4a5db5bd498c6fb1dd2f4fdbf347b8d4c02c9a
</pre>
</div>
</content>
</entry>
<entry>
<title>Add release notes for 0.15.0</title>
<updated>2014-12-11T16:45:46+00:00</updated>
<author>
<name>Louis Taylor</name>
<email>kragniz@gmail.com</email>
</author>
<published>2014-12-08T17:04:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=385d97ef38fd7b976ea24653a2b4514dee62ffb8'/>
<id>385d97ef38fd7b976ea24653a2b4514dee62ffb8</id>
<content type='text'>
This adds release notes for the folowing commits:

    $ git log --oneline --no-merges 0.14.2..HEAD
    9a4d858 Support Pagination for namespace list
    3989cd2 Support schema types with non-str value
    9829d7b Don't require version to create Client instance
    8e02b2a Allow --file in image-create with v2 Image API
    d5a0e65 Add useful error on invalid --os-image-api-version
    49f38a4 Add release notes for 0.14.0 - 0.14.2
    5080d10 Send `identity_headers` through the wire
    d0851c3 Remove readonly options from v2 shell commands
    4194a55 Add --property-filter option to v2 image-list
    ef0abdc Fix py34 failure for glance client
    8c159a2 Don't set X-Auth-Token key in http session header if no token provided
    b83a672 Refactor method of constructing dicts in some tests
    751e064 Adds tty password entry for glanceclient
    597da8a '--public' ignored on image create
    cbbfbc9 Fix to ensure endpoint_type is used by _get_endpoint()
    12a3a82 Add bash completion to glance client

Change-Id: I24fbba80831c311b42d1abb08487cc29c8b5b162
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds release notes for the folowing commits:

    $ git log --oneline --no-merges 0.14.2..HEAD
    9a4d858 Support Pagination for namespace list
    3989cd2 Support schema types with non-str value
    9829d7b Don't require version to create Client instance
    8e02b2a Allow --file in image-create with v2 Image API
    d5a0e65 Add useful error on invalid --os-image-api-version
    49f38a4 Add release notes for 0.14.0 - 0.14.2
    5080d10 Send `identity_headers` through the wire
    d0851c3 Remove readonly options from v2 shell commands
    4194a55 Add --property-filter option to v2 image-list
    ef0abdc Fix py34 failure for glance client
    8c159a2 Don't set X-Auth-Token key in http session header if no token provided
    b83a672 Refactor method of constructing dicts in some tests
    751e064 Adds tty password entry for glanceclient
    597da8a '--public' ignored on image create
    cbbfbc9 Fix to ensure endpoint_type is used by _get_endpoint()
    12a3a82 Add bash completion to glance client

Change-Id: I24fbba80831c311b42d1abb08487cc29c8b5b162
</pre>
</div>
</content>
</entry>
</feed>
