0b7fd20e9e
We have a standalone command now, let's use it. Change-Id: I446d7b490d4a14ede01384fd72926f85660ea6e7
16 lines
267 B
YAML
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
|