<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-heatclient.git/heatclient/common/http.py, branch 1.0.0</title>
<subtitle>opendev.org: openstack/python-heatclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/'/>
<entry>
<title>Include keystone message when authentication failed</title>
<updated>2016-01-18T19:39:20+00:00</updated>
<author>
<name>neetu</name>
<email>nutshi@gmail.com</email>
</author>
<published>2016-01-14T16:09:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=39195c4b5dcb61e2d5d1d611860041c9239a315b'/>
<id>39195c4b5dcb61e2d5d1d611860041c9239a315b</id>
<content type='text'>
This was lost in the fix for bug #1526944 but it might be useful.

Change-Id: Ifa8a1b3c2ff2ce6ec79328fb77065eb216e0f538
Related-Bug: #1526944
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was lost in the fix for bug #1526944 but it might be useful.

Change-Id: Ifa8a1b3c2ff2ce6ec79328fb77065eb216e0f538
Related-Bug: #1526944
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error message on authentication failure</title>
<updated>2016-01-06T15:33:55+00:00</updated>
<author>
<name>neetu</name>
<email>nutshi@gmail.com</email>
</author>
<published>2016-01-05T19:19:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=63c3bf0fbd43b9ac55f545763342832d4a142b53'/>
<id>63c3bf0fbd43b9ac55f545763342832d4a142b53</id>
<content type='text'>
Removing the "please try again" part of the error message on authentication failure.

Change-Id: I5b7424915d7a62e08b4e6cb1cd89c7b304afa24b
closes-Bug: #1526944
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removing the "please try again" part of the error message on authentication failure.

Change-Id: I5b7424915d7a62e08b4e6cb1cd89c7b304afa24b
closes-Bug: #1526944
</pre>
</div>
</content>
</entry>
<entry>
<title>Change LOG.warn to LOG.warning</title>
<updated>2016-01-04T05:25:40+00:00</updated>
<author>
<name>zhangguoqing</name>
<email>zhang.guoqing@99cloud.net</email>
</author>
<published>2016-01-04T05:25:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=b65817fa43fa12dc7dbade45c7954714e7179860'/>
<id>b65817fa43fa12dc7dbade45c7954714e7179860</id>
<content type='text'>
Python 3 deprecated the logger.warn method, see:
https://docs.python.org/3/library/logging.html#logging.warning
so we prefer to use warning to avoid DeprecationWarning.

Change-Id: Id0c5d67a763121c3245316955c4901a0dbea73ad
Closes-Bug: #1530742
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3 deprecated the logger.warn method, see:
https://docs.python.org/3/library/logging.html#logging.warning
so we prefer to use warning to avoid DeprecationWarning.

Change-Id: Id0c5d67a763121c3245316955c4901a0dbea73ad
Closes-Bug: #1530742
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable pep8 E126 test</title>
<updated>2015-11-30T16:31:31+00:00</updated>
<author>
<name>ricolin</name>
<email>rico.l@inwinstack.com</email>
</author>
<published>2015-11-15T16:42:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=978eeb39949afa64d9bbbee7ae5799d45e9fd3d8'/>
<id>978eeb39949afa64d9bbbee7ae5799d45e9fd3d8</id>
<content type='text'>
Enable E126 continuation line over-indented for hanging indent.

Change-Id: I12ca2d8d610574dfcd528b0e613ec0328f4fb45e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable E126 continuation line over-indented for hanging indent.

Change-Id: I12ca2d8d610574dfcd528b0e613ec0328f4fb45e
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable pep8 E713 test</title>
<updated>2015-11-23T15:44:51+00:00</updated>
<author>
<name>ricolin</name>
<email>rico.l@inwinstack.com</email>
</author>
<published>2015-11-15T15:02:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=5a658551bddb909d4ff57e53efab21b6d53cc721'/>
<id>5a658551bddb909d4ff57e53efab21b6d53cc721</id>
<content type='text'>
Enable E713 test for membership should be 'not in'

Change-Id: I22c8f849713f613e0ef5f6011c075de5f31b7621
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable E713 test for membership should be 'not in'

Change-Id: I22c8f849713f613e0ef5f6011c075de5f31b7621
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix TypeError when call keystoneclient session.request()</title>
<updated>2015-07-06T09:56:45+00:00</updated>
<author>
<name>huangtianhua</name>
<email>huangtianhua@huawei.com</email>
</author>
<published>2015-07-06T09:56:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=6c4d183f6eee902a01f671fc66f9a79d83ffbb87'/>
<id>6c4d183f6eee902a01f671fc66f9a79d83ffbb87</id>
<content type='text'>
A TypeError raised when run cmd 'heat resource-show':
 TypeError: request() got an unexpected keyword argument
 'follow_redirects'
This problem was introduced by the
change I90bc9d9fcd1058c3eca288f08dd134810f1b0000 to move
SessionClient from HTTPClient to adapter, due there is no
keyword argument 'follow_redirects' in keystoneclient
session.request() method.

Change-Id: I91f13da740bf1e66dffd68cdf666a24d68aa543d
Closes-Bug: #1471650
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A TypeError raised when run cmd 'heat resource-show':
 TypeError: request() got an unexpected keyword argument
 'follow_redirects'
This problem was introduced by the
change I90bc9d9fcd1058c3eca288f08dd134810f1b0000 to move
SessionClient from HTTPClient to adapter, due there is no
keyword argument 'follow_redirects' in keystoneclient
session.request() method.

Change-Id: I91f13da740bf1e66dffd68cdf666a24d68aa543d
Closes-Bug: #1471650
</pre>
</div>
</content>
</entry>
<entry>
<title>Move SessionClient from HTTPClient to adapter</title>
<updated>2015-06-26T08:56:57+00:00</updated>
<author>
<name>Peter Razumovsky</name>
<email>prazumovsky@mirantis.com</email>
</author>
<published>2015-03-11T15:30:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=0349863b05904397bd2cbfbefa5dd246474c86bf'/>
<id>0349863b05904397bd2cbfbefa5dd246474c86bf</id>
<content type='text'>
Many projects use keystoneclient adapter for SessionClient
realisation, but heatclient use HTTPClient, which is break
SessionClient logic (e.g. using credentials and endpoint).

Change-Id: I90bc9d9fcd1058c3eca288f08dd134810f1b0000
Closes-bug: #1427596
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Many projects use keystoneclient adapter for SessionClient
realisation, but heatclient use HTTPClient, which is break
SessionClient logic (e.g. using credentials and endpoint).

Change-Id: I90bc9d9fcd1058c3eca288f08dd134810f1b0000
Closes-bug: #1427596
</pre>
</div>
</content>
</entry>
<entry>
<title>Move usage methods *_request to get/post/etc</title>
<updated>2015-06-09T10:13:01+00:00</updated>
<author>
<name>Peter Razumovsky</name>
<email>prazumovsky@mirantis.com</email>
</author>
<published>2015-04-20T11:52:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=0f8f4d17bb987837c22de6b1f35df5064bf3c3ee'/>
<id>0f8f4d17bb987837c22de6b1f35df5064bf3c3ee</id>
<content type='text'>
HTTPClient has methods get/post/put and others, which
use json_request and raw_request, but other code uses
requests method instead of them.

Change-Id: I74ee34430afdae17f83ccdc877cc882f94651bce
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
HTTPClient has methods get/post/put and others, which
use json_request and raw_request, but other code uses
requests method instead of them.

Change-Id: I74ee34430afdae17f83ccdc877cc882f94651bce
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate to new oslo_xxx namespace</title>
<updated>2015-03-23T12:54:33+00:00</updated>
<author>
<name>tengqm</name>
<email>tengqim@cn.ibm.com</email>
</author>
<published>2015-03-23T11:49:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=284c1c5b8da799564f0afb40aa0c1a69cecb40f7'/>
<id>284c1c5b8da799564f0afb40aa0c1a69cecb40f7</id>
<content type='text'>
This patch migrates the namespace of oslo packages from oslo.foobar to
oslo_foobar.  The oslo_incubator code need to be resynced, which will be
submitted in another patch.

Change-Id: Id77207750556b71f20797a0ee6f2cafd62ea30e1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch migrates the namespace of oslo packages from oslo.foobar to
oslo_foobar.  The oslo_incubator code need to be resynced, which will be
submitted in another patch.

Change-Id: Id77207750556b71f20797a0ee6f2cafd62ea30e1
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix SessionClient error when endpoint=None</title>
<updated>2015-03-02T17:34:24+00:00</updated>
<author>
<name>Peter Razumovsky</name>
<email>prazumovsky@mirantis.com</email>
</author>
<published>2015-03-02T17:30:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=ebc16767cc967ef2c9f39093c57c96b4dd0dde1a'/>
<id>ebc16767cc967ef2c9f39093c57c96b4dd0dde1a</id>
<content type='text'>
If there is no endpoint, SessionClient failes because of
required endpoint in __init__ args. Also this patch adds
tests for SessionClient.

Change-Id: I0475698fe34d4acf0d0187fb87d02781bce6f74a
Closes-bug: #1427310
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If there is no endpoint, SessionClient failes because of
required endpoint in __init__ args. Also this patch adds
tests for SessionClient.

Change-Id: I0475698fe34d4acf0d0187fb87d02781bce6f74a
Closes-bug: #1427310
</pre>
</div>
</content>
</entry>
</feed>
