<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ceilometerclient.git/ceilometerclient/tests/unit, branch 1.4.0</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 "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>tenant_id not required with keystone v3</title>
<updated>2015-07-31T20:35:20+00:00</updated>
<author>
<name>Rohit Jaiswal</name>
<email>rohit.jaiswal@hp.com</email>
</author>
<published>2015-07-31T05:24:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=803c59fbc7682dbfbd8f32c191c3e5e45d9fb8ca'/>
<id>803c59fbc7682dbfbd8f32c191c3e5e45d9fb8ca</id>
<content type='text'>
Ceilometer-client requires tenant_id when
authenticating with keystone v3.

This fix removes this requirement.

Change-Id: I36bf3f7a75713976c56dd95b4fd22da4e64d01df
Closes-Bug: 1440463
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ceilometer-client requires tenant_id when
authenticating with keystone v3.

This fix removes this requirement.

Change-Id: I36bf3f7a75713976c56dd95b4fd22da4e64d01df
Closes-Bug: 1440463
</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>
<entry>
<title>Fix unit tests failing caused by new Mock release</title>
<updated>2015-07-10T16:18:04+00:00</updated>
<author>
<name>Ilya Tyaptin</name>
<email>ityaptin@mirantis.com</email>
</author>
<published>2015-07-10T16:18:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=04ce0db3e7142fb855436900311eb8f6efc92daf'/>
<id>04ce0db3e7142fb855436900311eb8f6efc92daf</id>
<content type='text'>
Since the mock 1.1.1 calling of function 'assert_called' and
'assert_called_once' raises the AttributeError.
In current patchset calling of these functions is fixed

Change-Id: I5c21bb3f6cfd8cc095a277ead80794e97bb63c72
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the mock 1.1.1 calling of function 'assert_called' and
'assert_called_once' raises the AttributeError.
In current patchset calling of these functions is fixed

Change-Id: I5c21bb3f6cfd8cc095a277ead80794e97bb63c72
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ceilometerclient support for api-no-pipeline</title>
<updated>2015-06-26T10:16:15+00:00</updated>
<author>
<name>liu-sheng</name>
<email>liusheng@huawei.com</email>
</author>
<published>2015-06-25T10:45:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=d16d853da6f6e43a26e2a80a613d9ca0208b727d'/>
<id>d16d853da6f6e43a26e2a80a613d9ca0208b727d</id>
<content type='text'>
* Add --direct flag for ceilometer sample-create and sample-create-list
  commands to support this feature
* Add parameter for ceilometerclient.v2.samples.create() and
  ceilometerclient.v2 samples.create_list() to support this feature

Partially implements: blueprint api-no-pipeline

Change-Id: Ia3d787bbeaf360ddc198cb4ec183d83a5e76203a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add --direct flag for ceilometer sample-create and sample-create-list
  commands to support this feature
* Add parameter for ceilometerclient.v2.samples.create() and
  ceilometerclient.v2 samples.create_list() to support this feature

Partially implements: blueprint api-no-pipeline

Change-Id: Ia3d787bbeaf360ddc198cb4ec183d83a5e76203a
</pre>
</div>
</content>
</entry>
<entry>
<title>Add alarm severity in alarm-history output</title>
<updated>2015-06-24T18:47:41+00:00</updated>
<author>
<name>Rohit Jaiswal</name>
<email>rohit.jaiswal@hp.com</email>
</author>
<published>2015-06-24T18:01:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=e9d76d460634702a627ad3a13fa37d9992772c4b'/>
<id>e9d76d460634702a627ad3a13fa37d9992772c4b</id>
<content type='text'>
Info about alarm's severity is missing from
the detail column for creation and deletion
type of alarm-history call.

This fix adds that.

Change-Id: I669126596ef7391530e7822c2807ffca7c6a1de1
Closes-Bug: 1468295
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Info about alarm's severity is missing from
the detail column for creation and deletion
type of alarm-history call.

This fix adds that.

Change-Id: I669126596ef7391530e7822c2807ffca7c6a1de1
Closes-Bug: 1468295
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Explicit error for wrong resource metadata format"</title>
<updated>2015-06-18T07:11:36+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-06-18T07:11:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=7e4d2edc970a555b982d7081a95c6a1ada6d58de'/>
<id>7e4d2edc970a555b982d7081a95c6a1ada6d58de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicit error for wrong resource metadata format</title>
<updated>2015-06-17T09:31:12+00:00</updated>
<author>
<name>liu-sheng</name>
<email>liusheng@huawei.com</email>
</author>
<published>2015-06-15T09:16:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=2e7d1af50878b28d35231cde1a8315585694562b'/>
<id>2e7d1af50878b28d35231cde1a8315585694562b</id>
<content type='text'>
When creating sample with wrong resource metadata format, Ceilometer CLI
will return a ValueError about json decoding, this change provide a more
explicit error info.

Change-Id: I18e757ddb319fbf0ffad13c07528355785ea5e9a
Closes-Bug: 1465193
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When creating sample with wrong resource metadata format, Ceilometer CLI
will return a ValueError about json decoding, this change provide a more
explicit error info.

Change-Id: I18e757ddb319fbf0ffad13c07528355785ea5e9a
Closes-Bug: 1465193
</pre>
</div>
</content>
</entry>
<entry>
<title>Removes whitespace from CLI queries</title>
<updated>2015-06-16T19:45:50+00:00</updated>
<author>
<name>Rohit Jaiswal</name>
<email>rohit.jaiswal@hp.com</email>
</author>
<published>2015-06-16T19:45:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=1f12c62301a57b753bd5c3a1f5181f0f754225cf'/>
<id>1f12c62301a57b753bd5c3a1f5181f0f754225cf</id>
<content type='text'>
Strips leading and trailing whitespaces
from CLI query field and value parameter
before building url.

Closes-Bug: 1464694

Change-Id: Ibe99747e22afe05eee187d59aaf0603f58e91373
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Strips leading and trailing whitespaces
from CLI query field and value parameter
before building url.

Closes-Bug: 1464694

Change-Id: Ibe99747e22afe05eee187d59aaf0603f58e91373
</pre>
</div>
</content>
</entry>
<entry>
<title>Add capability for creating array of samples</title>
<updated>2015-06-08T14:33:45+00:00</updated>
<author>
<name>Aleksey Ripinen</name>
<email>aripinen@mirantis.com</email>
</author>
<published>2015-05-19T12:16:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=6add8c4fbf42be369b464489e204fea8655e2acf'/>
<id>6add8c4fbf42be369b464489e204fea8655e2acf</id>
<content type='text'>
Added method for creating array of samples to samples manager.
Added shell command for creating array of samples.
Added tests for this changes.
It is made for Rally tests that use big data arrays. So now only one
function may be called instead of numerous calls simple create function.

Change-Id: I01ba4f0c0db40c95ef72dadaa34b3fafc034e417
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added method for creating array of samples to samples manager.
Added shell command for creating array of samples.
Added tests for this changes.
It is made for Rally tests that use big data arrays. So now only one
function may be called instead of numerous calls simple create function.

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