<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ceilometerclient.git/ceilometerclient/v2, branch 2.6.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>[trivial] add a blank character</title>
<updated>2016-08-04T03:17:33+00:00</updated>
<author>
<name>zhangguoqing</name>
<email>zhang.guoqing@99cloud.net</email>
</author>
<published>2016-08-04T03:14:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=45d475dfe2de8af2eedb22bfd18b955749933248'/>
<id>45d475dfe2de8af2eedb22bfd18b955749933248</id>
<content type='text'>
In ceilometer help event-list, the line
"integer, floator datetime." should be "integer, float or datetime."

Change-Id: Ib8976b5e580e2a95a4e04d7d95c815011127749c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In ceilometer help event-list, the line
"integer, floator datetime." should be "integer, float or datetime."

Change-Id: Ib8976b5e580e2a95a4e04d7d95c815011127749c
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to keystoneauth</title>
<updated>2016-06-01T12:24:03+00:00</updated>
<author>
<name>Clenimar Filemon</name>
<email>clenimar.filemon@gmail.com</email>
</author>
<published>2016-05-31T19:02:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=39ee8fbc087011602bcb37daa877e3dd2926a0a2'/>
<id>39ee8fbc087011602bcb37daa877e3dd2926a0a2</id>
<content type='text'>
keystoneclient.auth is deprecated in favour of keystoneauth. This patch
updates Ceilometerclient accordingly.

Change-Id: Id4b14cbccfabfeaa5322f7ae5702261d0ed9cca2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
keystoneclient.auth is deprecated in favour of keystoneauth. This patch
updates Ceilometerclient accordingly.

Change-Id: Id4b14cbccfabfeaa5322f7ae5702261d0ed9cca2
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to hacking 0.11.0</title>
<updated>2016-05-12T21:32:06+00:00</updated>
<author>
<name>ZhiQiang Fan</name>
<email>aji.zqfan@gmail.com</email>
</author>
<published>2016-05-12T21:22:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=53ca79e8f7c5f456238427d6130525191a28e85f'/>
<id>53ca79e8f7c5f456238427d6130525191a28e85f</id>
<content type='text'>
Change-Id: I858a418fa5202ec4fc0fc17f462b983f7864bcac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I858a418fa5202ec4fc0fc17f462b983f7864bcac
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "remove default value of repeat-actions"</title>
<updated>2016-03-14T10:50:12+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-03-14T10:50:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=844bf19be0309e0e741d67f9bf33e20426697abe'/>
<id>844bf19be0309e0e741d67f9bf33e20426697abe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove default value of repeat-actions</title>
<updated>2016-03-10T13:43:09+00:00</updated>
<author>
<name>ZhiQiang Fan</name>
<email>aji.zqfan@gmail.com</email>
</author>
<published>2016-03-07T17:43:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=c8ff0e7f9672298859298960084721ee520fa060'/>
<id>c8ff0e7f9672298859298960084721ee520fa060</id>
<content type='text'>
I94468ff649dd4367848c74e94a3feb08494bb223 fixes problem that ceilometeclient
incorrectly reset repeat-actions when update any attribute.

I53f3af447a8f814388985f6e4ab57a8ffec18a2a reverts most of the above change,
which leading to bug 1539092. Because repeat-actions has default value False,
no matter we set it or not, it will replace this bit when we get alarm from API.

The unit test doesn't cover such case, so this change still succeeds in CI test.

We don't need to revert it again, because the redundant code for create and update
is not needed, repeat-actions has default value (False) in API side, so the proper
way is simply removing the default value in CLI side.

Change-Id: I39c28294db3e55141bb8a2024a6ddfdf8acf5e0d
Closes-Bug: #1539092
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I94468ff649dd4367848c74e94a3feb08494bb223 fixes problem that ceilometeclient
incorrectly reset repeat-actions when update any attribute.

I53f3af447a8f814388985f6e4ab57a8ffec18a2a reverts most of the above change,
which leading to bug 1539092. Because repeat-actions has default value False,
no matter we set it or not, it will replace this bit when we get alarm from API.

The unit test doesn't cover such case, so this change still succeeds in CI test.

We don't need to revert it again, because the redundant code for create and update
is not needed, repeat-actions has default value (False) in API side, so the proper
way is simply removing the default value in CLI side.

Change-Id: I39c28294db3e55141bb8a2024a6ddfdf8acf5e0d
Closes-Bug: #1539092
</pre>
</div>
</content>
</entry>
<entry>
<title>Decouple ceilometerclient without aodh services running</title>
<updated>2016-03-08T01:52:36+00:00</updated>
<author>
<name>liusheng</name>
<email>liusheng@huawei.com</email>
</author>
<published>2016-03-08T01:41:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=78869fbccaffdf625fc1ec4ed3108bb7de892720'/>
<id>78869fbccaffdf625fc1ec4ed3108bb7de892720</id>
<content type='text'>
Currently, the ceilometerclient will be broken if aodh services not
running, it will be worse if users don't want alarming service and they
must start the aodh services.

Change-Id: Idf7468f28cee001262b67b6e110357ffc971535a
Closes-Bug: #1550095
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, the ceilometerclient will be broken if aodh services not
running, it will be worse if users don't want alarming service and they
must start the aodh services.

Change-Id: Idf7468f28cee001262b67b6e110357ffc971535a
Closes-Bug: #1550095
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "make aggregation-method argument as a mandatory field"</title>
<updated>2016-02-24T16:09:37+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-02-24T16:09:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=f28adc7a83288b06ce076a8fdfa274f55718b1f2'/>
<id>f28adc7a83288b06ce076a8fdfa274f55718b1f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Enhances client to support unique meter retrieval"</title>
<updated>2016-02-09T10:05:28+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-02-09T10:05:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=75aa9a6ed495b6969df8b0c99c0770c7f4e7f159'/>
<id>75aa9a6ed495b6969df8b0c99c0770c7f4e7f159</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enhances client to support unique meter retrieval</title>
<updated>2016-02-06T07:11:37+00:00</updated>
<author>
<name>Rohit Jaiswal</name>
<email>rohit.jaiswal@hp.com</email>
</author>
<published>2016-01-26T16:36:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=c45000c7594ad6fbfabf44c0615dce3021f43605'/>
<id>c45000c7594ad6fbfabf44c0615dce3021f43605</id>
<content type='text'>
meter list API is enhanced to support a unique param
If specified as True, it returns a unique list of
meters.

This patch enhances the ceilometer-client to support
the unique argument in the shell and the client bindings.

DocImpact
Closes-Bug: #1506959

Change-Id: I011ca725c25e1cdbe9891c3719f13f5cd34142ea
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
meter list API is enhanced to support a unique param
If specified as True, it returns a unique list of
meters.

This patch enhances the ceilometer-client to support
the unique argument in the shell and the client bindings.

DocImpact
Closes-Bug: #1506959

Change-Id: I011ca725c25e1cdbe9891c3719f13f5cd34142ea
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing a word spelling</title>
<updated>2016-02-05T06:58:45+00:00</updated>
<author>
<name>sanjana</name>
<email>sanjana@hitachi.co.in</email>
</author>
<published>2016-02-05T06:44:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=95dd8a107fe5a7ed94433915e0615d6d21b07973'/>
<id>95dd8a107fe5a7ed94433915e0615d6d21b07973</id>
<content type='text'>
TRIVIAL-FIX: correct the word used in the comment

Change-Id: I060a63a1363b0d73dc9a089bcdf1f50d79cc943c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TRIVIAL-FIX: correct the word used in the comment

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