<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ceilometerclient.git/ceilometerclient/v2, branch kilo-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 to disable meter-links on resource-list CLI</title>
<updated>2015-11-06T07:32:59+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=19e3ad0149439f3228676db503b3116a312f359e'/>
<id>19e3ad0149439f3228676db503b3116a312f359e</id>
<content type='text'>
This adds an optional param to resource-list
CLI to disable meter-links. By default its
False to generate meter links for backward
compatibility.

This is a cherry-pick from master patch that
enables meter-links on resource-list CLI.

Change-Id: I308b94c8a57833cf30b4815ecec2ff9a50e91af6
Closes-Bug: #1508708
(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 disable meter-links. By default its
False to generate meter links for backward
compatibility.

This is a cherry-pick from master patch that
enables meter-links on resource-list CLI.

Change-Id: I308b94c8a57833cf30b4815ecec2ff9a50e91af6
Closes-Bug: #1508708
(cherry picked from commit e4a62a20b1d072969e842c38b2885a46a20fc54c)
</pre>
</div>
</content>
</entry>
<entry>
<title>do not generate meter links on resource-list</title>
<updated>2015-09-15T13:57:11+00:00</updated>
<author>
<name>gordon chung</name>
<email>gord@live.ca</email>
</author>
<published>2015-09-08T15:09:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=2861e81ea83363d2327f8d67e12531f45883e423'/>
<id>2861e81ea83363d2327f8d67e12531f45883e423</id>
<content type='text'>
meter links are not accessible via resource_list and add significant
overhead to query. we shouldn't generate these anymore. this patch is
slightly different from master as this does not disable meter_links
by default to maintain existing functionality.

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. this patch is
slightly different from master as this does not disable meter_links
by default to maintain existing functionality.

Change-Id: Ib20f410a70171aa09e4ebbbb748a5ce495fc6a43
Closes-Bug: #1493400
</pre>
</div>
</content>
</entry>
<entry>
<title>support specify user-id when create sample and alarm</title>
<updated>2015-04-21T14:08:16+00:00</updated>
<author>
<name>ZhiQiang Fan</name>
<email>zhiqiang.fan@huawei.com</email>
</author>
<published>2015-03-20T09:02:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=651350ffa60aa23dbfa397ca829677712ac57bbd'/>
<id>651350ffa60aa23dbfa397ca829677712ac57bbd</id>
<content type='text'>
The change of I9ba984f804aecee5b63e5a86e699733040dee245 enables
us to specify os-user-id in CLI, but it shadows the user-id when
creating sample and alarm, this patch fixes it as what we've done
for project-id.

Change-Id: Ic3ce5dc8e1aea49b3e41fe495be4921fbf85ea5a
ref-change: I0ce2416dccd61eb50584799e6df0b8c45d44cdda
(cherry picked from commit f72dc0c38951c898fc139cee6446ef0f125fde10)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The change of I9ba984f804aecee5b63e5a86e699733040dee245 enables
us to specify os-user-id in CLI, but it shadows the user-id when
creating sample and alarm, this patch fixes it as what we've done
for project-id.

Change-Id: Ic3ce5dc8e1aea49b3e41fe495be4921fbf85ea5a
ref-change: I0ce2416dccd61eb50584799e6df0b8c45d44cdda
(cherry picked from commit f72dc0c38951c898fc139cee6446ef0f125fde10)
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable specified project_id in CLI commands</title>
<updated>2015-04-16T12:56:31+00:00</updated>
<author>
<name>ZhiQiang Fan</name>
<email>aji.zqfan@gmail.com</email>
</author>
<published>2014-11-26T20:35:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=40d7913cee4a3e6c133c51caec93c5820473cee3'/>
<id>40d7913cee4a3e6c133c51caec93c5820473cee3</id>
<content type='text'>
After we port to oslo-incubator.apiclient, the project_id can no
longer be specified for alarm-{,threhsold,combination}-{create,update}
and sample-create, this is because client.AuthPlugin registers a CLI
argument named --os-project-id which will shadow the project-id
argument.

Since os-project-id is used for Keystone V3 API, we should not
remove it from AuthPlugin, so this patch moves the dest of project_id
to {alarm,sample}_project_id, and adds a decorator to restore shadowed
project_id field when we call v2 client.

Change-Id: I0ce2416dccd61eb50584799e6df0b8c45d44cdda
Closes-Bug: #1393489
(cherry picked from commit 0c23c62cef6f1388d26c04d6cf0e74153db0a0b5)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After we port to oslo-incubator.apiclient, the project_id can no
longer be specified for alarm-{,threhsold,combination}-{create,update}
and sample-create, this is because client.AuthPlugin registers a CLI
argument named --os-project-id which will shadow the project-id
argument.

Since os-project-id is used for Keystone V3 API, we should not
remove it from AuthPlugin, so this patch moves the dest of project_id
to {alarm,sample}_project_id, and adds a decorator to restore shadowed
project_id field when we call v2 client.

Change-Id: I0ce2416dccd61eb50584799e6df0b8c45d44cdda
Closes-Bug: #1393489
(cherry picked from commit 0c23c62cef6f1388d26c04d6cf0e74153db0a0b5)
</pre>
</div>
</content>
</entry>
<entry>
<title>alarm: Use new gnocchi aggregation API</title>
<updated>2015-04-15T16:11:11+00:00</updated>
<author>
<name>Mehdi Abaakouk</name>
<email>mehdi.abaakouk@enovance.com</email>
</author>
<published>2015-03-13T14:50:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=acaad55b0a6cf0ad4aba5162d15c59ed407aca47'/>
<id>acaad55b0a6cf0ad4aba5162d15c59ed407aca47</id>
<content type='text'>
Since https://review.openstack.org/#/c/163462/ and
https://review.openstack.org/#/c/162649/4 in gnocchi, all kind of aggregations
have been moved in the same URI namespace (/v1/aggregation/...)
and we can use complex query to make aggregation across multiples metrics.

This change sync the ceilometerclient alarm shell to match these
changes.

Change-Id: I5717a4604af5505dfb8c56463e2bdb86c59e41ce
(cherry picked from commit db48aa28b169fa8df01020d54a20e644c9a0b7df)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since https://review.openstack.org/#/c/163462/ and
https://review.openstack.org/#/c/162649/4 in gnocchi, all kind of aggregations
have been moved in the same URI namespace (/v1/aggregation/...)
and we can use complex query to make aggregation across multiples metrics.

This change sync the ceilometerclient alarm shell to match these
changes.

Change-Id: I5717a4604af5505dfb8c56463e2bdb86c59e41ce
(cherry picked from commit db48aa28b169fa8df01020d54a20e644c9a0b7df)
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected the errors in sample-show and sample-create</title>
<updated>2015-02-12T02:21:39+00:00</updated>
<author>
<name>Lianhao Lu</name>
<email>lianhao.lu@intel.com</email>
</author>
<published>2015-02-12T02:21:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=80b15778beafa2ea52315305cd0c0d0c62aea4ba'/>
<id>80b15778beafa2ea52315305cd0c0d0c62aea4ba</id>
<content type='text'>
Patchset I67152c636526dad3ec27e06058ff73ad969ae2b9 broke the sample-show
and sample-create when introducing the new sample API support. This
patch fixes those.

Change-Id: I3e36df61cf672b44c376c4a18dc808d565315bf6
Closes-Bug: #1421040
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patchset I67152c636526dad3ec27e06058ff73ad969ae2b9 broke the sample-show
and sample-create when introducing the new sample API support. This
patch fixes those.

Change-Id: I3e36df61cf672b44c376c4a18dc808d565315bf6
Closes-Bug: #1421040
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Allow create/update gnocchi alarm rule"</title>
<updated>2015-02-09T10:09:32+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-02-09T10:09:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=0453ac6e8d80db49dcc7a7b07abe27542767bad2'/>
<id>0453ac6e8d80db49dcc7a7b07abe27542767bad2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Don't enforce a kind of alarm rules"</title>
<updated>2015-02-09T10:09:23+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-02-09T10:09:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=43061608f222eee90860c9449a1a57f661f400b2'/>
<id>43061608f222eee90860c9449a1a57f661f400b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow create/update gnocchi alarm rule</title>
<updated>2015-02-06T09:01:25+00:00</updated>
<author>
<name>Mehdi Abaakouk</name>
<email>mehdi.abaakouk@enovance.com</email>
</author>
<published>2015-01-22T09:22:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=a20cece111629c849aeb1812bb00a32fc501c020'/>
<id>a20cece111629c849aeb1812bb00a32fc501c020</id>
<content type='text'>
Change-Id: Id1c6832c2db32c5cce0e31cd0022a86508630a7e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id1c6832c2db32c5cce0e31cd0022a86508630a7e
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't enforce a kind of alarm rules</title>
<updated>2015-02-06T09:01:11+00:00</updated>
<author>
<name>Mehdi Abaakouk</name>
<email>mehdi.abaakouk@enovance.com</email>
</author>
<published>2015-02-06T08:59:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=a51d3f469b409d882842b07badf552182d271b79'/>
<id>a51d3f469b409d882842b07badf552182d271b79</id>
<content type='text'>
Now, the alarm rules are extendable with stevedore in ceilometer API,
so we should not enforce the list of supported alarm rule.

This change does that.

Change-Id: I06067bdd02cf88f6fd4cd060bdfa310ded504e65
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now, the alarm rules are extendable with stevedore in ceilometer API,
so we should not enforce the list of supported alarm rule.

This change does that.

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