<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ironicclient.git/doc/source, branch queens-em</title>
<subtitle>opendev.org: openstack/python-ironicclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/'/>
<entry>
<title>Deprecate the ironic CLI</title>
<updated>2017-10-11T14:03:26+00:00</updated>
<author>
<name>Ruby Loo</name>
<email>ruby.loo@intel.com</email>
</author>
<published>2017-09-28T16:14:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=8c58b75e050395d622c791830ceedbb06b96a327'/>
<id>8c58b75e050395d622c791830ceedbb06b96a327</id>
<content type='text'>
The 'ironic' CLI is being deprecated; it is slated for removal in the S*
release cycle. The 'openstack baremetal' CLI should be used instead.
A message is printed out to that effect and the documentation is
updated to reflect this.

Change-Id: Ie6ac3c6222ec6a6231b9a9cb2949cac56b48967f
Closes-Bug: 1700815
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 'ironic' CLI is being deprecated; it is slated for removal in the S*
release cycle. The 'openstack baremetal' CLI should be used instead.
A message is printed out to that effect and the documentation is
updated to reflect this.

Change-Id: Ie6ac3c6222ec6a6231b9a9cb2949cac56b48967f
Closes-Bug: 1700815
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation</title>
<updated>2017-10-03T14:12:29+00:00</updated>
<author>
<name>Ruby Loo</name>
<email>ruby.loo@intel.com</email>
</author>
<published>2017-09-27T16:41:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=ad1fe203b028f0d90ab5ac535f159c6a822af2a4'/>
<id>ad1fe203b028f0d90ab5ac535f159c6a822af2a4</id>
<content type='text'>
This updates the documentation. Changes include:
- putting 'openstack baremetal' commands before 'ironic' commands, since
  the plan is to deprecate the 'ironic' CLI
- fixing formatting issues
- removing the description for the 'openstack baremetal create' command
  about how it can be used for creating a node -- this functionality has
  been deleted.
- in the examples, using hardware types instead of classic drivers, since
  the plan is to deprecate classic drivers

Change-Id: I09fdf160122664d923361a8a8c80c61aba347c30
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This updates the documentation. Changes include:
- putting 'openstack baremetal' commands before 'ironic' commands, since
  the plan is to deprecate the 'ironic' CLI
- fixing formatting issues
- removing the description for the 'openstack baremetal create' command
  about how it can be used for creating a node -- this functionality has
  been deleted.
- in the examples, using hardware types instead of classic drivers, since
  the plan is to deprecate classic drivers

Change-Id: I09fdf160122664d923361a8a8c80c61aba347c30
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix to use "." to source script files</title>
<updated>2017-09-01T14:43:08+00:00</updated>
<author>
<name>melissaml</name>
<email>ma.lei@99cloud.net</email>
</author>
<published>2017-09-01T14:38:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=4cc3c6e69e7d8b34626a011836db9e028cf324be'/>
<id>4cc3c6e69e7d8b34626a011836db9e028cf324be</id>
<content type='text'>
Adhering to coding conventions. Refer to ``Code conventions`` at
https://docs.openstack.org/contributor-guide/ for details.

Change-Id: I4637129b2379aa114214e83f8ca1b6786a5e3160
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adhering to coding conventions. Refer to ``Code conventions`` at
https://docs.openstack.org/contributor-guide/ for details.

Change-Id: I4637129b2379aa114214e83f8ca1b6786a5e3160
</pre>
</div>
</content>
</entry>
<entry>
<title>Add auto-generated CLI reference</title>
<updated>2017-08-23T20:20:18+00:00</updated>
<author>
<name>Michael Johnson</name>
<email>johnsomor@gmail.com</email>
</author>
<published>2017-08-23T18:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=bc2a3aaefb7280b0cc88f27982367988d0be13b8'/>
<id>bc2a3aaefb7280b0cc88f27982367988d0be13b8</id>
<content type='text'>
The Ironic OSC plugin CLI was not being fully documented.

This patch enables an auto-generated CLI reference for the OSC plugin.

Note: There is a formatting issue with required arguments that include a
hyphen.  This has been opened as a bug [1].

[1] https://bugs.launchpad.net/python-cliff/+bug/1712612

Closes-Bug: #1712099
Change-Id: I541214f3b3bab9af0ae79c8055dfa1f151560b21
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Ironic OSC plugin CLI was not being fully documented.

This patch enables an auto-generated CLI reference for the OSC plugin.

Note: There is a formatting issue with required arguments that include a
hyphen.  This has been opened as a bug [1].

[1] https://bugs.launchpad.net/python-cliff/+bug/1712612

Closes-Bug: #1712099
Change-Id: I541214f3b3bab9af0ae79c8055dfa1f151560b21
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn on warning-is-error</title>
<updated>2017-07-26T13:40:01+00:00</updated>
<author>
<name>Julia Kreger</name>
<email>juliaashleykreger@gmail.com</email>
</author>
<published>2017-07-26T12:50:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=835c5d4c57ddb700cc50c2d7ed8eef6b177a15c2'/>
<id>835c5d4c57ddb700cc50c2d7ed8eef6b177a15c2</id>
<content type='text'>
In the doc-migration, warning-is-error was never enabled
for python-ironicclient. As such, I've enabled it and
corrected the various document errors.

Change-Id: I2d1b95fba25dba5d59da3f4b09b9974ff5196940
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the doc-migration, warning-is-error was never enabled
for python-ironicclient. As such, I've enabled it and
corrected the various document errors.

Change-Id: I2d1b95fba25dba5d59da3f4b09b9974ff5196940
</pre>
</div>
</content>
</entry>
<entry>
<title>Update and optimize documentation links</title>
<updated>2017-07-18T08:53:39+00:00</updated>
<author>
<name>Hangdong Zhang</name>
<email>hdzhang@fiberhome.com</email>
</author>
<published>2017-07-18T08:52:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=ca0219f972663bb09a7ff34095cbf7e1892eb034'/>
<id>ca0219f972663bb09a7ff34095cbf7e1892eb034</id>
<content type='text'>
1. Update URLs according to document migration
2. Update the dead and outdated links
3. Optimize (e.g. http -&gt; https)

Change-Id: I63c0f87a6a0b1e0c36dfbd52cef65ede376ae222
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Update URLs according to document migration
2. Update the dead and outdated links
3. Optimize (e.g. http -&gt; https)

Change-Id: I63c0f87a6a0b1e0c36dfbd52cef65ede376ae222
</pre>
</div>
</content>
</entry>
<entry>
<title>Rearrange existing documentation to fit the new standard layout</title>
<updated>2017-07-13T19:12:56+00:00</updated>
<author>
<name>Luong Anh Tuan</name>
<email>tuanla@vn.fujitsu.com</email>
</author>
<published>2017-07-04T10:25:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=d88dca0374ddaa32f9ab443c6dcd9f2aced9c8dc'/>
<id>d88dca0374ddaa32f9ab443c6dcd9f2aced9c8dc</id>
<content type='text'>
Change-Id: If0c0789ac730c565477b9053d63375c67667b0d1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If0c0789ac730c565477b9053d63375c67667b0d1
</pre>
</div>
</content>
</entry>
<entry>
<title>switch from oslosphinx to openstackdocstheme</title>
<updated>2017-07-04T08:48:55+00:00</updated>
<author>
<name>Luong Anh Tuan</name>
<email>tuanla@vn.fujitsu.com</email>
</author>
<published>2017-07-04T08:44:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=e19f2c21bb3b17357c66a95d3d4e19088faf78a4'/>
<id>e19f2c21bb3b17357c66a95d3d4e19088faf78a4</id>
<content type='text'>
Move doc/ and releasenotes/ to openstackdocstheme
and remove the dependency on oslosphinx.

Change-Id: Iac55f25a96959024f91b8bb689f5fba9325dbb52
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move doc/ and releasenotes/ to openstackdocstheme
and remove the dependency on oslosphinx.

Change-Id: Iac55f25a96959024f91b8bb689f5fba9325dbb52
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add usage documentation for Baremetal OSC Plugin"</title>
<updated>2017-05-04T18:58:15+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-05-04T18:58:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=4a8377c9ad53ccbbb58a7b7b7d74ee93e3af3fff'/>
<id>4a8377c9ad53ccbbb58a7b7b7d74ee93e3af3fff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add usage documentation for Baremetal OSC Plugin</title>
<updated>2017-05-03T15:54:07+00:00</updated>
<author>
<name>Kyrylo Romanenko</name>
<email>kromanenko@mirantis.com</email>
</author>
<published>2016-12-27T16:45:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=5ddfd26d194981bad51eb232212e41b71b4e2fa5'/>
<id>5ddfd26d194981bad51eb232212e41b71b4e2fa5</id>
<content type='text'>
Closes-Bug: #1619416
Change-Id: Iccc5d22636539b989926c43a070e481be0eb4676
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes-Bug: #1619416
Change-Id: Iccc5d22636539b989926c43a070e481be0eb4676
</pre>
</div>
</content>
</entry>
</feed>
