<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-saharaclient.git/doc/source, branch ocata-eol</title>
<subtitle>opendev.org: openstack/python-saharaclient
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/'/>
<entry>
<title>Fix doc build if git is absent</title>
<updated>2016-08-31T14:01:53+00:00</updated>
<author>
<name>Thomas Bechtold</name>
<email>tbechtold@suse.com</email>
</author>
<published>2016-08-31T14:01:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=fe007f0552d208b9b9d9594097177c8c4a1cd26c'/>
<id>fe007f0552d208b9b9d9594097177c8c4a1cd26c</id>
<content type='text'>
When building packages if git is absent, then we should not set
html_last_updated_fmt. It can still be set via the -D switch
when building with sphinx-build.

Change-Id: Ie6477df7f65e5035b1b03b51f698972ce9dd9aaa
Closes-Bug: #1552251
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When building packages if git is absent, then we should not set
html_last_updated_fmt. It can still be set via the -D switch
when building with sphinx-build.

Change-Id: Ie6477df7f65e5035b1b03b51f698972ce9dd9aaa
Closes-Bug: #1552251
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused pngmath Sphinx extension</title>
<updated>2016-02-29T18:58:37+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2016-02-29T18:58:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=409c48bf1f331ed3e4d1f3388568a3a0e19917da'/>
<id>409c48bf1f331ed3e4d1f3388568a3a0e19917da</id>
<content type='text'>
There's no RST file that uses ".. math" and thus
the pngmath Sphinx extension is not used and can
get removed.

Change-Id: I3ea4b529025c8ac3c4092f3720124647861e6668
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's no RST file that uses ".. math" and thus
the pngmath Sphinx extension is not used and can
get removed.

Change-Id: I3ea4b529025c8ac3c4092f3720124647861e6668
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Keystoneclient to keystoneauth migration"</title>
<updated>2016-02-14T13:32:34+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-02-14T13:32:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=08ea638f56804168d58d5b16d87192b655df5b61'/>
<id>08ea638f56804168d58d5b16d87192b655df5b61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Keystoneclient to keystoneauth migration</title>
<updated>2016-02-11T14:45:47+00:00</updated>
<author>
<name>Michael Ionkin</name>
<email>mionkin@mirantis.com</email>
</author>
<published>2016-01-27T14:14:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=a3ac46644889e460f3f9e3fe89a87296d2a4ac8a'/>
<id>a3ac46644889e460f3f9e3fe89a87296d2a4ac8a</id>
<content type='text'>
Keystoneauth was extracted from keystoneclient so we need
to migrate to keystoneauth

also deleted get_projects_list method because it is not used

Change-Id: I2c611d6b5ae08eacc11513e0dd2548e42b9dc828
bp: keystoneclient-to-keystoneauth
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Keystoneauth was extracted from keystoneclient so we need
to migrate to keystoneauth

also deleted get_projects_list method because it is not used

Change-Id: I2c611d6b5ae08eacc11513e0dd2548e42b9dc828
bp: keystoneclient-to-keystoneauth
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace deprecated library function os.popen() with subprocess</title>
<updated>2016-01-13T15:46:24+00:00</updated>
<author>
<name>ting.wang</name>
<email>ting.wang@easystack.cn</email>
</author>
<published>2016-01-13T15:45:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=9ec33ac02ad45e6356cc8e358b9eddfbe23b0f13'/>
<id>9ec33ac02ad45e6356cc8e358b9eddfbe23b0f13</id>
<content type='text'>
os.popen() is deprecated since python 2.6.
Resolved with use of subprocess module

Change-Id: I4b6469bf17a26389bcc6d844140a14f45896b9ff
Closes-Bug: #1529836
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
os.popen() is deprecated since python 2.6.
Resolved with use of subprocess module

Change-Id: I4b6469bf17a26389bcc6d844140a14f45896b9ff
Closes-Bug: #1529836
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Adding sphinx extension for CLI docs autogeneration"</title>
<updated>2015-11-26T19:07:52+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-11-26T19:07:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=11d058e751b2283b44cce00b0324efef07cf1789'/>
<id>11d058e751b2283b44cce00b0324efef07cf1789</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding sphinx extension for CLI docs autogeneration</title>
<updated>2015-11-12T19:56:00+00:00</updated>
<author>
<name>Andrey Pavlov</name>
<email>apavlov@mirantis.com</email>
</author>
<published>2015-11-05T16:32:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=0cf6ec23d6de2af24401e872b697a7567263fa97'/>
<id>0cf6ec23d6de2af24401e872b697a7567263fa97</id>
<content type='text'>
New CLI docs now can be autogenerated, that prevents
them from being outdated and excludes manual updates

Partially implements: blueprint cli-as-openstackclient-plugin

Change-Id: I11e6dadc7d19bd55777e748e7ada199311b20003
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New CLI docs now can be autogenerated, that prevents
them from being outdated and excludes manual updates

Partially implements: blueprint cli-as-openstackclient-plugin

Change-Id: I11e6dadc7d19bd55777e748e7ada199311b20003
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding autogenerated saharaclient API docs</title>
<updated>2015-11-12T16:20:02+00:00</updated>
<author>
<name>Andrey Pavlov</name>
<email>apavlov@mirantis.com</email>
</author>
<published>2015-11-12T16:20:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=8a5a16f1d6cde1fe22b5bc58ee4ea34d0f8faf72'/>
<id>8a5a16f1d6cde1fe22b5bc58ee4ea34d0f8faf72</id>
<content type='text'>
Saharaclient API docs now can be autogenerated, that
prevents them from manual update. Also docstrings
were added to describe some unclear parameters.

Change-Id: Ibf9fdf332c91cdfb18d6f8ec5429a39dc2862494
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Saharaclient API docs now can be autogenerated, that
prevents them from manual update. Also docstrings
were added to describe some unclear parameters.

Change-Id: Ibf9fdf332c91cdfb18d6f8ec5429a39dc2862494
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding Sahara CLI overview to docs and fixing warnings</title>
<updated>2015-11-12T12:19:44+00:00</updated>
<author>
<name>Andrey Pavlov</name>
<email>apavlov@mirantis.com</email>
</author>
<published>2015-11-03T12:51:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=1aaea83b02eeaf7a8da6a89da1cbb7b2396bf191'/>
<id>1aaea83b02eeaf7a8da6a89da1cbb7b2396bf191</id>
<content type='text'>
New Sahara CLI as OpenStackClient plugin usage overview
added and few warnings during docs generation fixed

Partially implements: blueprint cli-as-openstackclient-plugin

Change-Id: If5b4608429d994c642237d6a73ebd9e1bd985fc5
Closes-bug: #1512690
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New Sahara CLI as OpenStackClient plugin usage overview
added and few warnings during docs generation fixed

Partially implements: blueprint cli-as-openstackclient-plugin

Change-Id: If5b4608429d994c642237d6a73ebd9e1bd985fc5
Closes-bug: #1512690
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating saharaclient api docs</title>
<updated>2015-09-07T14:07:55+00:00</updated>
<author>
<name>Andrey Pavlov</name>
<email>apavlov@mirantis.com</email>
</author>
<published>2015-09-07T13:13:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=e233d7d31dc71c116775923a24ee35e2d6ae3386'/>
<id>e233d7d31dc71c116775923a24ee35e2d6ae3386</id>
<content type='text'>
Change-Id: Ia8795962ab81e66efbf4e7a3f48eeee0c5aa6ecc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia8795962ab81e66efbf4e7a3f48eeee0c5aa6ecc
</pre>
</div>
</content>
</entry>
</feed>
