<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ironicclient.git, branch 4.7.0</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>setup.cfg: Replace dashes with underscores</title>
<updated>2021-05-13T01:59:32+00:00</updated>
<author>
<name>likui</name>
<email>likui@yovole.com</email>
</author>
<published>2021-05-13T01:59:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=384bd6ec390073e37124f2165d442917247f9ea7'/>
<id>384bd6ec390073e37124f2165d442917247f9ea7</id>
<content type='text'>
Setuptools v54.1.0 introduces a warning that the use of
dash-separated options in 'setup.cfg' will not be supported
in a future version [1].
Get ahead of the issue by replacing the dashes with underscores.
Without this, we see 'UserWarning' messages
like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: I259f4d64f97a47676a756bba6ae8660e55dd45d1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setuptools v54.1.0 introduces a warning that the use of
dash-separated options in 'setup.cfg' will not be supported
in a future version [1].
Get ahead of the issue by replacing the dashes with underscores.
Without this, we see 'UserWarning' messages
like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: I259f4d64f97a47676a756bba6ae8660e55dd45d1
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Make baremetal --debug actually work"</title>
<updated>2021-03-25T04:22:14+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2021-03-25T04:22:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=d8d1269f8fdc1bcdacb6eb708cf3249d4a497a53'/>
<id>d8d1269f8fdc1bcdacb6eb708cf3249d4a497a53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix --fields network_data"</title>
<updated>2021-03-22T17:19:11+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2021-03-22T17:19:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=2bd45d9b0c07d7857dd37224ee5b913f7e60a907'/>
<id>2bd45d9b0c07d7857dd37224ee5b913f7e60a907</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make baremetal --debug actually work</title>
<updated>2021-03-22T13:04:55+00:00</updated>
<author>
<name>Dmitry Tantsur</name>
<email>dtantsur@protonmail.com</email>
</author>
<published>2021-03-17T13:38:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=4a22f29f1e439d20b66a5f20de1d501b11a4d385'/>
<id>4a22f29f1e439d20b66a5f20de1d501b11a4d385</id>
<content type='text'>
The --debug option exists but does nothing. Wire in openstacksdk logging
and make sure ironicclient can log as well.

Change-Id: I136503f546be2ecbd3203ee07597df59a40a594e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The --debug option exists but does nothing. Wire in openstacksdk logging
and make sure ironicclient can log as well.

Change-Id: I136503f546be2ecbd3203ee07597df59a40a594e
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the functional tests</title>
<updated>2021-03-19T14:50:54+00:00</updated>
<author>
<name>Dmitry Tantsur</name>
<email>dtantsur@protonmail.com</email>
</author>
<published>2021-03-19T12:02:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=ac718d5902f69e9324508de14c04d3037bb5e4fa'/>
<id>ac718d5902f69e9324508de14c04d3037bb5e4fa</id>
<content type='text'>
We somehow manage to merge a patch that breaks them. Import the required
code from change Ibb8c4676f653c36978bd0c9815ddf7eb80fa8670.

Make sure we run functional tests on ironicclient/tests changes.

Change-Id: I94e2b3d9ae669f2522f42879dd3ee3bd78b73c77
Co-Authored-By: Kyrylo Romanenko &lt;kromanenko@mirantis.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We somehow manage to merge a patch that breaks them. Import the required
code from change Ibb8c4676f653c36978bd0c9815ddf7eb80fa8670.

Make sure we run functional tests on ironicclient/tests changes.

Change-Id: I94e2b3d9ae669f2522f42879dd3ee3bd78b73c77
Co-Authored-By: Kyrylo Romanenko &lt;kromanenko@mirantis.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update master for stable/wallaby</title>
<updated>2021-03-18T10:26:04+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2021-03-18T10:26:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=70143bc5ee3999a3506e81aec5f5fecfebcf4cee'/>
<id>70143bc5ee3999a3506e81aec5f5fecfebcf4cee</id>
<content type='text'>
Add file to the reno documentation build to show release notes for
stable/wallaby.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/wallaby.

Sem-Ver: feature
Change-Id: I5e1fcf674f4576ff1e1ffec23cd2d363b6ce45e0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add file to the reno documentation build to show release notes for
stable/wallaby.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/wallaby.

Sem-Ver: feature
Change-Id: I5e1fcf674f4576ff1e1ffec23cd2d363b6ce45e0
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix --fields network_data</title>
<updated>2021-03-17T15:20:49+00:00</updated>
<author>
<name>Dmitry Tantsur</name>
<email>dtantsur@protonmail.com</email>
</author>
<published>2021-03-17T15:20:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=be2f1164c11155efa30dd014103c3d54eca6d3f3'/>
<id>be2f1164c11155efa30dd014103c3d54eca6d3f3</id>
<content type='text'>
Change-Id: Id1c6f1a69161e3ddbb83c9229aa9be84a0c8c02d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id1c6f1a69161e3ddbb83c9229aa9be84a0c8c02d
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add tests for 'baremetal port create' command"</title>
<updated>2021-03-01T15:35:15+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2021-03-01T15:35:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=59ffddd2e51123bf54768ec72eb6812070c4d68d'/>
<id>59ffddd2e51123bf54768ec72eb6812070c4d68d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Support YAML files wherever JSON files are accepted"</title>
<updated>2021-02-17T15:50:58+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2021-02-17T15:50:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=891192ca2b9e118cc05fd6560541bcca5d385370'/>
<id>891192ca2b9e118cc05fd6560541bcca5d385370</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clearer error message when unable to parse JSON</title>
<updated>2021-02-16T18:38:28+00:00</updated>
<author>
<name>Dmitry Tantsur</name>
<email>dtantsur@protonmail.com</email>
</author>
<published>2021-02-16T18:38:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=b3e955971c676ab19b6bc8af3270adb9b080fb9f'/>
<id>b3e955971c676ab19b6bc8af3270adb9b080fb9f</id>
<content type='text'>
Using a non-existing file currently results in a cryptic message.

Change-Id: I0489380d3a3ac1c9286e754c488df68f2b85c22f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using a non-existing file currently results in a cryptic message.

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