<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-glanceclient.git, branch 2.16.0</title>
<subtitle>opendev.org: openstack/python-glanceclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/'/>
<entry>
<title>Release notes for 2.16.0</title>
<updated>2019-03-07T17:38:59+00:00</updated>
<author>
<name>Erno Kuvaja</name>
<email>jokke@usr.fi</email>
</author>
<published>2019-03-07T17:38:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=44a4dbd6ce2642daeaca9f45ac99e2d1b39e805a'/>
<id>44a4dbd6ce2642daeaca9f45ac99e2d1b39e805a</id>
<content type='text'>
Change-Id: Icd4dc29d6492053b90944f5a57435fc29c6147f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Icd4dc29d6492053b90944f5a57435fc29c6147f2
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Embed validation data when adding location"</title>
<updated>2019-03-07T16:46:55+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2019-03-07T16:46:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=8b9dc5635e38ad451556aca258ca4fc85fb310c5'/>
<id>8b9dc5635e38ad451556aca258ca4fc85fb310c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Remove redundant information from error message"</title>
<updated>2019-03-06T11:28:50+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2019-03-06T11:28:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=68adb8ccb457cc6383e2cf74cde7cae5af812ff2'/>
<id>68adb8ccb457cc6383e2cf74cde7cae5af812ff2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "add python 3.7 unit test job"</title>
<updated>2019-03-06T10:37:29+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2019-03-06T10:37:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=73f4a80029159e0dd28579c4aaa30136a2b4de53'/>
<id>73f4a80029159e0dd28579c4aaa30136a2b4de53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant information from error message</title>
<updated>2019-03-06T07:33:54+00:00</updated>
<author>
<name>bhagyashris</name>
<email>bhagyashri.shewale@nttdata.com</email>
</author>
<published>2016-06-30T13:04:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=ae4355be01c0b4bcf5b6bdd2c1163b3f6df3e213'/>
<id>ae4355be01c0b4bcf5b6bdd2c1163b3f6df3e213</id>
<content type='text'>
Currently user get redundant HTTP error code in error message.
Removed redundant HTTP error code from the message.

For Example:
Error message display when user trying to get the non existing image:
$ glance image-show f433471a-53a8-4d31-bf8f-f0b6b594dfc
Error message:
404 Not Found: No image found with ID f433471a-53a8-4d31-bf8f-f0b6b594dfc (HTTP 404)

After this fix:
HTTP 404 Not Found: No image found with ID f433471a-53a8-4d31-bf8f-f0b6b594dfc

Closes-Bug: #1598714
Change-Id: I33971a2a16416c8538158299325471c2a69dbb3e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently user get redundant HTTP error code in error message.
Removed redundant HTTP error code from the message.

For Example:
Error message display when user trying to get the non existing image:
$ glance image-show f433471a-53a8-4d31-bf8f-f0b6b594dfc
Error message:
404 Not Found: No image found with ID f433471a-53a8-4d31-bf8f-f0b6b594dfc (HTTP 404)

After this fix:
HTTP 404 Not Found: No image found with ID f433471a-53a8-4d31-bf8f-f0b6b594dfc

Closes-Bug: #1598714
Change-Id: I33971a2a16416c8538158299325471c2a69dbb3e
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Update min tox version to 2.0"</title>
<updated>2019-03-04T16:07:22+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2019-03-04T16:07:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=efc9704bc6f9698ee55a5c40c5254a6355100699'/>
<id>efc9704bc6f9698ee55a5c40c5254a6355100699</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update min tox version to 2.0</title>
<updated>2019-03-04T13:02:59+00:00</updated>
<author>
<name>huang.zhiping</name>
<email>huang.zhiping@99cloud.net</email>
</author>
<published>2018-10-21T02:11:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=e3f4858094b423b3926d458021662b9a2f347879'/>
<id>e3f4858094b423b3926d458021662b9a2f347879</id>
<content type='text'>
The commands used by constraints need at least tox 2.0.  Update to
reflect reality, which should help with local running of constraints
targets.

Change-Id: Ic477c7af3687535d54d779cce071f3eb1fb5490c
Closes-Bug:  #1801676
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The commands used by constraints need at least tox 2.0.  Update to
reflect reality, which should help with local running of constraints
targets.

Change-Id: Ic477c7af3687535d54d779cce071f3eb1fb5490c
Closes-Bug:  #1801676
</pre>
</div>
</content>
</entry>
<entry>
<title>Update irrelevant-files for dsvm-functional tests</title>
<updated>2019-02-28T20:39:05+00:00</updated>
<author>
<name>Brian Rosmaita</name>
<email>rosmaita.fossdev@gmail.com</email>
</author>
<published>2019-02-28T19:01:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=fab575d987170dd7544d4561b285e8a80d8e7774'/>
<id>fab575d987170dd7544d4561b285e8a80d8e7774</id>
<content type='text'>
Update the irrelevant files so the expensive dsvm-functional
test jobs are not run for documentation, release note, or other
minor non-code changes.

Change-Id: Ifbac5e891131b3f66d9332a33d818437fa67c0cc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the irrelevant files so the expensive dsvm-functional
test jobs are not run for documentation, release note, or other
minor non-code changes.

Change-Id: Ifbac5e891131b3f66d9332a33d818437fa67c0cc
</pre>
</div>
</content>
</entry>
<entry>
<title>add python 3.7 unit test job</title>
<updated>2019-02-15T03:40:49+00:00</updated>
<author>
<name>Corey Bryant</name>
<email>corey.bryant@canonical.com</email>
</author>
<published>2019-02-15T03:40:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=332cc181696e7f7c685a8a5b52df01f089b4715b'/>
<id>332cc181696e7f7c685a8a5b52df01f089b4715b</id>
<content type='text'>
This is a mechanically generated patch to add a unit test job running
under Python 3.7.

See ML discussion here [1] for context.

[1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html

Change-Id: I4f764b17155bc6cbaf9f03bd9f295de178ed0272
Story: #2004073
Task: #27415
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a mechanically generated patch to add a unit test job running
under Python 3.7.

See ML discussion here [1] for context.

[1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html

Change-Id: I4f764b17155bc6cbaf9f03bd9f295de178ed0272
Story: #2004073
Task: #27415
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add Python 3.6 classifier to setup.cfg"</title>
<updated>2019-02-14T19:25:50+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2019-02-14T19:25:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=31f7708b940bf4567224169adfbe8a51d983c0b4'/>
<id>31f7708b940bf4567224169adfbe8a51d983c0b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
