<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ceilometerclient.git/ceilometerclient, branch stable/icehouse</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>sync oslo code</title>
<updated>2014-10-02T15:10:45+00:00</updated>
<author>
<name>gordon chung</name>
<email>gord@live.ca</email>
</author>
<published>2014-09-03T20:21:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=7316dd16b8850270db27c1298dcf5a2223f2f1e1'/>
<id>7316dd16b8850270db27c1298dcf5a2223f2f1e1</id>
<content type='text'>
- sync code up to Change-Id: Ie6064e73abe4b0729498a0343d50e1be35684b75
- includes fix to resolve alarm-evaluator failure
- does not include openstack/common/strutils sync as it requires
  test update

Co-Authored-By: Vaibhav Kale &lt;vaibhav_kale@persistent.co.in&gt;
Closes-Bug: #1357343
Change-Id: Ieec08520cb39c5bf2e795dfeb3e36e52c6fd2a82
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- sync code up to Change-Id: Ie6064e73abe4b0729498a0343d50e1be35684b75
- includes fix to resolve alarm-evaluator failure
- does not include openstack/common/strutils sync as it requires
  test update

Co-Authored-By: Vaibhav Kale &lt;vaibhav_kale@persistent.co.in&gt;
Closes-Bug: #1357343
Change-Id: Ieec08520cb39c5bf2e795dfeb3e36e52c6fd2a82
</pre>
</div>
</content>
</entry>
<entry>
<title>switch to oslo.utils</title>
<updated>2014-09-29T19:38:56+00:00</updated>
<author>
<name>gordon chung</name>
<email>gord@live.ca</email>
</author>
<published>2014-09-29T15:29:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=5aa2a69f36c1738d9cc24470e81651732f180859'/>
<id>5aa2a69f36c1738d9cc24470e81651732f180859</id>
<content type='text'>
oslo.utils is released and corresponding code in oslo-incubator has
been removed.

Change-Id: Ic3a13380809a8b00c979e5ac405b4084f486a31d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
oslo.utils is released and corresponding code in oslo-incubator has
been removed.

Change-Id: Ic3a13380809a8b00c979e5ac405b4084f486a31d
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix a help string nit for statistics command"</title>
<updated>2014-09-21T14:29:37+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-09-21T14:29:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=ae69fb0f975c485d14fc039ff4389439aa78e7eb'/>
<id>ae69fb0f975c485d14fc039ff4389439aa78e7eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "keystone discovery fallback support"</title>
<updated>2014-09-20T07:11:49+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-09-20T07:11:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=02f8e4eccc216fce62134e850e3142883b0dd6e6'/>
<id>02f8e4eccc216fce62134e850e3142883b0dd6e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Reduce redundant parameter of some commands in CLI"</title>
<updated>2014-09-20T00:01:45+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-09-20T00:01:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=de7affee29f0412e68f3642c7ed3e86f75a7f993'/>
<id>de7affee29f0412e68f3642c7ed3e86f75a7f993</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce redundant parameter of some commands in CLI</title>
<updated>2014-09-19T13:01:38+00:00</updated>
<author>
<name>ls1175</name>
<email>liusheng@huawei.com</email>
</author>
<published>2014-01-15T08:31:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=97e9c254e3e7113bb096be689fa9159293b3920b'/>
<id>97e9c254e3e7113bb096be689fa9159293b3920b</id>
<content type='text'>
When deleting an alarm, we use "ceilometer alarm-delete -a &lt;ALARM_ID&gt;",
unlike other deleting commands of openstack, the parameter-a/--alarm_id
is redundant. The similar situations exist in showing alarm, geting alarm
state, showing resource and so on.
It is more easy to use for reducing these parameters.

New behaviour:

$ ceilometer help alarm-show
usage: ceilometer alarm-show [&lt;ALARM_ID&gt;]

Show an alarm.

Positional arguments:
  &lt;ALARM_ID&gt;  ID of the alarm to show.

$ ceilometer alarm-show
alarm_id should not be empty

$ ceilometer alarm-show abcde
Not Found (HTTP 404)

$ ceilometer alarm-show -a abcde
-a is obsolete! See help for more details.
Not Found (HTTP 404)

$ ceilometer alarm-show --alarm_id abcde
--alarm_id is obsolete! See help for more details.
Not Found (HTTP 404)

Co-Authored-By: Nejc Saje &lt;nsaje@redhat.com&gt;
Change-Id: I1fbc85aa253929bfbb5e73ed834a725b9cf828b4
Closes-bug: #1268557
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When deleting an alarm, we use "ceilometer alarm-delete -a &lt;ALARM_ID&gt;",
unlike other deleting commands of openstack, the parameter-a/--alarm_id
is redundant. The similar situations exist in showing alarm, geting alarm
state, showing resource and so on.
It is more easy to use for reducing these parameters.

New behaviour:

$ ceilometer help alarm-show
usage: ceilometer alarm-show [&lt;ALARM_ID&gt;]

Show an alarm.

Positional arguments:
  &lt;ALARM_ID&gt;  ID of the alarm to show.

$ ceilometer alarm-show
alarm_id should not be empty

$ ceilometer alarm-show abcde
Not Found (HTTP 404)

$ ceilometer alarm-show -a abcde
-a is obsolete! See help for more details.
Not Found (HTTP 404)

$ ceilometer alarm-show --alarm_id abcde
--alarm_id is obsolete! See help for more details.
Not Found (HTTP 404)

Co-Authored-By: Nejc Saje &lt;nsaje@redhat.com&gt;
Change-Id: I1fbc85aa253929bfbb5e73ed834a725b9cf828b4
Closes-bug: #1268557
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo "authtenticated" instead of "authenticated"</title>
<updated>2014-09-18T19:53:29+00:00</updated>
<author>
<name>Rafael Rivero</name>
<email>rafael@cloudscaling.com</email>
</author>
<published>2014-09-18T19:51:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=292433a915cfa8791ef3b912e8de5580c85e70c3'/>
<id>292433a915cfa8791ef3b912e8de5580c85e70c3</id>
<content type='text'>
Misspelling of "authenticated" found in docstring of
method get_client in client.py

Change-Id: I0b661a6b6008b416341ccbc691739094420723b1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Misspelling of "authenticated" found in docstring of
method get_client in client.py

Change-Id: I0b661a6b6008b416341ccbc691739094420723b1
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix AuthPlugin authentification</title>
<updated>2014-09-15T09:24:56+00:00</updated>
<author>
<name>Pavlo Shchelokovskyy</name>
<email>pshchelokovskyy@mirantis.com</email>
</author>
<published>2014-09-15T09:24:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=925f3a4e3913c9ef2789c6e5e6262e8c9eba240c'/>
<id>925f3a4e3913c9ef2789c6e5e6262e8c9eba240c</id>
<content type='text'>
AuthPlugin wrongly assumed that self.opts['token'] is always a function.

Change-Id: I968c62aec0d16d736693e403d03a495baf8ea15a
Closes-Bug: #1369461
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
AuthPlugin wrongly assumed that self.opts['token'] is always a function.

Change-Id: I968c62aec0d16d736693e403d03a495baf8ea15a
Closes-Bug: #1369461
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Verify alarm found before modifying"</title>
<updated>2014-09-13T07:18:03+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-09-13T07:18:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=d4bada707b863c875b9f05a8c62c494a9a2f778d'/>
<id>d4bada707b863c875b9f05a8c62c494a9a2f778d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix sample-create in v2 api calls</title>
<updated>2014-09-10T20:02:31+00:00</updated>
<author>
<name>Chris Dent</name>
<email>chdent@redhat.com</email>
</author>
<published>2014-09-10T19:58:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=c5d7f96914c1ef0dbd490fbe7899c7633d16d070'/>
<id>c5d7f96914c1ef0dbd490fbe7899c7633d16d070</id>
<content type='text'>
A dict embedded in a list is the expected input. In
47934c777c50897b649793e0960eebdaad322c45 the list was lost, this
puts it back.

Note that the _exact_ date of this failure was identified by
existing Rally jobs which started failing in early August. That made
searching the commit logs straightforward.

Change-Id: I37e794de7a23b8ce8e67a086732af5a19f182409
Closes-Bug: #1367867
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A dict embedded in a list is the expected input. In
47934c777c50897b649793e0960eebdaad322c45 the list was lost, this
puts it back.

Note that the _exact_ date of this failure was identified by
existing Rally jobs which started failing in early August. That made
searching the commit logs straightforward.

Change-Id: I37e794de7a23b8ce8e67a086732af5a19f182409
Closes-Bug: #1367867
</pre>
</div>
</content>
</entry>
</feed>
