<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ceilometerclient.git/ceilometerclient, 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>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>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>
<entry>
<title>Adjust parameters order of tenant_xxx and project_xxx</title>
<updated>2017-02-04T12:49:45+00:00</updated>
<author>
<name>Jeremy Liu</name>
<email>liujiong@gohighsec.com</email>
</author>
<published>2017-02-04T12:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=4bd78939bc6c5dacb543fe596ff9c155d40f7b0b'/>
<id>4bd78939bc6c5dacb543fe596ff9c155d40f7b0b</id>
<content type='text'>
We prefer project_xxx to tenant_xxx when authenticating.

Change-Id: I438854e6c9a9ea397ae4e7f21919a82c872f9693
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We prefer project_xxx to tenant_xxx when authenticating.

Change-Id: I438854e6c9a9ea397ae4e7f21919a82c872f9693
</pre>
</div>
</content>
</entry>
<entry>
<title>shell: do not force domain to be present</title>
<updated>2017-01-25T18:08:36+00:00</updated>
<author>
<name>Julien Danjou</name>
<email>julien@danjou.info</email>
</author>
<published>2017-01-25T18:03:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=536ebe20547c5f69255c698a1d1da9ea26d9bcac'/>
<id>536ebe20547c5f69255c698a1d1da9ea26d9bcac</id>
<content type='text'>
If OS_PROJECT_NAME and Keystone v2 is used there's no need to set a domain.

Change-Id: I9555b571224262b61255f70a30f540a32b8ae2fc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If OS_PROJECT_NAME and Keystone v2 is used there's no need to set a domain.

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