<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ceilometerclient.git/ceilometerclient/v2/shell.py, branch 2.9.1</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>Deprecate alarms commands</title>
<updated>2016-09-08T14:47:59+00:00</updated>
<author>
<name>Julien Danjou</name>
<email>julien@danjou.info</email>
</author>
<published>2016-09-07T07:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=571932525b0579a95c5a6816184947d6b9e1acd1'/>
<id>571932525b0579a95c5a6816184947d6b9e1acd1</id>
<content type='text'>
Users should switch to aodhclient

Change-Id: Icb02052ef7a6c61e32747a94f2559bc0e786bda1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Users should switch to aodhclient

Change-Id: Icb02052ef7a6c61e32747a94f2559bc0e786bda1
</pre>
</div>
</content>
</entry>
<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>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>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>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>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>make aggregation-method argument as a mandatory field</title>
<updated>2016-01-22T13:44:59+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=63d629f423441ac7d3435370e6108897f23f3486'/>
<id>63d629f423441ac7d3435370e6108897f23f3486</id>
<content type='text'>
When create the gnocchi alarm, the aggregation-method is required.

Closes-Bug: #1531602
Change-Id: I65b5038053d69dc727639fbfeaa5a23108845083
</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
</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>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>
<entry>
<title>improve help docs for cli commands</title>
<updated>2016-01-14T12:04:49+00:00</updated>
<author>
<name>Igor Degtiarov</name>
<email>idegtiarov@mirantis.com</email>
</author>
<published>2016-01-14T12:04:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=2c0cf71a7bc16b4bff8a3d6f385e7638938a102c'/>
<id>2c0cf71a7bc16b4bff8a3d6f385e7638938a102c</id>
<content type='text'>
Adds default field into help docs for all lists cli commands.

Closes-bug: #1527271
Change-Id: I3081f273bf7b5fd512b0bbd105b3dfd1d69772b9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds default field into help docs for all lists cli commands.

Closes-bug: #1527271
Change-Id: I3081f273bf7b5fd512b0bbd105b3dfd1d69772b9
</pre>
</div>
</content>
</entry>
</feed>
