<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ceilometerclient.git/ceilometerclient, branch 2.2.0</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 "Don't copy the auth_plugin for aodh"</title>
<updated>2016-01-12T11:01:03+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-01-12T11:01:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=25517d0226e69bbabf9679c80445746a5cab846d'/>
<id>25517d0226e69bbabf9679c80445746a5cab846d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Restructuring a comment in Python-Ceilometerclient"</title>
<updated>2016-01-11T22:13:50+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-01-11T22:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=d3a048311ac7ac7986a6b1478c5b399e1727a7bb'/>
<id>d3a048311ac7ac7986a6b1478c5b399e1727a7bb</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 py24 compatible code"</title>
<updated>2016-01-07T22:23:34+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-01-07T22:23:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=54c2e853d23f3e5ea6b90133f63a1bbd8ed7c206'/>
<id>54c2e853d23f3e5ea6b90133f63a1bbd8ed7c206</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove py24 compatible code</title>
<updated>2016-01-08T01:40:36+00:00</updated>
<author>
<name>ZhiQiang Fan</name>
<email>aji.zqfan@gmail.com</email>
</author>
<published>2016-01-08T01:40:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=d2feb8871b843f13333bfbe862f7e303a7819a0b'/>
<id>d2feb8871b843f13333bfbe862f7e303a7819a0b</id>
<content type='text'>
Change-Id: If62986b3ba913776ee6b9328a10e358e0e14e7cd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If62986b3ba913776ee6b9328a10e358e0e14e7cd
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Improve ceilometer alarm enabled input parameter validation"</title>
<updated>2016-01-07T18:42:00+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-01-07T18:42:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=b3a3d020b9ee9e3b3c8854a0d986a22b20895863'/>
<id>b3a3d020b9ee9e3b3c8854a0d986a22b20895863</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't copy the auth_plugin for aodh</title>
<updated>2016-01-07T15:30:14+00:00</updated>
<author>
<name>Mehdi Abaakouk</name>
<email>sileht@redhat.com</email>
</author>
<published>2016-01-06T08:44:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=71cb6b3d0ee1f393c2bafee13aa2f013cc82f77d'/>
<id>71cb6b3d0ee1f393c2bafee13aa2f013cc82f77d</id>
<content type='text'>
We must not copy a keystone session object or auth_plugin object.

This change simplifies the aodh redirection code by:
* sharing the keystone session object between aodh and ceilometer client
* creating a new AuthPlugin() for the aodh client instead of copying the ceilometer one
  and then change its content.

Closes-bug: #1531452

Change-Id: I2b2195e32c5dd74136237f7166c9c0d325434611
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We must not copy a keystone session object or auth_plugin object.

This change simplifies the aodh redirection code by:
* sharing the keystone session object between aodh and ceilometer client
* creating a new AuthPlugin() for the aodh client instead of copying the ceilometer one
  and then change its content.

Closes-bug: #1531452

Change-Id: I2b2195e32c5dd74136237f7166c9c0d325434611
</pre>
</div>
</content>
</entry>
<entry>
<title>Use assertTrue/False instead of assertEqual(T/F)</title>
<updated>2016-01-07T07:08:00+00:00</updated>
<author>
<name>Swapnil Kulkarni (coolsvap)</name>
<email>me@coolsvap.net</email>
</author>
<published>2016-01-07T07:07:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=c4abadfee8de8f64f91e4579b0f58fc7b4943462'/>
<id>c4abadfee8de8f64f91e4579b0f58fc7b4943462</id>
<content type='text'>
The usage of assertEqual(True/False, ***) should be changed
to a meaningful format of assertTrue/False(***).

Change-Id: Iabf8d017b47025309f186afb5e30b8ad990c2448
Closes-Bug:#1512207
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The usage of assertEqual(True/False, ***) should be changed
to a meaningful format of assertTrue/False(***).

Change-Id: Iabf8d017b47025309f186afb5e30b8ad990c2448
Closes-Bug:#1512207
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve ceilometer alarm enabled input parameter validation</title>
<updated>2016-01-05T07:29:23+00:00</updated>
<author>
<name>april</name>
<email>xiaolixu@cn.ibm.com</email>
</author>
<published>2016-01-05T10:01:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=7992c24da4b2a2fff81b02dcf0512d62befe8a17'/>
<id>7992c24da4b2a2fff81b02dcf0512d62befe8a17</id>
<content type='text'>
strict the input parameter of enabled in the command :
ceilometer alarm-threshold-update &lt;alarm-id&gt; --enabled {True|False}

This commit will improve the enabled value validation, if the input
value is invalid such as "abde" "enabled", error info will be returned.

Closes-Bug: #1531042
Change-Id: Ic553bc9ffa05a84575fc5626416c79fc84687bbe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
strict the input parameter of enabled in the command :
ceilometer alarm-threshold-update &lt;alarm-id&gt; --enabled {True|False}

This commit will improve the enabled value validation, if the input
value is invalid such as "abde" "enabled", error info will be returned.

Closes-Bug: #1531042
Change-Id: Ic553bc9ffa05a84575fc5626416c79fc84687bbe
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace assertEqual(None, *) with assertIsNone in tests</title>
<updated>2015-12-17T13:06:01+00:00</updated>
<author>
<name>Shuquan Huang</name>
<email>huang.shuquan@99cloud.net</email>
</author>
<published>2015-12-17T13:06:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=a63f15272c61d5b3ab54d00da1209e4d6bf6bcad'/>
<id>a63f15272c61d5b3ab54d00da1209e4d6bf6bcad</id>
<content type='text'>
Replace assertEqual(None, *) with assertIsNone in tests to have
more clear messages in case of failure.

Change-Id: I36db8bdcb67b8cc0a3bf1f063b4a7b42955b100b
Closes-bug: #1280522
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace assertEqual(None, *) with assertIsNone in tests to have
more clear messages in case of failure.

Change-Id: I36db8bdcb67b8cc0a3bf1f063b4a7b42955b100b
Closes-bug: #1280522
</pre>
</div>
</content>
</entry>
<entry>
<title>Restructuring a comment in Python-Ceilometerclient</title>
<updated>2015-12-14T08:44:56+00:00</updated>
<author>
<name>Sanjana Pai</name>
<email>sanjana@hitachi.co.in</email>
</author>
<published>2015-12-09T06:33:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=2af229206d3232b59fd52a72680614c0c4b4bb2f'/>
<id>2af229206d3232b59fd52a72680614c0c4b4bb2f</id>
<content type='text'>
The comment describes the handling of HTTPNotFound exception about
alarm, but it is ambiguous, this change make it more clear.

Closes-Bug:#1523866
Change-Id: Id7be71dcda6693875222435e10cba929e7c81e56
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The comment describes the handling of HTTPNotFound exception about
alarm, but it is ambiguous, this change make it more clear.

Closes-Bug:#1523866
Change-Id: Id7be71dcda6693875222435e10cba929e7c81e56
</pre>
</div>
</content>
</entry>
</feed>
