<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-keystoneclient.git/doc, branch train-em</title>
<subtitle>opendev.org: openstack/python-keystoneclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/'/>
<entry>
<title>Generate pdf documentation</title>
<updated>2019-09-04T05:39:34+00:00</updated>
<author>
<name>Vishakha Agarwal</name>
<email>agarwalvishakha18@gmail.com</email>
</author>
<published>2019-08-30T05:07:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=f27e6467e7c5cc0b072c59896c9efc281888e6f3'/>
<id>f27e6467e7c5cc0b072c59896c9efc281888e6f3</id>
<content type='text'>
This patch adds a new tox job/command for building the pdf
version of documentation.

tox -epdf-docs

Change-Id: I0c0ef99190ea2a834bfdb47eb443b88a93bc802c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds a new tox job/command for building the pdf
version of documentation.

tox -epdf-docs

Change-Id: I0c0ef99190ea2a834bfdb47eb443b88a93bc802c
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump the openstackdocstheme extension to 1.20</title>
<updated>2019-08-01T01:44:54+00:00</updated>
<author>
<name>pengyuesheng</name>
<email>pengyuesheng@gohighsec.com</email>
</author>
<published>2019-07-03T06:49:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=f7e75f43d811c8e1028746b2574322afa53dbaac'/>
<id>f7e75f43d811c8e1028746b2574322afa53dbaac</id>
<content type='text'>
Some options are now automatically configured by the version 1.20:
- project
- html_last_updated_fmt
- latex_engine
- latex_elements
- version
- release.

Depends-On:https://review.opendev.org/#/c/660609/

Change-Id: I83ee2a89ae0a8158ed955581b738cea6ca93707d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some options are now automatically configured by the version 1.20:
- project
- html_last_updated_fmt
- latex_engine
- latex_elements
- version
- release.

Depends-On:https://review.opendev.org/#/c/660609/

Change-Id: I83ee2a89ae0a8158ed955581b738cea6ca93707d
</pre>
</div>
</content>
</entry>
<entry>
<title>Blacklist bandit 1.6.0 &amp; cap sphinx for 2.7</title>
<updated>2019-07-04T04:46:58+00:00</updated>
<author>
<name>Vishakha Agarwal</name>
<email>agarwalvishakha18@gmail.com</email>
</author>
<published>2019-05-22T08:51:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=319fd1a5321cb4271969886beed82c975b80d024'/>
<id>319fd1a5321cb4271969886beed82c975b80d024</id>
<content type='text'>
The latest version of bandit has broken directory
exclusion, so multiple test files are getting flagged.
This change blocks version 1.6.0 while this issue is
fixed for 1.6.1. This change also caps sphinx
at &lt;2.0.0 for python version 2.7.

This also updates the keyring version.

Change-Id: I69a86ef21791698e4dd749fe5640fcdc7df1b0fc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The latest version of bandit has broken directory
exclusion, so multiple test files are getting flagged.
This change blocks version 1.6.0 while this issue is
fixed for 1.6.1. This change also caps sphinx
at &lt;2.0.0 for python version 2.7.

This also updates the keyring version.

Change-Id: I69a86ef21791698e4dd749fe5640fcdc7df1b0fc
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add Response class to return request-id to caller"</title>
<updated>2018-10-19T20:09:20+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2018-10-19T20:09:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=06e36dde26ed29cbf61ff3bd621fe30803231f34'/>
<id>06e36dde26ed29cbf61ff3bd621fe30803231f34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Response class to return request-id to caller</title>
<updated>2018-03-26T08:51:30+00:00</updated>
<author>
<name>David Stanek</name>
<email>dstanek@dstanek.com</email>
</author>
<published>2016-06-15T12:51:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=b2e9caee38ca66147552a8f677468becf812e16e'/>
<id>b2e9caee38ca66147552a8f677468becf812e16e</id>
<content type='text'>
This change is required to return 'request_id' from client
to log request_id mappings of cross-project requests.

Instantiating class 'keystoneclient.v3.client.Client' using
'include_metadata=True' will cause manager response to return
a new 'Response' class instead of just the data. This 'Response'
class is going to have additional metadata properties available
like 'request_ids' and the original data will be available as
property 'data' to it.

This change is backward compatible since user has to set a new
parameter 'include_metadata=True' to client in order to get the
request_id returned.

Co-author: Dinesh Bhor &lt;dinesh.bhor@nttdata.com&gt;
Partially Implements: blueprint return-request-id-to-caller
Change-Id: Ibefaa484158ff08bfcacc1e2802d87fc26fd76a5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change is required to return 'request_id' from client
to log request_id mappings of cross-project requests.

Instantiating class 'keystoneclient.v3.client.Client' using
'include_metadata=True' will cause manager response to return
a new 'Response' class instead of just the data. This 'Response'
class is going to have additional metadata properties available
like 'request_ids' and the original data will be available as
property 'data' to it.

This change is backward compatible since user has to set a new
parameter 'include_metadata=True' to client in order to get the
request_id returned.

Co-author: Dinesh Bhor &lt;dinesh.bhor@nttdata.com&gt;
Partially Implements: blueprint return-request-id-to-caller
Change-Id: Ibefaa484158ff08bfcacc1e2802d87fc26fd76a5
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2018-03-15T07:58:00+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2018-03-15T07:58:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=2a13f2b557c0865ca152fcf04f3ff3158225ce9c'/>
<id>2a13f2b557c0865ca152fcf04f3ff3158225ce9c</id>
<content type='text'>
Change-Id: I50a3011c302fb5568da8f57e2f5c354d1afb3a94
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I50a3011c302fb5568da8f57e2f5c354d1afb3a94
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2018-02-17T10:13:32+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2018-02-17T10:13:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=70f33b5e226e9b945cea66bfa774934537f04841'/>
<id>70f33b5e226e9b945cea66bfa774934537f04841</id>
<content type='text'>
Change-Id: I881fca9b06f551fd26b37fdb43502a71da8ffec8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I881fca9b06f551fd26b37fdb43502a71da8ffec8
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2018-01-18T10:16:34+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2018-01-18T10:16:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=e410b2985cedd9bad156079269620093bcf1eae3'/>
<id>e410b2985cedd9bad156079269620093bcf1eae3</id>
<content type='text'>
Change-Id: I748fadaececc4c5fe67ab6d671f13ce4ea964049
I44f2950a092bc03bdd0a9976242689a8f198b07a
I5f4dccaef48902bb4a5e6eab304c76cc5dbb258d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I748fadaececc4c5fe67ab6d671f13ce4ea964049
I44f2950a092bc03bdd0a9976242689a8f198b07a
I5f4dccaef48902bb4a5e6eab304c76cc5dbb258d
</pre>
</div>
</content>
</entry>
<entry>
<title>Create doc/requirements.txt</title>
<updated>2017-12-19T21:20:06+00:00</updated>
<author>
<name>QinglinCheng</name>
<email>qinglin.cheng@easystack.cn</email>
</author>
<published>2017-12-19T06:20:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=3016f08782c7b37b6ea3b4597b3bc7ab94c73dac'/>
<id>3016f08782c7b37b6ea3b4597b3bc7ab94c73dac</id>
<content type='text'>
For compliance with the Project Testing Interface as described in:

https://governance.openstack.org/tc/reference/project-testing-interface.html

Refer to:

http://lists.openstack.org/pipermail/openstack-dev/2017-November/124815.html

Change-Id: Iaa1530f19049883fc9fbce66f1fcc82ded559a07
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For compliance with the Project Testing Interface as described in:

https://governance.openstack.org/tc/reference/project-testing-interface.html

Refer to:

http://lists.openstack.org/pipermail/openstack-dev/2017-November/124815.html

Change-Id: Iaa1530f19049883fc9fbce66f1fcc82ded559a07
</pre>
</div>
</content>
</entry>
<entry>
<title>Update URLs in documents according to document migration</title>
<updated>2017-07-14T01:56:01+00:00</updated>
<author>
<name>melissaml</name>
<email>ma.lei@99cloud.net</email>
</author>
<published>2017-07-14T01:56:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=956ec88d0ac5f6efa5d771e536f15c830087a7c2'/>
<id>956ec88d0ac5f6efa5d771e536f15c830087a7c2</id>
<content type='text'>
Change-Id: Ie0a8594f2dd0554a07111207899e6134affc998e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie0a8594f2dd0554a07111207899e6134affc998e
</pre>
</div>
</content>
</entry>
</feed>
