<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-heatclient.git/doc/source, branch stable/ocata</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>Fix doc on keystoneauth session api usage</title>
<updated>2016-12-08T07:33:20+00:00</updated>
<author>
<name>rabi</name>
<email>ramishra@redhat.com</email>
</author>
<published>2016-12-08T07:18:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=3d60183120ca709e4298fa516bc1c7b639db770b'/>
<id>3d60183120ca709e4298fa516bc1c7b639db770b</id>
<content type='text'>
This fixes documentation on client creation with keystoneauth
session api.

Change-Id: I0f6bb6f4f9bbaa84b5185c0a9e9db6a4184702d4
Partial-Bug: #1646539
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes documentation on client creation with keystoneauth
session api.

Change-Id: I0f6bb6f4f9bbaa84b5185c0a9e9db6a4184702d4
Partial-Bug: #1646539
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix doc build if git is absent</title>
<updated>2016-07-13T15:09:16+00:00</updated>
<author>
<name>Thomas Bechtold</name>
<email>tbechtold@suse.com</email>
</author>
<published>2016-07-13T15:07:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=43862612783a0021664b7ece442681cff4899003'/>
<id>43862612783a0021664b7ece442681cff4899003</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: If6585c62ed783f38b2b80afa7fc9795f7e9426a6
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: If6585c62ed783f38b2b80afa7fc9795f7e9426a6
Closes-Bug: #1552251
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an example on keystoneauth Sessions to the doc</title>
<updated>2016-03-07T04:10:30+00:00</updated>
<author>
<name>Clenimar Filemon</name>
<email>clenimar.filemon@gmail.com</email>
</author>
<published>2016-03-07T03:52:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=bd9008ed5bda3e3ac9bfda536241ae02713c5b86'/>
<id>bd9008ed5bda3e3ac9bfda536241ae02713c5b86</id>
<content type='text'>
keystoneauth Session object brings an unified interface of
authentication to a variety of OpenStack services. Some components (e.g.
Nova, Glance) already have an example on their Python API docs. This
patch adds an example on how to create a heat Client instance using
keystoneauth Session API.

Change-Id: Iaa51052ccb4c66aafa11e9bfd6befbd831715110
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
keystoneauth Session object brings an unified interface of
authentication to a variety of OpenStack services. Some components (e.g.
Nova, Glance) already have an example on their Python API docs. This
patch adds an example on how to create a heat Client instance using
keystoneauth Session API.

Change-Id: Iaa51052ccb4c66aafa11e9bfd6befbd831715110
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace deprecated library function os.popen() with subprocess</title>
<updated>2016-01-09T14:17:16+00:00</updated>
<author>
<name>LiuNanke</name>
<email>nanke.liu@easystack.cn</email>
</author>
<published>2016-01-09T13:17:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=5e92ba8f441ddc244ce5aa02e1abe560d1de1969'/>
<id>5e92ba8f441ddc244ce5aa02e1abe560d1de1969</id>
<content type='text'>
os.popen() is deprecated since version 2.6. Resolved with use of
subprocess module.
Closes-bug: #1529836

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

Change-Id: I04978ecdce04c8817c4c1c231ba7e65b908f5471
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable pep8 E265 test</title>
<updated>2015-11-23T15:45:04+00:00</updated>
<author>
<name>ricolin</name>
<email>rico.l@inwinstack.com</email>
</author>
<published>2015-11-15T15:07:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=6f1542c2ca9a477d836039ec82ff6d2890eb71cd'/>
<id>6f1542c2ca9a477d836039ec82ff6d2890eb71cd</id>
<content type='text'>
Enable E265 block comment should start with '# '

Change-Id: I78813e73f8dd800bc58a1d69eedc2c066ccb8c28
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable E265 block comment should start with '# '

Change-Id: I78813e73f8dd800bc58a1d69eedc2c066ccb8c28
</pre>
</div>
</content>
</entry>
<entry>
<title>OpenStack typo</title>
<updated>2015-11-18T09:11:04+00:00</updated>
<author>
<name>dixiaoli</name>
<email>dixiaobj@cn.ibm.com</email>
</author>
<published>2015-11-15T16:00:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=a83a392585acbf51140c4e4082d0e85f2b0dc4f8'/>
<id>a83a392585acbf51140c4e4082d0e85f2b0dc4f8</id>
<content type='text'>
change capitalization of OpenStack in file doc/source/man heat.rst

TrivialFix

Change-Id: I9f40fa7b2ed953ae6f2bb305f3028ec63b7262df
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
change capitalization of OpenStack in file doc/source/man heat.rst

TrivialFix

Change-Id: I9f40fa7b2ed953ae6f2bb305f3028ec63b7262df
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates heat.rst with 'service-list</title>
<updated>2015-02-12T16:58:34+00:00</updated>
<author>
<name>Kanagaraj Manickam</name>
<email>kanagaraj.manickam@hp.com</email>
</author>
<published>2015-02-12T16:56:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=d565efc5550059eee35cfb450bfbc7aca10dedec'/>
<id>d565efc5550059eee35cfb450bfbc7aca10dedec</id>
<content type='text'>
Updates heat.rst man page with new command 'heat service-list'

Change-Id: I9f3d6ca5e4c489a65344fb451be4c274e8298129
Closes-bug: #1421299
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates heat.rst man page with new command 'heat service-list'

Change-Id: I9f3d6ca5e4c489a65344fb451be4c274e8298129
Closes-bug: #1421299
</pre>
</div>
</content>
</entry>
<entry>
<title>Add adopt/abandon description to heat manual</title>
<updated>2015-02-04T09:34:18+00:00</updated>
<author>
<name>kairat_kushaev</name>
<email>kkushaev@mirantis.com</email>
</author>
<published>2015-01-28T10:22:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=edf3014e48a40f95b22bb3e153f8c4ebb9abf898'/>
<id>edf3014e48a40f95b22bb3e153f8c4ebb9abf898</id>
<content type='text'>
Added adopt command description to heat manual.
Added note that adopt/abandon are disabled by default.

Change-Id: I36d0b70fe32750b82cd5fe9cf0403866b8501ed9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added adopt command description to heat manual.
Added note that adopt/abandon are disabled by default.

Change-Id: I36d0b70fe32750b82cd5fe9cf0403866b8501ed9
</pre>
</div>
</content>
</entry>
<entry>
<title>Workflow documentation is now in infra-manual</title>
<updated>2014-12-05T03:30:39+00:00</updated>
<author>
<name>Jeremy Stanley</name>
<email>fungi@yuggoth.org</email>
</author>
<published>2014-12-05T03:30:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=39c1846b1feb0e724ecf2f69b9c7207bd83e55e2'/>
<id>39c1846b1feb0e724ecf2f69b9c7207bd83e55e2</id>
<content type='text'>
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: Idba76cc145aaf7636b68ece14598ef67b811275c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: Idba76cc145aaf7636b68ece14598ef67b811275c
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop using intersphinx</title>
<updated>2014-09-13T07:41:51+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.de</email>
</author>
<published>2014-09-13T07:41:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=16ac43a4049f5e03616403cca81ed68d59dbab54'/>
<id>16ac43a4049f5e03616403cca81ed68d59dbab54</id>
<content type='text'>
Remove intersphinx from the docs build as it triggers network calls that
occasionally fail, and we don't really use intersphinx (links other
sphinx documents out on the internet)

This also removes the requirement for internet access during docs build.

This can cause docs jobs to fail if the project errors out on
warnings.

Change-Id: I71e941e2a639641a662a163c682eb86d51de42fb
Related-Bug: #1368910
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove intersphinx from the docs build as it triggers network calls that
occasionally fail, and we don't really use intersphinx (links other
sphinx documents out on the internet)

This also removes the requirement for internet access during docs build.

This can cause docs jobs to fail if the project errors out on
warnings.

Change-Id: I71e941e2a639641a662a163c682eb86d51de42fb
Related-Bug: #1368910
</pre>
</div>
</content>
</entry>
</feed>
