bifrost/releasenotes/notes/no-osc-b39d14591103b2c3.yaml
Dmitry Tantsur 0b7fd20e9e Stop installing openstackclient if keystone is not enabled
We have a standalone command now, let's use it.

Change-Id: I446d7b490d4a14ede01384fd72926f85660ea6e7
2020-05-25 12:38:33 +02:00

16 lines
267 B
YAML

---
upgrade:
- |
OpenStackClient is no longer installed when keystone is not enabled. Use
the ironic native ``baremetal`` command instead. For example, instead of
::
openstack baremetal node list
use just
::
baremetal node list