<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ceilometerclient.git/ceilometerclient, branch stable/mitaka</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 "Decouple ceilometerclient without aodh services running" into stable/mitaka</title>
<updated>2016-03-11T21:12:06+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-03-11T21:12:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=c0b51c452924d899c33e0dd359b18a3a63885e39'/>
<id>c0b51c452924d899c33e0dd359b18a3a63885e39</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" into stable/mitaka</title>
<updated>2016-03-11T21:11:59+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-03-11T21:11:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=3f5ed4579f4cbc0dec9db843b51078ca25a8d1c6'/>
<id>3f5ed4579f4cbc0dec9db843b51078ca25a8d1c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Decouple ceilometerclient without aodh services running</title>
<updated>2016-03-11T17:40:29+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=5a56d6eb8fef918f227aaa42d1e5b2ad2972d00e'/>
<id>5a56d6eb8fef918f227aaa42d1e5b2ad2972d00e</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
(cherry picked from commit 78869fbccaffdf625fc1ec4ed3108bb7de892720)
</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
(cherry picked from commit 78869fbccaffdf625fc1ec4ed3108bb7de892720)
</pre>
</div>
</content>
</entry>
<entry>
<title>Enhances client to support unique meter retrieval</title>
<updated>2016-03-11T17:39:20+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=cb98c6d05fadb4f9df202235a9d8582f5ed40339'/>
<id>cb98c6d05fadb4f9df202235a9d8582f5ed40339</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
(cherry picked from commit c45000c7594ad6fbfabf44c0615dce3021f43605)
</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
(cherry picked from commit c45000c7594ad6fbfabf44c0615dce3021f43605)
</pre>
</div>
</content>
</entry>
<entry>
<title>make aggregation-method argument as a mandatory field</title>
<updated>2016-03-11T17:39:00+00:00</updated>
<author>
<name>xialinjuan</name>
<email>ljxiash@cn.ibm.com</email>
</author>
<published>2016-01-22T13:41:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=8bbea95f32b8073b9108b54eb80e24e71333d0fc'/>
<id>8bbea95f32b8073b9108b54eb80e24e71333d0fc</id>
<content type='text'>
When create the gnocchi alarm, the aggregation-method is required.

Closes-Bug: #1531602
Change-Id: I65b5038053d69dc727639fbfeaa5a23108845083
(cherry picked from commit 63d629f423441ac7d3435370e6108897f23f3486)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When create the gnocchi alarm, the aggregation-method is required.

Closes-Bug: #1531602
Change-Id: I65b5038053d69dc727639fbfeaa5a23108845083
(cherry picked from commit 63d629f423441ac7d3435370e6108897f23f3486)
</pre>
</div>
</content>
</entry>
<entry>
<title>drop oslo-incubator modules: cliutils and uuidutils</title>
<updated>2016-01-19T15:37:01+00:00</updated>
<author>
<name>ZhiQiang Fan</name>
<email>aji.zqfan@gmail.com</email>
</author>
<published>2016-01-19T15:33:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=242a429f0d5c3922b6c46e74267cb738de9aa119'/>
<id>242a429f0d5c3922b6c46e74267cb738de9aa119</id>
<content type='text'>
* uuidutils has been ported to oslo.utils.uuidutils, so use the new one.
* port cliutils to ceilometerclient.common.utils

Change-Id: Ic5d3be140957510ed5d01f25552f2713845c4fdc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* uuidutils has been ported to oslo.utils.uuidutils, so use the new one.
* port cliutils to ceilometerclient.common.utils

Change-Id: Ic5d3be140957510ed5d01f25552f2713845c4fdc
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix to disable meter-links from CLI"</title>
<updated>2016-01-19T00:03:21+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-01-19T00:03:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=500e6129aee983cacaacbd48d0a706323e54bc71'/>
<id>500e6129aee983cacaacbd48d0a706323e54bc71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "fix project_id and user_id fields not set when create gnocchi alarm"</title>
<updated>2016-01-18T19:40:37+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-01-18T19:40:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=5b37a18b9c43e22e5116879aeceee808bf435422'/>
<id>5b37a18b9c43e22e5116879aeceee808bf435422</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unused code</title>
<updated>2016-01-18T19:45:25+00:00</updated>
<author>
<name>ZhiQiang Fan</name>
<email>aji.zqfan@gmail.com</email>
</author>
<published>2016-01-18T19:45:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=2b51a648a12e362104df735f1d065ca19e69c661'/>
<id>2b51a648a12e362104df735f1d065ca19e69c661</id>
<content type='text'>
Change-Id: Ie2c764b4f0f1f55a580937e2dcfa3977e87efd47
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie2c764b4f0f1f55a580937e2dcfa3977e87efd47
</pre>
</div>
</content>
</entry>
<entry>
<title>fix project_id and user_id fields not set when create gnocchi alarm</title>
<updated>2016-01-17T15:18:40+00:00</updated>
<author>
<name>xialinjuan</name>
<email>ljxiash@cn.ibm.com</email>
</author>
<published>2016-01-06T01:47:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=52c098841577e9eb51fed75ce28da3027aa87e4f'/>
<id>52c098841577e9eb51fed75ce28da3027aa87e4f</id>
<content type='text'>
When using command alarm-gnocchi-* the project_id and user_id are not
set. The patch fix it and add related tests:

1.ceilometer gnocchi alarm create/update test cases
2.check gnocchi alarm create/update command args test cases
3.check update alarm without alarm-id
4.check shadowed args are restored

Closes-Bug: #1506509
Change-Id: If6a8cfd9bc52b3eeff99dfcfdee2f4da7220674b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using command alarm-gnocchi-* the project_id and user_id are not
set. The patch fix it and add related tests:

1.ceilometer gnocchi alarm create/update test cases
2.check gnocchi alarm create/update command args test cases
3.check update alarm without alarm-id
4.check shadowed args are restored

Closes-Bug: #1506509
Change-Id: If6a8cfd9bc52b3eeff99dfcfdee2f4da7220674b
</pre>
</div>
</content>
</entry>
</feed>
