<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ceilometerclient.git, branch 1.0.14</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 "support specify user-id when create sample and alarm" into stable/kilo</title>
<updated>2015-04-21T16:22:39+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-04-21T16:22:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=127aadfd2b2daf9884ad7003e23440048e2efbd8'/>
<id>127aadfd2b2daf9884ad7003e23440048e2efbd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "add in missing options" into stable/kilo</title>
<updated>2015-04-21T16:07:04+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-04-21T16:07:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=96911941182bb3fbb835e33be355088fdd63cbd4'/>
<id>96911941182bb3fbb835e33be355088fdd63cbd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>add in missing options</title>
<updated>2015-04-21T14:07:32+00:00</updated>
<author>
<name>gordon chung</name>
<email>gord@live.ca</email>
</author>
<published>2015-03-19T18:13:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=94a631712843d5f05bbd667660304f5b2a1a3ed6'/>
<id>94a631712843d5f05bbd667660304f5b2a1a3ed6</id>
<content type='text'>
we missed a few options. this cleans up list.

Change-Id: I9ba984f804aecee5b63e5a86e699733040dee245
(cherry picked from commit bdbec9721233a5cb304f0122832002b50832ae8a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we missed a few options. this cleans up list.

Change-Id: I9ba984f804aecee5b63e5a86e699733040dee245
(cherry picked from commit bdbec9721233a5cb304f0122832002b50832ae8a)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add timeout for keystoneclient session</title>
<updated>2015-04-20T17:55:42+00:00</updated>
<author>
<name>ZhiQiang Fan</name>
<email>zhiqiang.fan@huawei.com</email>
</author>
<published>2015-03-31T07:03:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=801f4b3e1b0f9a5f9e568659a912146ce35a47b4'/>
<id>801f4b3e1b0f9a5f9e568659a912146ce35a47b4</id>
<content type='text'>
Currently, we only apply timeout on ceilometer api, but not on keystone
api as well, this is not consistent. Keystone api may be slow, or worse,
stuck, then ceilometerclient will not return timely. This issue has caused
availability problem in our environment when ceilometer alarm service
has been running for a long time.

Change-Id: I0d5f82ff9cf4132a1de2f0b649908483326e116e
Closes-Bug: #1436249
(cherry picked from commit 44af2d4087815d5d451305b549f91ab6130528c0)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, we only apply timeout on ceilometer api, but not on keystone
api as well, this is not consistent. Keystone api may be slow, or worse,
stuck, then ceilometerclient will not return timely. This issue has caused
availability problem in our environment when ceilometer alarm service
has been running for a long time.

Change-Id: I0d5f82ff9cf4132a1de2f0b649908483326e116e
Closes-Bug: #1436249
(cherry picked from commit 44af2d4087815d5d451305b549f91ab6130528c0)
</pre>
</div>
</content>
</entry>
<entry>
<title>add region_name to auth plugin parameters</title>
<updated>2015-04-20T17:53:47+00:00</updated>
<author>
<name>ZhiQiang Fan</name>
<email>zhiqiang.fan@huawei.com</email>
</author>
<published>2015-04-02T08:10:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=e1439f5c726174d0ac69e328fe9ef760e00fdb4a'/>
<id>e1439f5c726174d0ac69e328fe9ef760e00fdb4a</id>
<content type='text'>
If endpoint is not specified, then auth plugin will request to keystone
to get target endpoint, however, we don't provide region name for it,
this will cause critical issue in multiple region scenario.

Change-Id: I99ceafec25072988435018ca1affbd778ca9b22f
Closes-Bug: #1439553
(cherry picked from commit bfb6d122fa99d94a61aea4432f74cbbf3f5d03cc)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If endpoint is not specified, then auth plugin will request to keystone
to get target endpoint, however, we don't provide region name for it,
this will cause critical issue in multiple region scenario.

Change-Id: I99ceafec25072988435018ca1affbd778ca9b22f
Closes-Bug: #1439553
(cherry picked from commit bfb6d122fa99d94a61aea4432f74cbbf3f5d03cc)
</pre>
</div>
</content>
</entry>
<entry>
<title>ceilometerclient insecure argument no longer works</title>
<updated>2015-04-20T17:46:12+00:00</updated>
<author>
<name>Matthew Edmonds</name>
<email>edmondsw@us.ibm.com</email>
</author>
<published>2015-03-31T13:53:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=7d7e4b878215c609653989a1ab5e9257b34ee5c6'/>
<id>7d7e4b878215c609653989a1ab5e9257b34ee5c6</id>
<content type='text'>
The os_insecure argument needs to be parsed and passed to the auth
plugin for non-shell usage.

Change-Id: Id45a680396a9b646b273d971a0f6c274e95019a6
Closes-Bug: #1438750
(cherry picked from commit a5df77d8730284e278fde087e8bb3c2520c6ddb1)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The os_insecure argument needs to be parsed and passed to the auth
plugin for non-shell usage.

Change-Id: Id45a680396a9b646b273d971a0f6c274e95019a6
Closes-Bug: #1438750
(cherry picked from commit a5df77d8730284e278fde087e8bb3c2520c6ddb1)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Support unicode for alarm" into stable/kilo</title>
<updated>2015-04-20T17:38:43+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-04-20T17:38:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=ccf96f1a50d8844cae7520c788bf6c13f5e806f6'/>
<id>ccf96f1a50d8844cae7520c788bf6c13f5e806f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Enable specified project_id in CLI commands" into stable/kilo</title>
<updated>2015-04-20T17:38:36+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-04-20T17:38:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=eca0883bc1ad41d8f27a9e7c742079b611903a07'/>
<id>eca0883bc1ad41d8f27a9e7c742079b611903a07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fixes bug with Client function not setting up SSL params" into stable/kilo</title>
<updated>2015-04-20T17:38:27+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-04-20T17:38:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=a10cf1335b8e00504213cb109d1d3d863f49c40a'/>
<id>a10cf1335b8e00504213cb109d1d3d863f49c40a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
