<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ceilometerclient.git/ceilometerclient/common/http.py, branch 1.0.10</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>py3kcompat: remove in python-ceilometerclient</title>
<updated>2014-02-21T07:22:53+00:00</updated>
<author>
<name>Jia Dong</name>
<email>jiadong.jia@huawei.com</email>
</author>
<published>2014-02-14T07:04:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=f75c253650a8a36005c325eb5fdce7c7f6a3eceb'/>
<id>f75c253650a8a36005c325eb5fdce7c7f6a3eceb</id>
<content type='text'>
Everything is already in six&gt;=1.4.0 and we already depend on such a
version. There's no reason to keep this file. So remove py3kcompat
from python-ceilometerclient.

Change-Id: Ide6876e7a60377cb3843816d1d9ab2c589bc8f1b
Closes-Bug: #1280033
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Everything is already in six&gt;=1.4.0 and we already depend on such a
version. There's no reason to keep this file. So remove py3kcompat
from python-ceilometerclient.

Change-Id: Ide6876e7a60377cb3843816d1d9ab2c589bc8f1b
Closes-Bug: #1280033
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure url sent to proxy don't have redundant /</title>
<updated>2014-02-13T09:51:19+00:00</updated>
<author>
<name>Mehdi Abaakouk</name>
<email>mehdi.abaakouk@enovance.com</email>
</author>
<published>2014-01-31T16:16:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=85c80f0fc5f02ed406d662ddb390d71bd32ee34e'/>
<id>85c80f0fc5f02ed406d662ddb390d71bd32ee34e</id>
<content type='text'>
When a proxy is set, the url requested to the proxy have a double // after
the domain, but for ceilometer this kind of url is not valid.

So, this patch ensures the url have only one /

Closes-bug: #1274981

Change-Id: Id6fc5cf7ab7a3866bc23af7102785a9cede593fe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a proxy is set, the url requested to the proxy have a double // after
the domain, but for ceilometer this kind of url is not valid.

So, this patch ensures the url have only one /

Closes-bug: #1274981

Change-Id: Id6fc5cf7ab7a3866bc23af7102785a9cede593fe
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the ceilometerlient log curl request incorrectly</title>
<updated>2013-12-20T02:58:49+00:00</updated>
<author>
<name>ls1175</name>
<email>liusheng@huawei.com</email>
</author>
<published>2013-12-20T02:40:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=994ceae9a90c9fd87f3dc400b83df82503c5c5a7'/>
<id>994ceae9a90c9fd87f3dc400b83df82503c5c5a7</id>
<content type='text'>
Have installed ceilometer on Ubuntu 12.04 (LTS) and added the keystone endpoint
with the url (publicurl,internalurl and
adminurl)like:http://192.168.83.7:8777/refer to the "OpenStack
Installation Guide for Ubuntu 12.04 (LTS)". When using  "ceilometer
--debug meter-list",the ceilometerclient log
request url with a double slash after 8777.

Change-Id: I467704b1fe1d38fe0f0e928bd6f6efe3d8925845
Closes-bug: #1262498
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Have installed ceilometer on Ubuntu 12.04 (LTS) and added the keystone endpoint
with the url (publicurl,internalurl and
adminurl)like:http://192.168.83.7:8777/refer to the "OpenStack
Installation Guide for Ubuntu 12.04 (LTS)". When using  "ceilometer
--debug meter-list",the ceilometerclient log
request url with a double slash after 8777.

Change-Id: I467704b1fe1d38fe0f0e928bd6f6efe3d8925845
Closes-bug: #1262498
</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>Merge "Add HTTP proxy support to ceilometer client"</title>
<updated>2013-12-02T14:57:51+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-12-02T14:57:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=35e20cbfb27b7df86a88ca6f106ee4d690fb2679'/>
<id>35e20cbfb27b7df86a88ca6f106ee4d690fb2679</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add HTTP proxy support to ceilometer client</title>
<updated>2013-11-28T16:11:01+00:00</updated>
<author>
<name>Ilya Tyaptin</name>
<email>ityaptin@mirantis.com</email>
</author>
<published>2013-11-22T09:53:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=a587581e02d6f0c77cf1f38d1948d7fdb1424405'/>
<id>a587581e02d6f0c77cf1f38d1948d7fdb1424405</id>
<content type='text'>
There is a need for HTTP Proxy support in Ceilometer client
It's used in the case when Ceilometer API is not directly available
Proxy url is taken from environment variables http_proxy or https_proxy

Implements: blueprint proxy-support

Change-Id: I839d704a7fa16521292205166d7cbea56497842b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is a need for HTTP Proxy support in Ceilometer client
It's used in the case when Ceilometer API is not directly available
Proxy url is taken from environment variables http_proxy or https_proxy

Implements: blueprint proxy-support

Change-Id: I839d704a7fa16521292205166d7cbea56497842b
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable pep8 E711/E712/E721/H302 checking</title>
<updated>2013-11-22T03:03:50+00:00</updated>
<author>
<name>Lianhao Lu</name>
<email>lianhao.lu@intel.com</email>
</author>
<published>2013-11-22T02:57:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=640d6f4ff4d38704ea5f43f3196910ffff4e6c51'/>
<id>640d6f4ff4d38704ea5f43f3196910ffff4e6c51</id>
<content type='text'>
Change-Id: I229f1c15b46284fae94d4c786765baa18da0055f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I229f1c15b46284fae94d4c786765baa18da0055f
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cacert argument to HTTPS connection</title>
<updated>2013-10-24T08:00:35+00:00</updated>
<author>
<name>Kieran Spear</name>
<email>kispear@gmail.com</email>
</author>
<published>2013-10-24T07:50:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=e337ae3f639d506a40538d6540ca5cdc4da9db61'/>
<id>e337ae3f639d506a40538d6540ca5cdc4da9db61</id>
<content type='text'>
This fixes a typo that broke the client for HTTPS URLs.

Added a basic test to cover this case.
Coverage is very low in common/http.py.

Change-Id: Ic440f20f463c3b8558a7639f1015096a01496cf8
Closes-bug: 1244091
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a typo that broke the client for HTTPS URLs.

Added a basic test to cover this case.
Coverage is very low in common/http.py.

Change-Id: Ic440f20f463c3b8558a7639f1015096a01496cf8
Closes-bug: 1244091
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix module importing issues for Python 3</title>
<updated>2013-10-14T09:19:38+00:00</updated>
<author>
<name>Kui Shi</name>
<email>skuicloud@gmail.com</email>
</author>
<published>2013-10-14T08:53:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=c6ca94982d30bdb7d8227150578271e9492ad36e'/>
<id>c6ca94982d30bdb7d8227150578271e9492ad36e</id>
<content type='text'>
Copy py3kcompat from oslo for urlparse
Substitute StringIO / httplib with six

Partial Implement: blueprint py33-support

Change-Id: Ic8da2ca53b4217ef13f15be094437f1f4e643001
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copy py3kcompat from oslo for urlparse
Substitute StringIO / httplib with six

Partial Implement: blueprint py33-support

Change-Id: Ic8da2ca53b4217ef13f15be094437f1f4e643001
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support to --os-cacert</title>
<updated>2013-10-01T06:34:04+00:00</updated>
<author>
<name>Stefano Zilli</name>
<email>stefano.zilli@cern.ch</email>
</author>
<published>2013-09-13T07:08:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=544e6217e58a9eaee67e98f27cb9385ee412ba79'/>
<id>544e6217e58a9eaee67e98f27cb9385ee412ba79</id>
<content type='text'>
Closes-Bug: #1224343

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

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