<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ceilometerclient.git, branch 2.9.1</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>Update .gitreview for stable/pike</title>
<updated>2017-07-28T21:06:23+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2017-07-28T21:06:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=4ee321feeef39fa2a297ad8e58e931b8a03d8f14'/>
<id>4ee321feeef39fa2a297ad8e58e931b8a03d8f14</id>
<content type='text'>
Change-Id: Ide04cf341f2dd3451cc6bb89996523da14fb7953
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ide04cf341f2dd3451cc6bb89996523da14fb7953
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Deprecate ceilometerclient"</title>
<updated>2017-06-09T17:39:30+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-06-09T17:39:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=3b4e35abada626ce052f20d55c71fe12ab77052a'/>
<id>3b4e35abada626ce052f20d55c71fe12ab77052a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate ceilometerclient</title>
<updated>2017-05-29T11:24:53+00:00</updated>
<author>
<name>Julien Danjou</name>
<email>julien@danjou.info</email>
</author>
<published>2017-05-16T09:49:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=bb017e5f8f4ab88d77b746404a8bfe9e109c4487'/>
<id>bb017e5f8f4ab88d77b746404a8bfe9e109c4487</id>
<content type='text'>
Change-Id: I9259b2e44ac1ba815a6eec5019f0460065996eac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9259b2e44ac1ba815a6eec5019f0460065996eac
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Remove log translations"</title>
<updated>2017-05-23T19:07:39+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-05-23T19:07:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=54e8544bc2689fdf692570401cc4584419962434'/>
<id>54e8544bc2689fdf692570401cc4584419962434</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "[bugfix]with keystone v3 Could not find domain: default."</title>
<updated>2017-05-10T14:48:19+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-05-10T14:48:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=cb34c240b8af82687574d4f216356647d834bb4b'/>
<id>cb34c240b8af82687574d4f216356647d834bb4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bugfix]with keystone v3 Could not find domain: default.</title>
<updated>2017-05-09T14:02:49+00:00</updated>
<author>
<name>zhangjianfeng</name>
<email>kill51216@163.com</email>
</author>
<published>2017-04-05T07:00:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=499be2f7586698d50ba0e9a82433c535f8017523'/>
<id>499be2f7586698d50ba0e9a82433c535f8017523</id>
<content type='text'>
when we use adminrc with keystone v3  not set OS_PROJECT_DOMAIN_ID
OS_USER_DOAMIN_ID,default ceilometerclient code will set it to
string default.this will lead error.

value is often like fdc79c4b63e8492d98271412320e8672
so when change this code to set it as None.
last we delete the user_domain_id and project_domain_id
because it is not useful.

closes-bug: 1679934

Change-Id: I95c994406ed7a0b15ba6446e80f01e4f6787ec20
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when we use adminrc with keystone v3  not set OS_PROJECT_DOMAIN_ID
OS_USER_DOAMIN_ID,default ceilometerclient code will set it to
string default.this will lead error.

value is often like fdc79c4b63e8492d98271412320e8672
so when change this code to set it as None.
last we delete the user_domain_id and project_domain_id
because it is not useful.

closes-bug: 1679934

Change-Id: I95c994406ed7a0b15ba6446e80f01e4f6787ec20
</pre>
</div>
</content>
</entry>
<entry>
<title>delete bash_completion in subcommand</title>
<updated>2017-05-01T03:07:48+00:00</updated>
<author>
<name>ForestLee</name>
<email>lichl@hotmail.com</email>
</author>
<published>2017-05-01T03:01:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=3c62ce27f659392b04bd57a64223c6e47fd4adb0'/>
<id>3c62ce27f659392b04bd57a64223c6e47fd4adb0</id>
<content type='text'>
There are two "completion" in the subcommand table: bash-completion
and bash_completion. but "bash_completion" is not in help information
and it is repeated with "bash-completion", so delete it.

Change-Id: I5f3bc918a1ce5b6283cc865db4383f128b138d5e
Closes-Bug: #1670123
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are two "completion" in the subcommand table: bash-completion
and bash_completion. but "bash_completion" is not in help information
and it is repeated with "bash-completion", so delete it.

Change-Id: I5f3bc918a1ce5b6283cc865db4383f128b138d5e
Closes-Bug: #1670123
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove log translations</title>
<updated>2017-03-21T06:28:06+00:00</updated>
<author>
<name>luqitao</name>
<email>qtlu@fiberhome.com</email>
</author>
<published>2017-03-21T06:26:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=1f5e51f732f896fe56d33ffa967b3f1e748af876'/>
<id>1f5e51f732f896fe56d33ffa967b3f1e748af876</id>
<content type='text'>
Log messages are no longer being translated. This removes all use of
the _LE, _LI, and _LW translation markers to simplify logging and to
avoid confusion with new contributions.

See:
http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html
http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html

Change-Id: I0dcc1b8e9f0dd51b6892126a2ef010e6f3a2d940
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Log messages are no longer being translated. This removes all use of
the _LE, _LI, and _LW translation markers to simplify logging and to
avoid confusion with new contributions.

See:
http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html
http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html

Change-Id: I0dcc1b8e9f0dd51b6892126a2ef010e6f3a2d940
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove support for py34</title>
<updated>2017-02-09T02:54:49+00:00</updated>
<author>
<name>Rui Chen</name>
<email>chenrui.momo@gmail.com</email>
</author>
<published>2017-02-09T02:54:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=6fcc675245677d581e7aca86757f2f9646d84210'/>
<id>6fcc675245677d581e7aca86757f2f9646d84210</id>
<content type='text'>
The gating on python 3.4 is restricted to &lt;= Mitaka. This is due to
the change from Ubuntu Trusty to Xenial, where only python3.5 is
available. There is no need to continue to keep these settings.

Change-Id: I0cfc7ac5bddad922349a38cd0b2bfea0595a97a8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The gating on python 3.4 is restricted to &lt;= Mitaka. This is due to
the change from Ubuntu Trusty to Xenial, where only python3.5 is
available. There is no need to continue to keep these settings.

Change-Id: I0cfc7ac5bddad922349a38cd0b2bfea0595a97a8
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle log message interpolation by the logger</title>
<updated>2017-02-07T13:46:58+00:00</updated>
<author>
<name>Gábor Antal</name>
<email>antal@inf.u-szeged.hu</email>
</author>
<published>2017-02-07T13:45:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=2d0529347dd4060da127ce7d070819f2dc30055f'/>
<id>2d0529347dd4060da127ce7d070819f2dc30055f</id>
<content type='text'>
According to OpenStack Guideline[1], logged string message should be
interpolated by the logger.

[1]: http://docs.openstack.org/developer/oslo.i18n/guidelines.html#adding-variables-to-log-messages

Change-Id: Ia2bcd4387c406a3f7ffdb3cfe0badeccca22f278
Closes-Bug: #1661262
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to OpenStack Guideline[1], logged string message should be
interpolated by the logger.

[1]: http://docs.openstack.org/developer/oslo.i18n/guidelines.html#adding-variables-to-log-messages

Change-Id: Ia2bcd4387c406a3f7ffdb3cfe0badeccca22f278
Closes-Bug: #1661262
</pre>
</div>
</content>
</entry>
</feed>
