<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ironicclient.git, branch 4.1.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>Merge "Standalone CLI: fix a minor issue in the docs"</title>
<updated>2020-04-08T10:01:50+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2020-04-08T10:01:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=fc31b5e1bda8a72a5f18b31282f9d92efac7527c'/>
<id>fc31b5e1bda8a72a5f18b31282f9d92efac7527c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Standalone CLI: optional support for ironic-inspector"</title>
<updated>2020-04-08T10:01:48+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2020-04-08T10:01:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=8079424b26a323eba47efc36214209ed0dafe365'/>
<id>8079424b26a323eba47efc36214209ed0dafe365</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add node lessee"</title>
<updated>2020-04-08T10:01:41+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2020-04-08T10:01:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=a904ef5f37b88ab33cf4a334eec2cf1eca4fb548'/>
<id>a904ef5f37b88ab33cf4a334eec2cf1eca4fb548</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Standalone CLI: fix a minor issue in the docs</title>
<updated>2020-04-08T08:37:44+00:00</updated>
<author>
<name>Dmitry Tantsur</name>
<email>dtantsur@protonmail.com</email>
</author>
<published>2020-04-08T08:37:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=04ae93e51a704483c4b5bbd3540e7d58159af4fc'/>
<id>04ae93e51a704483c4b5bbd3540e7d58159af4fc</id>
<content type='text'>
Change-Id: I4bc7ea354489b54386303ff4f956c86eb953e3b8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4bc7ea354489b54386303ff4f956c86eb953e3b8
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of the oslo.config requirement</title>
<updated>2020-04-07T13:33:14+00:00</updated>
<author>
<name>Dmitry Tantsur</name>
<email>dtantsur@protonmail.com</email>
</author>
<published>2020-04-06T11:49:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=b21dc1dddd0042eb6950e3595a98b7e19da89030'/>
<id>b21dc1dddd0042eb6950e3595a98b7e19da89030</id>
<content type='text'>
It is only used to populate the list of supported Session options.
Use openstacksdk to create a session with all arguments instead.
Since it's already a dependency of osc-lib, this changes adds no
new dependencies, while substantially simplifying the code.

Change-Id: I6100f94c18cbf3e90d4a6d3ec2a3fc74ebea53a5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is only used to populate the list of supported Session options.
Use openstacksdk to create a session with all arguments instead.
Since it's already a dependency of osc-lib, this changes adds no
new dependencies, while substantially simplifying the code.

Change-Id: I6100f94c18cbf3e90d4a6d3ec2a3fc74ebea53a5
</pre>
</div>
</content>
</entry>
<entry>
<title>Standalone CLI: optional support for ironic-inspector</title>
<updated>2020-04-07T11:26:16+00:00</updated>
<author>
<name>Dmitry Tantsur</name>
<email>dtantsur@protonmail.com</email>
</author>
<published>2020-04-07T11:26:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=5e30e4dc4e9aee375f5f7ae3cfc1acb651e93089'/>
<id>5e30e4dc4e9aee375f5f7ae3cfc1acb651e93089</id>
<content type='text'>
To provide a `baremetal introspection` CLI interface similar to the
existing OSC plugin, this change adds optional support for pulling
commands from ironic-inspector-client.

Change-Id: I61b82af3afdd934ed130d3d700de8ec7423a1328
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To provide a `baremetal introspection` CLI interface similar to the
existing OSC plugin, this change adds optional support for pulling
commands from ironic-inspector-client.

Change-Id: I61b82af3afdd934ed130d3d700de8ec7423a1328
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "A standalone CLI for ironic"</title>
<updated>2020-04-06T15:31:17+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2020-04-06T15:31:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=565a256f4e8bfc37e1203e22437cfdcfb73436b0'/>
<id>565a256f4e8bfc37e1203e22437cfdcfb73436b0</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 oslo.i18n an optional dependency"</title>
<updated>2020-04-06T15:31:16+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2020-04-06T15:31:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=54bd3682268955d92ddfff4b57c9f15f980dfe9b'/>
<id>54bd3682268955d92ddfff4b57c9f15f980dfe9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make oslo.i18n an optional dependency</title>
<updated>2020-04-06T11:57:07+00:00</updated>
<author>
<name>Dmitry Tantsur</name>
<email>dtantsur@protonmail.com</email>
</author>
<published>2020-04-06T11:55:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=306fbe8e35c8aa9771a4ed1493bf0791d609f967'/>
<id>306fbe8e35c8aa9771a4ed1493bf0791d609f967</id>
<content type='text'>
In an ideal world we would have all messages translated to at least major
languages. In reality, ironic has never boasted a great set of translation,
and according to Zanata only 2.94% of messages are translated for ironic
in Train (1.33% for ironic-inspector). Given that ironic-python-agent is
not translated at all, using i18n by default seems an overkill.

Change-Id: I30d0f5ae6c7428ebbf018e14a3b78c430681c6a6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In an ideal world we would have all messages translated to at least major
languages. In reality, ironic has never boasted a great set of translation,
and according to Zanata only 2.94% of messages are translated for ironic
in Train (1.33% for ironic-inspector). Given that ironic-python-agent is
not translated at all, using i18n by default seems an overkill.

Change-Id: I30d0f5ae6c7428ebbf018e14a3b78c430681c6a6
</pre>
</div>
</content>
</entry>
<entry>
<title>A standalone CLI for ironic</title>
<updated>2020-04-06T09:50:25+00:00</updated>
<author>
<name>Dmitry Tantsur</name>
<email>dtantsur@protonmail.com</email>
</author>
<published>2020-04-03T09:52:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=f7662b01c2ff319a7a1d6c712c516f004cd7ce0b'/>
<id>f7662b01c2ff319a7a1d6c712c516f004cd7ce0b</id>
<content type='text'>
This changes adds a new command ``baremetal`` that works mostly like
the OSC ``openstack baremetal`` command but does not require OSC and
defaults to no-auth. No changes in existing commands are required,
the existing OSC plugins are pulled in.

Change-Id: Id4895ec37bfb58eb635e5c8519f96f1bdc30c925
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes adds a new command ``baremetal`` that works mostly like
the OSC ``openstack baremetal`` command but does not require OSC and
defaults to no-auth. No changes in existing commands are required,
the existing OSC plugins are pulled in.

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