<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ceilometerclient.git/ceilometerclient/common, branch 1.0.8</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 "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>Ceilometer UnicodeEncodeError when update or show alarm fix</title>
<updated>2013-10-30T08:49:27+00:00</updated>
<author>
<name>ChenZheng</name>
<email>czheng@cn.ibm.com</email>
</author>
<published>2013-10-29T09:02:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=067b76d9a821c3acb60d93787396d25b729a7421'/>
<id>067b76d9a821c3acb60d93787396d25b729a7421</id>
<content type='text'>
Fix display bug in
ceilometer alarm-update
ceilometer alarm-show
when encounter a alarm with not unicode attributes.

Change-Id: I0af0f1d6b8393c7117eb5b56fba3d5e1f4935ff1
Closes-bug: #1245317
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix display bug in
ceilometer alarm-update
ceilometer alarm-show
when encounter a alarm with not unicode attributes.

Change-Id: I0af0f1d6b8393c7117eb5b56fba3d5e1f4935ff1
Closes-bug: #1245317
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix order of sample list</title>
<updated>2013-10-28T00:08:40+00:00</updated>
<author>
<name>fujioka yuuichi</name>
<email>fujioka-yuuichi@zx.mxh.nes.nec.co.jp</email>
</author>
<published>2013-10-28T00:05:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=1b0f94f20580a55bea52ba468bdeeca3dd4552bd'/>
<id>1b0f94f20580a55bea52ba468bdeeca3dd4552bd</id>
<content type='text'>
Samples of "ceilometer sample-list" are sorted by Resource ID and
Volume.
Expected order is Timestamp.

This pache fixes this problem.

Change-Id: I338014e5868b2176a3afd549e13d0dd6118b3ac1
Closes-Bug: #1227495
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Samples of "ceilometer sample-list" are sorted by Resource ID and
Volume.
Expected order is Timestamp.

This pache fixes this problem.

Change-Id: I338014e5868b2176a3afd549e13d0dd6118b3ac1
Closes-Bug: #1227495
</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>align the order of parameters for urlencode()</title>
<updated>2013-10-14T16:51:58+00:00</updated>
<author>
<name>Kui Shi</name>
<email>skuicloud@gmail.com</email>
</author>
<published>2013-10-14T16:35:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=c58320a4eaa6743e59b31ec90f9f4f38cb9e3b3c'/>
<id>c58320a4eaa6743e59b31ec90f9f4f38cb9e3b3c</id>
<content type='text'>
In Python 3.3, hash randomization is enabled by default. It causes the
iteration order of dicts and sets to be unpredictable and differ
across Python runs.

In the test case, the fixed expecting string will not match the test
result, it is relying on the dict order.

This change transforms the input dict to a sequence of two-element list,
with fixed order, and update the related expecitng string / fixture
in test cases.

Partial Implement: blueprint py33-support

Change-Id: I6dccde9e584be8335a6375f5fbad5c5cbd7b9b6d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Python 3.3, hash randomization is enabled by default. It causes the
iteration order of dicts and sets to be unpredictable and differ
across Python runs.

In the test case, the fixed expecting string will not match the test
result, it is relying on the dict order.

This change transforms the input dict to a sequence of two-element list,
with fixed order, and update the related expecitng string / fixture
in test cases.

Partial Implement: blueprint py33-support

Change-Id: I6dccde9e584be8335a6375f5fbad5c5cbd7b9b6d
</pre>
</div>
</content>
</entry>
<entry>
<title>replace basetring/xrange</title>
<updated>2013-10-14T09:56:11+00:00</updated>
<author>
<name>Kui Shi</name>
<email>skuicloud@gmail.com</email>
</author>
<published>2013-10-14T09:56:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=253569d0700839e277809f3f0ee8c662dedfdbea'/>
<id>253569d0700839e277809f3f0ee8c662dedfdbea</id>
<content type='text'>
basetring --&gt; six.string_types
xrange --&gt; six.moves.xrange

Partial Implement: blueprint py33-support

Change-Id: Iedc2cd66ec65c0e4685e56a3bfbf8e9d38fd0072
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
basetring --&gt; six.string_types
xrange --&gt; six.moves.xrange

Partial Implement: blueprint py33-support

Change-Id: Iedc2cd66ec65c0e4685e56a3bfbf8e9d38fd0072
</pre>
</div>
</content>
</entry>
<entry>
<title>replace dict.keys() with list(dict)</title>
<updated>2013-10-14T09:33:23+00:00</updated>
<author>
<name>Kui Shi</name>
<email>skuicloud@gmail.com</email>
</author>
<published>2013-10-14T09:06:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=309cacd9c001b176f01268a8db7d16d9f8a44d8e'/>
<id>309cacd9c001b176f01268a8db7d16d9f8a44d8e</id>
<content type='text'>
Partial Implement: blueprint py33-support

Change-Id: I774e5a25d25ef19ffc217910987f2c9b68d13cd3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Partial Implement: blueprint py33-support

Change-Id: I774e5a25d25ef19ffc217910987f2c9b68d13cd3
</pre>
</div>
</content>
</entry>
<entry>
<title>Use six.iteritems() for dict</title>
<updated>2013-10-14T09:25:58+00:00</updated>
<author>
<name>Kui Shi</name>
<email>skuicloud@gmail.com</email>
</author>
<published>2013-10-14T08:57:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=38e1ee4632e955e3b8d3643b9d842675c6d15437'/>
<id>38e1ee4632e955e3b8d3643b9d842675c6d15437</id>
<content type='text'>
Fix the error:
AttributeError: 'dict' object has no attribute 'iteritems'

Partial Implement: blueprint py33-support

Change-Id: I5dff17d1df01d6583f882f818434804d65726c51
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the error:
AttributeError: 'dict' object has no attribute 'iteritems'

Partial Implement: blueprint py33-support

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