<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-heatclient.git/doc/source/man, branch wallaby-em</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>Replace git.openstack.org URLs with opendev.org URLs</title>
<updated>2019-07-14T15:05:49+00:00</updated>
<author>
<name>jacky06</name>
<email>zhang.min@99cloud.net</email>
</author>
<published>2019-04-23T05:44:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=87253c46fda3f1d468ba5b13d5e858433791e203'/>
<id>87253c46fda3f1d468ba5b13d5e858433791e203</id>
<content type='text'>
Change-Id: I65ec66ebcef80609a4fc111c71a225eccec35eeb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I65ec66ebcef80609a4fc111c71a225eccec35eeb
</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>add output-list and output-show</title>
<updated>2014-02-20T15:40:56+00:00</updated>
<author>
<name>Lars Kellogg-Stedman</name>
<email>lars@redhat.com</email>
</author>
<published>2014-02-14T22:52:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=60f3de47e36eebbcf4cde4655096e73d0dc24f3e'/>
<id>60f3de47e36eebbcf4cde4655096e73d0dc24f3e</id>
<content type='text'>
This patch adds the "output-list" and "output-show" commands to heat.
The first prints a table of available outputs to stdout, and the second
prints a single output_value to stdout.

All outputs are serialized to JSON.

This patch includes tests for the new commands as well as updated
documentation.

Implements blueprint: stack-outputs-in-shell

Change-Id: Iaade16d043b2c42d14f642fde17419eaa07d0ab8
Closes-Bug: 1258622
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds the "output-list" and "output-show" commands to heat.
The first prints a table of available outputs to stdout, and the second
prints a single output_value to stdout.

All outputs are serialized to JSON.

This patch includes tests for the new commands as well as updated
documentation.

Implements blueprint: stack-outputs-in-shell

Change-Id: Iaade16d043b2c42d14f642fde17419eaa07d0ab8
Closes-Bug: 1258622
</pre>
</div>
</content>
</entry>
<entry>
<title>python-heatclient stack-abandon support</title>
<updated>2014-02-09T21:17:36+00:00</updated>
<author>
<name>Vijendar Komalla</name>
<email>vijendar.komalla@RACKSPACE.COM</email>
</author>
<published>2013-12-18T16:11:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=a94108ab262116cd792c07ccf2042ae6c9680e12'/>
<id>a94108ab262116cd792c07ccf2042ae6c9680e12</id>
<content type='text'>
Adding stack-abandon support for python-heatclient.

Partial-Bug: #1262267
Change-Id: Ifaec08558103137fe8288d00ba8d7188f01afe03
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding stack-abandon support for python-heatclient.

Partial-Bug: #1262267
Change-Id: Ifaec08558103137fe8288d00ba8d7188f01afe03
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a basic man page for heat</title>
<updated>2013-11-12T05:15:40+00:00</updated>
<author>
<name>Angus Salkeld</name>
<email>asalkeld@redhat.com</email>
</author>
<published>2013-11-12T05:15:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=56f97606d83ce124eaee41891be043385a15e05c'/>
<id>56f97606d83ce124eaee41891be043385a15e05c</id>
<content type='text'>
This shows a taste of commands and shows how to access the help

Closes-bug: #1153824
Change-Id: Ia69072c224e8940927dce0c984040d4c81bcee45
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This shows a taste of commands and shows how to access the help

Closes-bug: #1153824
Change-Id: Ia69072c224e8940927dce0c984040d4c81bcee45
</pre>
</div>
</content>
</entry>
</feed>
