<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ceilometerclient.git/ceilometerclient, branch 1.0.11</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 "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>
<entry>
<title>keystone discovery fallback support</title>
<updated>2014-09-10T13:29:51+00:00</updated>
<author>
<name>gordon chung</name>
<email>gord@live.ca</email>
</author>
<published>2014-09-04T00:22:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=bc71ba32c9e69c2a57f612d752fe1128fccc7d40'/>
<id>bc71ba32c9e69c2a57f612d752fe1128fccc7d40</id>
<content type='text'>
version discovery and sessions aren't supported by all external
auth systems. this patch adds a fallback when discovery does not
work.

Closes-Bug: #1333961
Change-Id: Ib253c736e37f8dbc50881f9fc691bfdb4ab87d71
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
version discovery and sessions aren't supported by all external
auth systems. this patch adds a fallback when discovery does not
work.

Closes-Bug: #1333961
Change-Id: Ib253c736e37f8dbc50881f9fc691bfdb4ab87d71
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a help string nit for statistics command</title>
<updated>2014-09-09T07:34:55+00:00</updated>
<author>
<name>liu-sheng</name>
<email>liusheng@huawei.com</email>
</author>
<published>2014-09-09T07:34:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=21fe140a2f9aad322b899264f8cd118b73ad6015'/>
<id>21fe140a2f9aad322b899264f8cd118b73ad6015</id>
<content type='text'>
Change-Id: I0aee668d9a19da76bb01646c87b3cd17418822e5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I0aee668d9a19da76bb01646c87b3cd17418822e5
</pre>
</div>
</content>
</entry>
</feed>
