<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-keystoneclient.git/doc, branch 0.1.3</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>Fix PEP8 issues.</title>
<updated>2012-08-29T05:55:32+00:00</updated>
<author>
<name>lrqrun</name>
<email>lrqrun@gmail.com</email>
</author>
<published>2012-08-29T05:55:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=de8622cd8e34d658db7fe5e069ee386878549a87'/>
<id>de8622cd8e34d658db7fe5e069ee386878549a87</id>
<content type='text'>
Fix some pep8 issues in doc/source/conf.py make the code looks pretty.

Change-Id: Ib1e2f8214ad7f4bc49c8c3dfa016843f8df15fe6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix some pep8 issues in doc/source/conf.py make the code looks pretty.

Change-Id: Ib1e2f8214ad7f4bc49c8c3dfa016843f8df15fe6
</pre>
</div>
</content>
</entry>
<entry>
<title>Change underscores in new cert options to dashes</title>
<updated>2012-08-22T16:43:43+00:00</updated>
<author>
<name>Dean Troyer</name>
<email>dtroyer@gmail.com</email>
</author>
<published>2012-08-22T16:41:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=d7af8598ae913bb87dd9da41b5de20b458c53491'/>
<id>d7af8598ae913bb87dd9da41b5de20b458c53491</id>
<content type='text'>
* --os_cacert -&gt; --os-cacert
* --os_cert   -&gt; --os-cert
* --os_key    -&gt; --os-key

* OS_CA_CERT didn't match --os-cacert, change to OS_CACERT

Fixes bug 1040162

Change-Id: Ib03ff492b6ab2b76e54974e5436a444725615ea6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* --os_cacert -&gt; --os-cacert
* --os_cert   -&gt; --os-cert
* --os_key    -&gt; --os-key

* OS_CA_CERT didn't match --os-cacert, change to OS_CACERT

Fixes bug 1040162

Change-Id: Ib03ff492b6ab2b76e54974e5436a444725615ea6
</pre>
</div>
</content>
</entry>
<entry>
<title>Support 2-way SSL with Keystone server if it is configured to enforce</title>
<updated>2012-07-03T21:26:34+00:00</updated>
<author>
<name>Liem Nguyen</name>
<email>liem.m.nguyen@gmail.com</email>
</author>
<published>2012-05-23T18:16:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=abc7c47c18f54c33668e9862fac614b7ce1d6d0a'/>
<id>abc7c47c18f54c33668e9862fac614b7ce1d6d0a</id>
<content type='text'>
2-way SSL.  See also https://review.openstack.org/#/c/7706/ for the
corresponding review for the 2-way SSL addition to Keystone.

Change-Id: If0cb46a43d663687396d93604a7139d85a4e7114
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2-way SSL.  See also https://review.openstack.org/#/c/7706/ for the
corresponding review for the 2-way SSL addition to Keystone.

Change-Id: If0cb46a43d663687396d93604a7139d85a4e7114
</pre>
</div>
</content>
</entry>
<entry>
<title>Change CLI options to use dashes</title>
<updated>2012-06-28T20:59:27+00:00</updated>
<author>
<name>Dean Troyer</name>
<email>dtroyer@gmail.com</email>
</author>
<published>2012-06-28T16:53:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=1fa29109c2194102b4c79fa7fd7328843af6998e'/>
<id>1fa29109c2194102b4c79fa7fd7328843af6998e</id>
<content type='text'>
Change documented options to use dashes instead of underscores
in option names.  Continue to support old underscore names for
backward compatibility for a release or two (TBD).

Blueprint: command-options

Change-Id: Ied0d325a9fdd32f80bf8c993887e1975aa6adf16
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change documented options to use dashes instead of underscores
in option names.  Continue to support old underscore names for
backward compatibility for a release or two (TBD).

Blueprint: command-options

Change-Id: Ied0d325a9fdd32f80bf8c993887e1975aa6adf16
</pre>
</div>
</content>
</entry>
<entry>
<title>Move docs to doc.</title>
<updated>2012-06-11T20:33:02+00:00</updated>
<author>
<name>Clark Boylan</name>
<email>clark.boylan@gmail.com</email>
</author>
<published>2012-06-08T22:41:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=3ba77383238d463c903eb5c9ae0da9879fd700e0'/>
<id>3ba77383238d463c903eb5c9ae0da9879fd700e0</id>
<content type='text'>
To better facilitate the building and publishing of sphinx
documentation by Jenkins we are moving all openstack projects with
sphinx documentation to a common doc tree structure. Documentation
goes in project/doc/source and build results go in project/doc/build.

Change-Id: I205e8bb1ddf6dae1d7392b32975319c6a6d98673
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To better facilitate the building and publishing of sphinx
documentation by Jenkins we are moving all openstack projects with
sphinx documentation to a common doc tree structure. Documentation
goes in project/doc/source and build results go in project/doc/build.

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