<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ceilometerclient.git/ceilometerclient/common, branch 1.0.2</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>Allow to set matching_metadata with the cli</title>
<updated>2013-07-22T15:42:06+00:00</updated>
<author>
<name>Mehdi Abaakouk</name>
<email>mehdi.abaakouk@enovance.com</email>
</author>
<published>2013-07-16T16:43:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=04cc271da208069e921da252554e839de46442ed'/>
<id>04cc271da208069e921da252554e839de46442ed</id>
<content type='text'>
This change allows to set the matching_metadata of a alarm like this:

 ceilometer alarm-create --matching-metadata 'key=value' \
      --matching-metadata 'key2=value2' --name 'alarm' ...

Fixes bug #1201877

Change-Id: I22bf261b0a9580a06ae107ed45d082171f21fcc4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change allows to set the matching_metadata of a alarm like this:

 ceilometer alarm-create --matching-metadata 'key=value' \
      --matching-metadata 'key2=value2' --name 'alarm' ...

Fixes bug #1201877

Change-Id: I22bf261b0a9580a06ae107ed45d082171f21fcc4
</pre>
</div>
</content>
</entry>
<entry>
<title>Make authenticated client easier to consume.</title>
<updated>2013-06-21T11:39:22+00:00</updated>
<author>
<name>Eoghan Glynn</name>
<email>eglynn@redhat.com</email>
</author>
<published>2013-06-21T11:33:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=ff77aeea56872be38914c851926af1fb504dba5f'/>
<id>ff77aeea56872be38914c851926af1fb504dba5f</id>
<content type='text'>
Encapsulate keystone logic in an convenience method.

Change-Id: I0a048e02f57d657b8b414a76d759ceb9e0e025df
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Encapsulate keystone logic in an convenience method.

Change-Id: I0a048e02f57d657b8b414a76d759ceb9e0e025df
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop unnecessary arg when instantiating HTTP class</title>
<updated>2013-06-13T18:36:11+00:00</updated>
<author>
<name>Brian Waldon</name>
<email>bcwaldon@gmail.com</email>
</author>
<published>2013-06-13T18:35:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=b5622b25a35291ee988abcc1fb2d1516c59cd603'/>
<id>b5622b25a35291ee988abcc1fb2d1516c59cd603</id>
<content type='text'>
Fixes bug 1190111

Change-Id: I45e5e5d5af97a4f75833d9ca000b1b555bdda752
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug 1190111

Change-Id: I45e5e5d5af97a4f75833d9ca000b1b555bdda752
</pre>
</div>
</content>
</entry>
<entry>
<title>Add client support for creating new alarms.</title>
<updated>2013-05-28T14:08:56+00:00</updated>
<author>
<name>Eoghan Glynn</name>
<email>eglynn@redhat.com</email>
</author>
<published>2013-05-22T15:33:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=4946780d5f3c29d753bd9ba36c89257b0a229703'/>
<id>4946780d5f3c29d753bd9ba36c89257b0a229703</id>
<content type='text'>
Change-Id: I4e3be2e480803eeaf4ec11079e69e7e6afd5e0d1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4e3be2e480803eeaf4ec11079e69e7e6afd5e0d1
</pre>
</div>
</content>
</entry>
<entry>
<title>Add client support for updating alarms.</title>
<updated>2013-05-28T14:06:05+00:00</updated>
<author>
<name>Eoghan Glynn</name>
<email>eglynn@redhat.com</email>
</author>
<published>2013-05-21T21:25:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=8cc09381cb82b197dcdda89cdacbe42c002ea470'/>
<id>8cc09381cb82b197dcdda89cdacbe42c002ea470</id>
<content type='text'>
Change-Id: I2a368f536ec440387d32a8076a86d143b94d7c90
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I2a368f536ec440387d32a8076a86d143b94d7c90
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pep H306 (import order)</title>
<updated>2013-05-20T03:08:31+00:00</updated>
<author>
<name>Angus Salkeld</name>
<email>asalkeld@redhat.com</email>
</author>
<published>2013-05-20T03:00:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=10e247319989da9a70e1a4f37a82dcbd13877365'/>
<id>10e247319989da9a70e1a4f37a82dcbd13877365</id>
<content type='text'>
Also remove some unused imports

This is an effort to get the pep ignores to be closer to nova.

Change-Id: I35612de45084fac0ae1c96dad84bb23cfade0e4f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also remove some unused imports

This is an effort to get the pep ignores to be closer to nova.

Change-Id: I35612de45084fac0ae1c96dad84bb23cfade0e4f
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pep H402 and H401 errors</title>
<updated>2013-05-20T03:08:31+00:00</updated>
<author>
<name>Angus Salkeld</name>
<email>asalkeld@redhat.com</email>
</author>
<published>2013-05-20T02:52:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=ae142c0ffe0c10348ef3e6ff38bbffae5cdd6f59'/>
<id>ae142c0ffe0c10348ef3e6ff38bbffae5cdd6f59</id>
<content type='text'>
This is an effort to get the pep ignores to be closer to nova.

Change-Id: I451df579bbead00a8ff2c301c1a84e7c0a896002
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an effort to get the pep ignores to be closer to nova.

Change-Id: I451df579bbead00a8ff2c301c1a84e7c0a896002
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for Bug #1167521, ceilometer client crashes with missing content type response</title>
<updated>2013-05-01T21:13:24+00:00</updated>
<author>
<name>Eric Pendergrass</name>
<email>eap@hp.com</email>
</author>
<published>2013-05-01T21:07:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=6b76e58d6f1f0342b1f3937941a87f83ea799acb'/>
<id>6b76e58d6f1f0342b1f3937941a87f83ea799acb</id>
<content type='text'>
pep8 compliance

Change-Id: I7669c103fe3336aa82b289e04560192b44a186da
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pep8 compliance

Change-Id: I7669c103fe3336aa82b289e04560192b44a186da
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore compatibility with PrettyTable &lt; 0.7.2</title>
<updated>2013-04-29T09:24:20+00:00</updated>
<author>
<name>Dirk Mueller</name>
<email>dirk@dmllr.de</email>
</author>
<published>2013-04-29T09:19:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=888d63aaa00641dcb9c38f6c6865fc0e6933be4f'/>
<id>888d63aaa00641dcb9c38f6c6865fc0e6933be4f</id>
<content type='text'>
PrettyTable 0.7.2 changed the default to print
also tables when the result set is empty. Revert
to previous default.

Change-Id: I22ab7522227ef70929d31dd2c4aaff93c4c518c2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PrettyTable 0.7.2 changed the default to print
also tables when the result set is empty. Revert
to previous default.

Change-Id: I22ab7522227ef70929d31dd2c4aaff93c4c518c2
</pre>
</div>
</content>
</entry>
<entry>
<title>v2 API: added resource-show.</title>
<updated>2013-03-29T10:40:44+00:00</updated>
<author>
<name>Lianhao Lu</name>
<email>lianhao.lu@intel.com</email>
</author>
<published>2013-03-29T10:40:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=f3d044291fe75c2b6ce7a4f8e9a6885d4ffd38c0'/>
<id>f3d044291fe75c2b6ce7a4f8e9a6885d4ffd38c0</id>
<content type='text'>
Added resource-show command for v2 API.

blueprint more-cli-cmd.

Change-Id: I9e0dcff63b2ac6650094d47a947a2deaaea2ba4d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added resource-show command for v2 API.

blueprint more-cli-cmd.

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