<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/ironic-python-agent.git/doc/source, branch stein-eol</title>
<subtitle>opendev.org: openstack/ironic-python-agent.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/ironic-python-agent.git/'/>
<entry>
<title>Merge "Change HTTP links to HTTPS"</title>
<updated>2018-12-18T10:01:10+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2018-12-18T10:01:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/ironic-python-agent.git/commit/?id=97504b07a6265ab8d3854874283faef24aeb8989'/>
<id>97504b07a6265ab8d3854874283faef24aeb8989</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change HTTP links to HTTPS</title>
<updated>2018-12-18T09:41:33+00:00</updated>
<author>
<name>zhouxinyong</name>
<email>zhouxinyong@inspur.com</email>
</author>
<published>2018-11-13T19:28:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/ironic-python-agent.git/commit/?id=68ad3661a31dd9c9213f62bf068a88cfa8150dc9'/>
<id>68ad3661a31dd9c9213f62bf068a88cfa8150dc9</id>
<content type='text'>
Change-Id: I963c32407c109c840d59f4dcf945f2fc78e096f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I963c32407c109c840d59f4dcf945f2fc78e096f2
</pre>
</div>
</content>
</entry>
<entry>
<title>Update http link to https</title>
<updated>2018-12-08T10:03:59+00:00</updated>
<author>
<name>chenjiao</name>
<email>chenjiao@inspur.com</email>
</author>
<published>2018-12-08T10:03:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/ironic-python-agent.git/commit/?id=27d4e6b2cc5f5a94cead15393aab58b02621afcc'/>
<id>27d4e6b2cc5f5a94cead15393aab58b02621afcc</id>
<content type='text'>
Change-Id: I5cf2627d999d4f3cf7bc2367f4d9cfddf6391146
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5cf2627d999d4f3cf7bc2367f4d9cfddf6391146
</pre>
</div>
</content>
</entry>
<entry>
<title>Update link addresses</title>
<updated>2018-11-24T06:58:49+00:00</updated>
<author>
<name>zhangdebo</name>
<email>zhangdebo@inspur.com</email>
</author>
<published>2018-11-24T06:58:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/ironic-python-agent.git/commit/?id=391636c2897fd195abfdda267d72fdb12bb8b519'/>
<id>391636c2897fd195abfdda267d72fdb12bb8b519</id>
<content type='text'>
Change-Id: I52f275917be720b1e48f17876deb10cd4e6d2501
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I52f275917be720b1e48f17876deb10cd4e6d2501
</pre>
</div>
</content>
</entry>
<entry>
<title>Follow-up patch for documentation of rescue mode</title>
<updated>2018-02-12T19:05:14+00:00</updated>
<author>
<name>Shivanand Tendulker</name>
<email>stendulker@gmail.com</email>
</author>
<published>2018-02-08T18:29:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/ironic-python-agent.git/commit/?id=a1d2b2ad0f0efb2186ad4e056c08b0da892f1199'/>
<id>a1d2b2ad0f0efb2186ad4e056c08b0da892f1199</id>
<content type='text'>
This is the follow-up patch addresses outstanding comments for
commit 689dbf6b5c6ec1dcaf1fa37d288518c91eedf4ec.

Change-Id: I72c189988c5c274c32d61a2b9aea5a84da2b2c6e
Related-Bug: #1526449
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the follow-up patch addresses outstanding comments for
commit 689dbf6b5c6ec1dcaf1fa37d288518c91eedf4ec.

Change-Id: I72c189988c5c274c32d61a2b9aea5a84da2b2c6e
Related-Bug: #1526449
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation for rescue mode</title>
<updated>2018-02-07T16:08:15+00:00</updated>
<author>
<name>Mario Villaplana</name>
<email>mario.villaplana@gmail.com</email>
</author>
<published>2017-02-09T15:57:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/ironic-python-agent.git/commit/?id=689dbf6b5c6ec1dcaf1fa37d288518c91eedf4ec'/>
<id>689dbf6b5c6ec1dcaf1fa37d288518c91eedf4ec</id>
<content type='text'>
This adds documentation for rescue mode, including the finalize_rescue
command as well as upstream support in agent images.

Change-Id: Id0834941ee4dacf2e7c0feaa65126d63e8a97c39
Partial-Bug: 1526449
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds documentation for rescue mode, including the finalize_rescue
command as well as upstream support in agent images.

Change-Id: Id0834941ee4dacf2e7c0feaa65126d63e8a97c39
Partial-Bug: 1526449
</pre>
</div>
</content>
</entry>
<entry>
<title>Release notes clean up for the upcoming release</title>
<updated>2017-10-17T14:18:39+00:00</updated>
<author>
<name>Dmitry Tantsur</name>
<email>divius.inside@gmail.com</email>
</author>
<published>2017-10-17T13:46:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/ironic-python-agent.git/commit/?id=ad3c7ad75ddf1223b06fc1f96af04e96862c79f5'/>
<id>ad3c7ad75ddf1223b06fc1f96af04e96862c79f5</id>
<content type='text'>
Also adds a missing documentation bit and specific versions for pike notes.

Change-Id: I186fe35cdd7a03702c993cae6468ef2d8151778a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also adds a missing documentation bit and specific versions for pike notes.

Change-Id: I186fe35cdd7a03702c993cae6468ef2d8151778a
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wrong link about Hardware Managers</title>
<updated>2017-09-21T02:13:09+00:00</updated>
<author>
<name>Nguyen Van Trung</name>
<email>trungnv@vn.fujitsu.com</email>
</author>
<published>2017-09-21T02:10:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/ironic-python-agent.git/commit/?id=9ed2677c9d06eaa4e8b4348011b28bef9fe7b62d'/>
<id>9ed2677c9d06eaa4e8b4348011b28bef9fe7b62d</id>
<content type='text'>
Change-Id: Ie7d43313692e5f0bd7794ae38e7b86f2204ef90b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie7d43313692e5f0bd7794ae38e7b86f2204ef90b
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Removes unnecessary utf-8 encoding"</title>
<updated>2017-07-25T19:40:23+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-07-25T19:40:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/ironic-python-agent.git/commit/?id=e626cd744f2e6ff196622ed5e2520bdb7eea942b'/>
<id>e626cd744f2e6ff196622ed5e2520bdb7eea942b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct/update links</title>
<updated>2017-07-14T20:28:08+00:00</updated>
<author>
<name>Julia Kreger</name>
<email>juliaashleykreger@gmail.com</email>
</author>
<published>2017-07-10T20:38:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/ironic-python-agent.git/commit/?id=7ae28c66bdacc73865b814a12baa08b9c5f3e3c0'/>
<id>7ae28c66bdacc73865b814a12baa08b9c5f3e3c0</id>
<content type='text'>
Correct instances of http to https and fix any remaining links
that were broken due to the document migration.

Change-Id: I492f7972839e63efdde469a1e16840d9be6d8b31
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct instances of http to https and fix any remaining links
that were broken due to the document migration.

Change-Id: I492f7972839e63efdde469a1e16840d9be6d8b31
</pre>
</div>
</content>
</entry>
</feed>
