<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ceilometerclient.git, branch 2.1.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 "Token will be lost when constructing a ceilometer client"</title>
<updated>2015-11-30T14:25:30+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-11-30T14:25:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=cdb47d9646236e19208b7e49ffc6c7d42000dd89'/>
<id>cdb47d9646236e19208b7e49ffc6c7d42000dd89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2015-11-27T22:41:41+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2015-11-27T22:41:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=118210da86dfa2aed10b19566b2084d29ae9ec9a'/>
<id>118210da86dfa2aed10b19566b2084d29ae9ec9a</id>
<content type='text'>
Change-Id: I46395d378a24b926c1bf4030b44f0f7983234d12
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I46395d378a24b926c1bf4030b44f0f7983234d12
</pre>
</div>
</content>
</entry>
<entry>
<title>Token will be lost when constructing a ceilometer client</title>
<updated>2015-11-27T03:22:12+00:00</updated>
<author>
<name>xiangjun li</name>
<email>lixiangjun@cn.fujitsu.com</email>
</author>
<published>2015-11-25T10:08:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=b398841ebf1bb8acd0fea7c88dae613dad788d08'/>
<id>b398841ebf1bb8acd0fea7c88dae613dad788d08</id>
<content type='text'>
If parameters os_token and os_endpoint were passed to
ceilometerclient.client.get_client to construct a ceilometer client, the
token will be wrongly replaced with None in method
ceilometerclient.client._adjust_kwargs, which will cause the
authentication error when use the instance of ceilometer client later.
This patch fixed this problem.

Change-Id: Ib15cdd73b62b7f0b86d0bd6f19d344fd24a665f6
Closes-Bug: #1519729
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If parameters os_token and os_endpoint were passed to
ceilometerclient.client.get_client to construct a ceilometer client, the
token will be wrongly replaced with None in method
ceilometerclient.client._adjust_kwargs, which will cause the
authentication error when use the instance of ceilometer client later.
This patch fixed this problem.

Change-Id: Ib15cdd73b62b7f0b86d0bd6f19d344fd24a665f6
Closes-Bug: #1519729
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Ensure metering is the default service_type"</title>
<updated>2015-11-27T00:45:20+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-11-27T00:45:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=479b1cc76f5b02d93e2cb801ffb7ce278cfced52'/>
<id>479b1cc76f5b02d93e2cb801ffb7ce278cfced52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Ensure keystoneauth1 exception are raised"</title>
<updated>2015-11-27T00:38:26+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-11-27T00:38:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=e65d174ceb4b0c76d8ef93194e27f3bf262f4e86'/>
<id>e65d174ceb4b0c76d8ef93194e27f3bf262f4e86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Correct an api reference error"</title>
<updated>2015-11-26T23:33:11+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-11-26T23:33:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=6748c84215baad2030c3395199bcfe2a9c94b222'/>
<id>6748c84215baad2030c3395199bcfe2a9c94b222</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Ignores endpoint_type if interface is provided"</title>
<updated>2015-11-26T23:33:02+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-11-26T23:33:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=0ef99bb9b21afff765fe4ffbf7183481b6cf5a33'/>
<id>0ef99bb9b21afff765fe4ffbf7183481b6cf5a33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct an api reference error</title>
<updated>2015-11-24T21:55:49+00:00</updated>
<author>
<name>Lianhao Lu</name>
<email>lianhao.lu@intel.com</email>
</author>
<published>2015-11-24T21:55:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=e4ea68eb7e9060cdcd3f7449e6d853f08031a9e0'/>
<id>e4ea68eb7e9060cdcd3f7449e6d853f08031a9e0</id>
<content type='text'>
Correct a nit doc string error which is populated into api reference
doc.

Change-Id: I53e2d5ea820891d90f522889743ce94802f0576e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct a nit doc string error which is populated into api reference
doc.

Change-Id: I53e2d5ea820891d90f522889743ce94802f0576e
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Remove double API requests"</title>
<updated>2015-11-23T16:39:00+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-11-23T16:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=7a3da84d0c03ee84ae9e19844ac9c8177e7e78c3'/>
<id>7a3da84d0c03ee84ae9e19844ac9c8177e7e78c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Catch exception raised by keystoneauth1"</title>
<updated>2015-11-23T16:19:16+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-11-23T16:19:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=fc1704da456103f54763bb1570967eeeb12a6f51'/>
<id>fc1704da456103f54763bb1570967eeeb12a6f51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
