<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ceilometerclient.git/ceilometerclient/v1, branch master</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>drop v1 client</title>
<updated>2015-10-21T11:55:06+00:00</updated>
<author>
<name>gordon chung</name>
<email>gord@live.ca</email>
</author>
<published>2015-10-20T15:27:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=cba4f4b7d3b5a0054096c4a01464a0a3c494de97'/>
<id>cba4f4b7d3b5a0054096c4a01464a0a3c494de97</id>
<content type='text'>
we dropped v1 back in Juno. as icehouse is EOL and the client
follows stable/branches, v1 is completely inaccessible and can be
removed

Change-Id: If4c6c07e65a6c47f47c59de6c99e8c40ef4e63cb
Co-Authored-By: ZhiQiang Fan &lt;aji.zqfan@gmail.com&gt;
Closes-Bug: #1389331
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we dropped v1 back in Juno. as icehouse is EOL and the client
follows stable/branches, v1 is completely inaccessible and can be
removed

Change-Id: If4c6c07e65a6c47f47c59de6c99e8c40ef4e63cb
Co-Authored-By: ZhiQiang Fan &lt;aji.zqfan@gmail.com&gt;
Closes-Bug: #1389331
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typos in docstring</title>
<updated>2015-10-19T07:54:47+00:00</updated>
<author>
<name>ZhiQiang Fan</name>
<email>aji.zqfan@gmail.com</email>
</author>
<published>2015-10-19T07:48:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=3c753e953da1fec341010170042c35fe39c3b0f9'/>
<id>3c753e953da1fec341010170042c35fe39c3b0f9</id>
<content type='text'>
patch I4804c45c2ba69982163503ba5d9d4eba86f904fe has some typos in
docstring:

* :param *args: should be :param args:, there is no need to use the
  leading star, meanwhile the star has special meaning in doc string
  which need to appear by pairs.
* :param for this ceiloclient, actually this phase is part of last
  param's help string

Change-Id: Ib7b964ffe064b805130953f6a6abca354d9eef79
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
patch I4804c45c2ba69982163503ba5d9d4eba86f904fe has some typos in
docstring:

* :param *args: should be :param args:, there is no need to use the
  leading star, meanwhile the star has special meaning in doc string
  which need to appear by pairs.
* :param for this ceiloclient, actually this phase is part of last
  param's help string

Change-Id: Ib7b964ffe064b805130953f6a6abca354d9eef79
</pre>
</div>
</content>
</entry>
<entry>
<title>Move to keystone session object</title>
<updated>2015-10-07T07:33:35+00:00</updated>
<author>
<name>Mehdi Abaakouk</name>
<email>sileht@redhat.com</email>
</author>
<published>2015-10-02T14:25:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=4cb9281d5dbd7573350655ba60d15cf6a6312f29'/>
<id>4cb9281d5dbd7573350655ba60d15cf6a6312f29</id>
<content type='text'>
ceilometer client is a rare client that doesn't allow to use
a keystoneclient/keystoneauth session object.

This change fixes that and will allow to remove the
deprecated apiclient code in the future.

Depends-On: I43223a8b38ff1f4ef30c1d2345a28de6ade51863
Depends-On: I7cbe0afa12c9d11ce2eaed1f4d29f41507e273f8
Change-Id: I4804c45c2ba69982163503ba5d9d4eba86f904fe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ceilometer client is a rare client that doesn't allow to use
a keystoneclient/keystoneauth session object.

This change fixes that and will allow to remove the
deprecated apiclient code in the future.

Depends-On: I43223a8b38ff1f4ef30c1d2345a28de6ade51863
Depends-On: I7cbe0afa12c9d11ce2eaed1f4d29f41507e273f8
Change-Id: I4804c45c2ba69982163503ba5d9d4eba86f904fe
</pre>
</div>
</content>
</entry>
<entry>
<title>Change default values from [] to None</title>
<updated>2015-06-25T15:31:09+00:00</updated>
<author>
<name>Roman Vasilets</name>
<email>rvasilets@mirantis.com</email>
</author>
<published>2015-06-25T15:26:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=0b1be909703a3d08ae8c2cf76ab141a744839eab'/>
<id>0b1be909703a3d08ae8c2cf76ab141a744839eab</id>
<content type='text'>
Its well known fact that python default values initialized only once
at the stage if creation function. So if we call function with parameter 
foo=[] as default value and change foo.append("bar") at the next call of 
the function default value would be ["bar"]. It will save.

Change-Id: Iba9e55bc2d4dfd811ce7d068b6a9cceae7c000d6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Its well known fact that python default values initialized only once
at the stage if creation function. So if we call function with parameter 
foo=[] as default value and change foo.append("bar") at the next call of 
the function default value would be ["bar"]. It will save.

Change-Id: Iba9e55bc2d4dfd811ce7d068b6a9cceae7c000d6
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Triple double-quoted strings should be used for docstrings"</title>
<updated>2015-01-20T11:37:47+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-01-20T11:37:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=2d71a4d66d037e8ca2e137f47fb59ca173e6e042'/>
<id>2d71a4d66d037e8ca2e137f47fb59ca173e6e042</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix improper parameter setup for cacert and client certs"</title>
<updated>2015-01-16T17:41:29+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-01-16T17:41:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=b8d483899d4349dd80af7dfd13f1a93880d75e36'/>
<id>b8d483899d4349dd80af7dfd13f1a93880d75e36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix improper parameter setup for cacert and client certs</title>
<updated>2015-01-15T18:22:02+00:00</updated>
<author>
<name>Srinivas Sakhamuri</name>
<email>srinivas.sakhamuri@hp.com</email>
</author>
<published>2015-01-13T18:38:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=4d3651dd898cba1c79cf31476ed7c9b181369b2c'/>
<id>4d3651dd898cba1c79cf31476ed7c9b181369b2c</id>
<content type='text'>
The client passes cacert incorrectly, CA cert need to be passed
in verify parameter to requests library. Also at present, key file
is not being used, which if it is supplied need to be passed as a
tuple in cert parameter

Python requests library relevant doc link
http://docs.python-requests.org/en/latest/user/advanced/#ssl-cert-verification

Change-Id: Ie71e760bce6a78ed1444373adfa0a133e82ec434
Closes-Bug: 1408372
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The client passes cacert incorrectly, CA cert need to be passed
in verify parameter to requests library. Also at present, key file
is not being used, which if it is supplied need to be passed as a
tuple in cert parameter

Python requests library relevant doc link
http://docs.python-requests.org/en/latest/user/advanced/#ssl-cert-verification

Change-Id: Ie71e760bce6a78ed1444373adfa0a133e82ec434
Closes-Bug: 1408372
</pre>
</div>
</content>
</entry>
<entry>
<title>Triple double-quoted strings should be used for docstrings</title>
<updated>2015-01-12T10:39:14+00:00</updated>
<author>
<name>Lena Novokshonova</name>
<email>enovokshonova@mirantis.com</email>
</author>
<published>2015-01-12T10:37:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=34b98564198c38e859921bb5aef23ee789f8e27b'/>
<id>34b98564198c38e859921bb5aef23ee789f8e27b</id>
<content type='text'>
Change-Id: Ib563a9817f6f24ce0d72fe7a8ba96cb6e35c4e46
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib563a9817f6f24ce0d72fe7a8ba96cb6e35c4e46
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant parentheses (except openstack.common)</title>
<updated>2014-12-10T10:17:28+00:00</updated>
<author>
<name>Dina Belova</name>
<email>dbelova@mirantis.com</email>
</author>
<published>2014-12-10T09:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=5df9d3c3c4e0ba18ae5050464bf991776edd16ad'/>
<id>5df9d3c3c4e0ba18ae5050464bf991776edd16ad</id>
<content type='text'>
Change-Id: I594234648a37d283559a0365969a7fe3609079f8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I594234648a37d283559a0365969a7fe3609079f8
</pre>
</div>
</content>
</entry>
<entry>
<title>Use HTTPClient from common Oslo code</title>
<updated>2014-07-31T15:59:58+00:00</updated>
<author>
<name>ekudryashova</name>
<email>ekudryashova@mirantis.com</email>
</author>
<published>2014-01-23T17:28:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=47934c777c50897b649793e0960eebdaad322c45'/>
<id>47934c777c50897b649793e0960eebdaad322c45</id>
<content type='text'>
In the process of unification of the clients code we should
reuse common functionality from Oslo.

bp common-client-library-2

Change-Id: I0e027c33ee42b6de032d33269caeea33e7837f40
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the process of unification of the clients code we should
reuse common functionality from Oslo.

bp common-client-library-2

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