<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-heatclient.git/heatclient, branch ocata-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>Merge "Fixing read before prompt bug" into stable/ocata</title>
<updated>2017-09-28T09:02:31+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-09-28T09:02:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=082f728d179dc2bba64e9821eaec18f429aa15fd'/>
<id>082f728d179dc2bba64e9821eaec18f429aa15fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass event filters to the server side</title>
<updated>2017-07-28T16:19:38+00:00</updated>
<author>
<name>Thomas Herve</name>
<email>therve@redhat.com</email>
</author>
<published>2017-03-28T12:31:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=fc3763288c34d1c33db2e31744a6bf4f8c33f330'/>
<id>fc3763288c34d1c33db2e31744a6bf4f8c33f330</id>
<content type='text'>
This passes event filters to the server side. It only matters for
event_time with limit now, but this fixes that case, and the case for
resource_type as well.

Change-Id: Ide8f0481cf031cc61d4bb43d1d92109d42326e95
(cherry picked from commit e805091d62eb593913f371ed8fa753fca01aca7e)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This passes event filters to the server side. It only matters for
event_time with limit now, but this fixes that case, and the case for
resource_type as well.

Change-Id: Ide8f0481cf031cc61d4bb43d1d92109d42326e95
(cherry picked from commit e805091d62eb593913f371ed8fa753fca01aca7e)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing read before prompt bug</title>
<updated>2017-07-28T16:19:00+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://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=4d295fe8b4a8619f9bca09420ab5f9216c737f51'/>
<id>4d295fe8b4a8619f9bca09420ab5f9216c737f51</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;
(cherry picked from commit b45c792f95006987d19b8a97c553573327979700)
</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;
(cherry picked from commit b45c792f95006987d19b8a97c553573327979700)
</pre>
</div>
</content>
</entry>
<entry>
<title>Build event stack_name from links</title>
<updated>2017-03-29T15:23:47+00:00</updated>
<author>
<name>Thomas Herve</name>
<email>therve@redhat.com</email>
</author>
<published>2017-03-28T13:19:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=56b497539877ca9e0e83ce6dad5a7f862efc7a63'/>
<id>56b497539877ca9e0e83ce6dad5a7f862efc7a63</id>
<content type='text'>
When retrieving events from nested stacks, we used to do a query per
stack and thus get the stack that way. We changed it to do only one API
call, but didn't fix the way the stack name was set. We need to use the
event links to retrieve the stack name, instead of the root stack.

Closes-Bug: #1676896
Change-Id: I09ab1cc2c6aaab02036b124b1dfa561dd6132083
(cherry picked from commit 954e475a6a0a12432ec325d7579460fabcf3f40a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When retrieving events from nested stacks, we used to do a query per
stack and thus get the stack that way. We changed it to do only one API
call, but didn't fix the way the stack name was set. We need to use the
event links to retrieve the stack name, instead of the root stack.

Closes-Bug: #1676896
Change-Id: I09ab1cc2c6aaab02036b124b1dfa561dd6132083
(cherry picked from commit 954e475a6a0a12432ec325d7579460fabcf3f40a)
</pre>
</div>
</content>
</entry>
<entry>
<title>Support -y for --yes.</title>
<updated>2017-01-13T02:37:28+00:00</updated>
<author>
<name>Russell Bryant</name>
<email>rbryant@redhat.com</email>
</author>
<published>2017-01-13T02:36:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=ef375e09dded0d11137c06d1cabe20444655cde0'/>
<id>ef375e09dded0d11137c06d1cabe20444655cde0</id>
<content type='text'>
Add short form '-y' for '--yes', mainly because I'm lazy.

Change-Id: Ia82f64246a191a1615ba1d886f80caa5f52cc835
Signed-off-by: Russell Bryant &lt;rbryant@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add short form '-y' for '--yes', mainly because I'm lazy.

Change-Id: Ia82f64246a191a1615ba1d886f80caa5f52cc835
Signed-off-by: Russell Bryant &lt;rbryant@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Distinguish between stack and resource events when polling"</title>
<updated>2017-01-10T14:54:00+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-01-10T14:54:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=79b79759296aaeaf6ce65829aff165c06af68069'/>
<id>79b79759296aaeaf6ce65829aff165c06af68069</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Make method import_versioned_module work"</title>
<updated>2017-01-10T09:36:18+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-01-10T09:36:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=d29567796b543ad7b25c85621785ee1288995076'/>
<id>d29567796b543ad7b25c85621785ee1288995076</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Distinguish between stack and resource events when polling</title>
<updated>2017-01-09T21:57:21+00:00</updated>
<author>
<name>Zane Bitter</name>
<email>zbitter@redhat.com</email>
</author>
<published>2017-01-09T20:23:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=3e2bb477172410425b6a078a689dc3e43ce8a485'/>
<id>3e2bb477172410425b6a078a689dc3e43ce8a485</id>
<content type='text'>
Don't accidentally treat a resource event like a stack event.

Change-Id: I0e4d97f9954adfac3124f6ed684b608f4da668b4
Closes-Bug: #1655142
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't accidentally treat a resource event like a stack event.

Change-Id: I0e4d97f9954adfac3124f6ed684b608f4da668b4
Closes-Bug: #1655142
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure the --heat-url option is respected, part 2</title>
<updated>2017-01-06T20:29:43+00:00</updated>
<author>
<name>Jason Dunsmore</name>
<email>jasondunsmore@gmail.com</email>
</author>
<published>2017-01-05T16:54:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=2cd3db111151ac327d3434f1c2f1a055b6714e23'/>
<id>2cd3db111151ac327d3434f1c2f1a055b6714e23</id>
<content type='text'>
If the endpoint is passed in, make sure keystone uses it instead of
looking up the endpoint in the auth plugin.

Original fix: 9e28993ee6fb814f014bc73a5611681ca3bb2c65

Closes-Bug: #1654344
Change-Id: I4b42ab9d87c790eef1953f995260b6b232a63445
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the endpoint is passed in, make sure keystone uses it instead of
looking up the endpoint in the auth plugin.

Original fix: 9e28993ee6fb814f014bc73a5611681ca3bb2c65

Closes-Bug: #1654344
Change-Id: I4b42ab9d87c790eef1953f995260b6b232a63445
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove LOG Warning from __eq__</title>
<updated>2017-01-04T18:14:41+00:00</updated>
<author>
<name>Rob Cresswell</name>
<email>robert.cresswell@outlook.com</email>
</author>
<published>2017-01-04T14:35:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=de271ae7574289ce162208b655e219e59f33ce60'/>
<id>de271ae7574289ce162208b655e219e59f33ce60</id>
<content type='text'>
This causes a huge amount of spam on anything that does an equality
check, like tests. We should just remove it.

Change-Id: Ibb1a2132ab784ae357d965bd0997f419be568651
Closes-Bug: 1653975
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This causes a huge amount of spam on anything that does an equality
check, like tests. We should just remove it.

Change-Id: Ibb1a2132ab784ae357d965bd0997f419be568651
Closes-Bug: 1653975
</pre>
</div>
</content>
</entry>
</feed>
