<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-heatclient.git/heatclient/v1, branch train-eol</title>
<subtitle>opendev.org: openstack/python-heatclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/'/>
<entry>
<title>Update stack_id clearify for heat client functions</title>
<updated>2019-08-02T16:42:19+00:00</updated>
<author>
<name>ricolin</name>
<email>rico.lin.guanyu@gmail.com</email>
</author>
<published>2019-08-02T16:42:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=82c842f3d95583a54f3fb919cbc95cbb0e60a62f'/>
<id>82c842f3d95583a54f3fb919cbc95cbb0e60a62f</id>
<content type='text'>
most of our client major function require stack_id. We should
provide more specific information (at lest in function description)
to clearify that it's allowed to feed in stack name to `stack_id`
too. For example, both `heat.stacks.get($Stack_UUID)` and
`heat.stacks.get($Stack_Name)` works.

Change-Id: I4428097140e0391a77679f5c69e00966f249efd7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
most of our client major function require stack_id. We should
provide more specific information (at lest in function description)
to clearify that it's allowed to feed in stack name to `stack_id`
too. For example, both `heat.stacks.get($Stack_UUID)` and
`heat.stacks.get($Stack_Name)` works.

Change-Id: I4428097140e0391a77679f5c69e00966f249efd7
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Load files from adopt file when adopt stack"</title>
<updated>2018-11-20T20:08:28+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2018-11-20T20:08:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=dd5f64c4c49d98f76635ca0dc467d7bbe9f5dbc1'/>
<id>dd5f64c4c49d98f76635ca0dc467d7bbe9f5dbc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Load files from adopt file when adopt stack</title>
<updated>2018-07-20T15:34:04+00:00</updated>
<author>
<name>ricolin</name>
<email>rico.lin@easystack.cn</email>
</author>
<published>2017-09-22T18:13:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=597e98fec079c839831036495950f5cba2778d1d'/>
<id>597e98fec079c839831036495950f5cba2778d1d</id>
<content type='text'>
Add files from adopt file into create fields. This allow us to
adopt nested stack which the template defined in files.
Story: #1700744
Task: #17263

Change-Id: I2b473791186949d49be59ee790185b3e394c7000
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add files from adopt file into create fields. This allow us to
adopt nested stack which the template defined in files.
Story: #1700744
Task: #17263

Change-Id: I2b473791186949d49be59ee790185b3e394c7000
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark stacks returned by get loaded</title>
<updated>2018-06-07T16:13:48+00:00</updated>
<author>
<name>Thomas Herve</name>
<email>therve@redhat.com</email>
</author>
<published>2018-06-07T16:13:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=0b46b2089c8ec26a2e662538f513d76cb05ca47a'/>
<id>0b46b2089c8ec26a2e662538f513d76cb05ca47a</id>
<content type='text'>
When calling stacks.get, mark the returning stacks as loaded, so that
attribute retrieval works right away. If not, any getattr on the Stack
will call get() which will request the stack again (and ignore things
like resolve_outputs).

Change-Id: I3a3f25aa0c6f88e7e4274107c0578fd30dc9f155
Related-Bug: #1774958
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When calling stacks.get, mark the returning stacks as loaded, so that
attribute retrieval works right away. If not, any getattr on the Stack
will call get() which will request the stack again (and ignore things
like resolve_outputs).

Change-Id: I3a3f25aa0c6f88e7e4274107c0578fd30dc9f155
Related-Bug: #1774958
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "[policy in code] Change policy description"</title>
<updated>2018-02-07T08:49:52+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2018-02-07T08:49:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=1f2c1a2a8aa3b9aab8d5cfe8569349b1fb0979d8'/>
<id>1f2c1a2a8aa3b9aab8d5cfe8569349b1fb0979d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --no-rollback option for stack cancel</title>
<updated>2017-11-08T02:05:56+00:00</updated>
<author>
<name>rabi</name>
<email>ramishra@redhat.com</email>
</author>
<published>2017-08-08T07:55:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=187fc54249982d2f7213c750d98c6602a08b758b'/>
<id>187fc54249982d2f7213c750d98c6602a08b758b</id>
<content type='text'>
This adds a new --no-rollback option for stack cancel.

Usage: openstack stack cancel --no-rollback &lt;stack_name&gt;

Change-Id: I46252823701779e3a3c6867bc470d5532cf9d7a7
Related-Bug: #1709041
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a new --no-rollback option for stack cancel.

Usage: openstack stack cancel --no-rollback &lt;stack_name&gt;

Change-Id: I46252823701779e3a3c6867bc470d5532cf9d7a7
Related-Bug: #1709041
</pre>
</div>
</content>
</entry>
<entry>
<title>[policy in code] Change policy description</title>
<updated>2017-10-20T03:00:07+00:00</updated>
<author>
<name>ricolin</name>
<email>rico.lin@easystack.cn</email>
</author>
<published>2017-09-19T18:33:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=e74181b490b16cdba92282fe5ec59a37682ea82c'/>
<id>e74181b490b16cdba92282fe5ec59a37682ea82c</id>
<content type='text'>
Now we also support get policy from policies in code.
Depends-On: I610115dc1974b2182ce673bb086a1da15b022de3

Change-Id: I46d03c3303b3116e749effeecefe48949473daeb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now we also support get policy from policies in code.
Depends-On: I610115dc1974b2182ce673bb086a1da15b022de3

Change-Id: I46d03c3303b3116e749effeecefe48949473daeb
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing read before prompt bug</title>
<updated>2017-07-26T18:20:33+00:00</updated>
<author>
<name>Joe Borg</name>
<email>joe@josephb.org</email>
</author>
<published>2017-07-25T14:30:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=b45c792f95006987d19b8a97c553573327979700'/>
<id>b45c792f95006987d19b8a97c553573327979700</id>
<content type='text'>
Due to Python buffering sys.stdin and sys.stdout, the read can be shown
before text prompt.

Change-Id: I86d9ec62f7791da276585ce74a48162315effa7b
Signed-off-by: Joe Borg &lt;joe@josephb.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to Python buffering sys.stdin and sys.stdout, the read can be shown
before text prompt.

Change-Id: I86d9ec62f7791da276585ce74a48162315effa7b
Signed-off-by: Joe Borg &lt;joe@josephb.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add optional arguments '-y' in CLI：snapshot-delete"</title>
<updated>2017-07-05T15:20:38+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-07-05T15:20:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=4722facf06d813fd5ec76de7a662a723f3ddee29'/>
<id>4722facf06d813fd5ec76de7a662a723f3ddee29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Replace six.iteritems() with .items()"</title>
<updated>2017-06-12T09:06:53+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-06-12T09:06:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=81fb46dc4f1ede19936964b541d0dde083cb113e'/>
<id>81fb46dc4f1ede19936964b541d0dde083cb113e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
