<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ceilometerclient.git/ceilometerclient/exc.py, branch kilo-eol</title>
<subtitle>opendev.org: openstack/python-ceilometerclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/'/>
<entry>
<title>Merge "fixed several pep8 issues"</title>
<updated>2014-05-29T05:46:54+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-05-29T05:46:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=d55038ceafdd49ac60ba1e115c331583b430f1ee'/>
<id>d55038ceafdd49ac60ba1e115c331583b430f1ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed several pep8 issues</title>
<updated>2014-05-16T17:20:46+00:00</updated>
<author>
<name>Christian Berendt</name>
<email>berendt@b1-systems.de</email>
</author>
<published>2014-05-13T20:56:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=0f834438227b483e1dd214575df0a8c0bf5e90ad'/>
<id>0f834438227b483e1dd214575df0a8c0bf5e90ad</id>
<content type='text'>
  * E122 continuation line missing indentation or outdented
  * E126 continuation line over-indented for hanging indent
  * E128 continuation line under-indented for visual indent
  * E265 block comment should start with '# '

Tested with pep8 version 1.5.6 (2014-04-14).

Change-Id: Iaea72c74d3678061b0ac837eb8fe8c85a883bb4a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  * E122 continuation line missing indentation or outdented
  * E126 continuation line over-indented for hanging indent
  * E128 continuation line under-indented for visual indent
  * E265 block comment should start with '# '

Tested with pep8 version 1.5.6 (2014-04-14).

Change-Id: Iaea72c74d3678061b0ac837eb8fe8c85a883bb4a
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove out-dated exceptions</title>
<updated>2014-05-16T04:14:01+00:00</updated>
<author>
<name>ZhiQiang Fan</name>
<email>zhiqiang.fan@huawei.com</email>
</author>
<published>2014-05-16T04:14:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=09ad1ed7a3109a936f0e1bc9cbc904292607d70c'/>
<id>09ad1ed7a3109a936f0e1bc9cbc904292607d70c</id>
<content type='text'>
There are some exceptions defined in exc module, which is introduced
two years ago, and it is marked as DEPRECATED in the same time. It
should be removed for now, since there are no longer used.

Change-Id: I039575f37b0e6d1c30e447b74d61b8cd0b6bbd29
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are some exceptions defined in exc module, which is introduced
two years ago, and it is marked as DEPRECATED in the same time. It
should be removed for now, since there are no longer used.

Change-Id: I039575f37b0e6d1c30e447b74d61b8cd0b6bbd29
</pre>
</div>
</content>
</entry>
<entry>
<title>Display message on HTTPException</title>
<updated>2014-04-17T09:11:48+00:00</updated>
<author>
<name>liu-sheng</name>
<email>liusheng@huawei.com</email>
</author>
<published>2014-03-26T10:28:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=317ce85f2106223f0b06e054a71e0e9b498d0b69'/>
<id>317ce85f2106223f0b06e054a71e0e9b498d0b69</id>
<content type='text'>
Display the faultstring of HTTPException if available, such as
HTTPBadRequest(400) error and HTTPNotFound(404) error.

Change-Id: I1c361ff5d02ded4af429f94fd4299d2de3798488
Closes-bug: #1297769
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Display the faultstring of HTTPException if available, such as
HTTPBadRequest(400) error and HTTPNotFound(404) error.

Change-Id: I1c361ff5d02ded4af429f94fd4299d2de3798488
Closes-bug: #1297769
</pre>
</div>
</content>
</entry>
<entry>
<title>Display message on HTTP 400</title>
<updated>2013-12-16T16:14:39+00:00</updated>
<author>
<name>Thomas Herve</name>
<email>thomas.herve@enovance.com</email>
</author>
<published>2013-12-16T16:11:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=9315374a9f384b3c56b3bfd29453c23ef3108ed4'/>
<id>9315374a9f384b3c56b3bfd29453c23ef3108ed4</id>
<content type='text'>
This patch parses the faultstring given by the server on 400 errors if
available.

Change-Id: Ieae2f0b39fed2c45f276d6c931bebfebab9f696e
Closes-Bug: bug #1260394
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch parses the faultstring given by the server on 400 errors if
available.

Change-Id: Ieae2f0b39fed2c45f276d6c931bebfebab9f696e
Closes-Bug: bug #1260394
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pep H402 and H401 errors</title>
<updated>2013-05-20T03:08:31+00:00</updated>
<author>
<name>Angus Salkeld</name>
<email>asalkeld@redhat.com</email>
</author>
<published>2013-05-20T02:52:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=ae142c0ffe0c10348ef3e6ff38bbffae5cdd6f59'/>
<id>ae142c0ffe0c10348ef3e6ff38bbffae5cdd6f59</id>
<content type='text'>
This is an effort to get the pep ignores to be closer to nova.

Change-Id: I451df579bbead00a8ff2c301c1a84e7c0a896002
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an effort to get the pep ignores to be closer to nova.

Change-Id: I451df579bbead00a8ff2c301c1a84e7c0a896002
</pre>
</div>
</content>
</entry>
<entry>
<title>Add basic functionality</title>
<updated>2012-11-09T12:31:27+00:00</updated>
<author>
<name>Angus Salkeld</name>
<email>asalkeld@redhat.com</email>
</author>
<published>2012-11-09T12:31:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=635bc921dbf0fe0c65d5ec84a6cd327e83550e40'/>
<id>635bc921dbf0fe0c65d5ec84a6cd327e83550e40</id>
<content type='text'>
Signed-off-by: Angus Salkeld &lt;asalkeld@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Angus Salkeld &lt;asalkeld@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
