<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ceilometerclient.git/ceilometerclient/v2, branch liberty-eol</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>fix gnocchi alarm create to use right field name</title>
<updated>2016-01-26T15:48:57+00:00</updated>
<author>
<name>Pradeep Kilambi</name>
<email>pkilambi@redhat.com</email>
</author>
<published>2015-11-05T17:39:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=7da82f4436a45336aef10b24c53f6f1e03eea42e'/>
<id>7da82f4436a45336aef10b24c53f6f1e03eea42e</id>
<content type='text'>
Closes-Bug: #1509430

Change-Id: I4f3b60776230dec5ac0ee31369fbe95cb0a8cd71
(cherry picked from commit b97ef58628a824851ef07e4c0429723b08424214)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes-Bug: #1509430

Change-Id: I4f3b60776230dec5ac0ee31369fbe95cb0a8cd71
(cherry picked from commit b97ef58628a824851ef07e4c0429723b08424214)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix to enable meter-links on resource-list CLI</title>
<updated>2015-10-23T17:48:08+00:00</updated>
<author>
<name>Rohit Jaiswal</name>
<email>rohit.jaiswal@hp.com</email>
</author>
<published>2015-10-23T14:46:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=b84806d87c08b7773243f8c06d1ab8773f906c43'/>
<id>b84806d87c08b7773243f8c06d1ab8773f906c43</id>
<content type='text'>
This adds an optional param to resource-list
CLI to enable meter-links. By default, meter
links are not generated, this patch adds an
optional param to generate links.

Change-Id: I308b94c8a57833cf30b4815ecec2ff9a50e91af6
Closes-Bug: #1508709
(cherry picked from commit e4a62a20b1d072969e842c38b2885a46a20fc54c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds an optional param to resource-list
CLI to enable meter-links. By default, meter
links are not generated, this patch adds an
optional param to generate links.

Change-Id: I308b94c8a57833cf30b4815ecec2ff9a50e91af6
Closes-Bug: #1508709
(cherry picked from commit e4a62a20b1d072969e842c38b2885a46a20fc54c)
</pre>
</div>
</content>
</entry>
<entry>
<title>add limit support</title>
<updated>2015-09-09T11:36:31+00:00</updated>
<author>
<name>gordon chung</name>
<email>gord@live.ca</email>
</author>
<published>2015-09-08T19:00:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=daed7e59c383f1ca74d75160cbc99fbd89675648'/>
<id>daed7e59c383f1ca74d75160cbc99fbd89675648</id>
<content type='text'>
limit is now a mandatory condition when querying. this patch
allows users to control this value.

Change-Id: Ied5f80dc8cfe8b5f85e60fb8ca1d4a8f26663456
Closes-Bug: #1493511
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
limit is now a mandatory condition when querying. this patch
allows users to control this value.

Change-Id: Ied5f80dc8cfe8b5f85e60fb8ca1d4a8f26663456
Closes-Bug: #1493511
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "do not generate meter links on resource-list"</title>
<updated>2015-09-09T10:15:46+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-09T10:15:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=d40487643e2a069788e6f3218d946d86395a279e'/>
<id>d40487643e2a069788e6f3218d946d86395a279e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>do not generate meter links on resource-list</title>
<updated>2015-09-09T02:58:06+00:00</updated>
<author>
<name>gordon chung</name>
<email>gord@live.ca</email>
</author>
<published>2015-09-08T15:00:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=4f1b09f7687d59c313af59358b3a309fe1b90d7d'/>
<id>4f1b09f7687d59c313af59358b3a309fe1b90d7d</id>
<content type='text'>
meter links are not accessible via resource_list and add significant
overhead to query. we shouldn't generate these anymore.

Change-Id: Ib20f410a70171aa09e4ebbbb748a5ce495fc6a43
Closes-Bug: #1493400
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
meter links are not accessible via resource_list and add significant
overhead to query. we shouldn't generate these anymore.

Change-Id: Ib20f410a70171aa09e4ebbbb748a5ce495fc6a43
Closes-Bug: #1493400
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: move 'repeat_actions' to common args</title>
<updated>2015-09-08T03:42:09+00:00</updated>
<author>
<name>Ryota MIBU</name>
<email>r-mibu@cq.jp.nec.com</email>
</author>
<published>2015-08-23T13:04:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=9d76c8e94ece2cd027120e93f8036e6d0a67021d'/>
<id>9d76c8e94ece2cd027120e93f8036e6d0a67021d</id>
<content type='text'>
Change-Id: I53f3af447a8f814388985f6e4ab57a8ffec18a2a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I53f3af447a8f814388985f6e4ab57a8ffec18a2a
</pre>
</div>
</content>
</entry>
<entry>
<title>Support alarm-event-{create,update}</title>
<updated>2015-09-07T08:46:53+00:00</updated>
<author>
<name>Ryota MIBU</name>
<email>r-mibu@cq.jp.nec.com</email>
</author>
<published>2015-08-31T13:14:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=b9f14c262092891e62d13a80b86708b28cd9db87'/>
<id>b9f14c262092891e62d13a80b86708b28cd9db87</id>
<content type='text'>
Change-Id: Ic29d7d5fcf95ff29112bd42fed747c54181e3640
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic29d7d5fcf95ff29112bd42fed747c54181e3640
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't try to get aodh endpoint if auth_url didn't provided</title>
<updated>2015-08-25T01:32:56+00:00</updated>
<author>
<name>liu-sheng</name>
<email>liusheng@huawei.com</email>
</author>
<published>2015-08-24T11:14:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=2429daec98998767924d1287711b309aacfb03dc'/>
<id>2429daec98998767924d1287711b309aacfb03dc</id>
<content type='text'>
This change includes:

* Allow users of ceilometerclient specifying aodh_endpoint explicitly
* If aodh_endpoint didn't provided and users just provide ceilometer
  endpoint and token, no auth_url, we assume aodh is unavailable and
  avoid trying to get aodh endpoint.

Change-Id: Idd0ce60058d23507a99b89926e461d19db267ca2
Closes-Bug: #1488290
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change includes:

* Allow users of ceilometerclient specifying aodh_endpoint explicitly
* If aodh_endpoint didn't provided and users just provide ceilometer
  endpoint and token, no auth_url, we assume aodh is unavailable and
  avoid trying to get aodh endpoint.

Change-Id: Idd0ce60058d23507a99b89926e461d19db267ca2
Closes-Bug: #1488290
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add ceilometerclient support for api-no-pipeline"</title>
<updated>2015-08-10T15:20:46+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-08-10T15:20:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=1fc68877ff8c6f31867a39dbb647688db6b069c3'/>
<id>1fc68877ff8c6f31867a39dbb647688db6b069c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for client redirecting to aodh endpoint if available</title>
<updated>2015-07-22T01:06:36+00:00</updated>
<author>
<name>liu-sheng</name>
<email>liusheng@huawei.com</email>
</author>
<published>2015-07-17T09:10:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=4cbf923ee1468544f14ed95f849c2b9e7db4499f'/>
<id>4cbf923ee1468544f14ed95f849c2b9e7db4499f</id>
<content type='text'>
Currently, alarm module of ceilometer has been decided to be splitted out
of ceilometer tree. To keep compatibility for others upstream users
(such as Heat), we need to redirect alarm related request to aodh endpoint.

Change-Id: Id13b56eef55f807d5ad2026f225c93fd5585521e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, alarm module of ceilometer has been decided to be splitted out
of ceilometer tree. To keep compatibility for others upstream users
(such as Heat), we need to redirect alarm related request to aodh endpoint.

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