You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With `kayobe overcloud deprovision`, the task `Get PXE MAC address` runs
the command `openstack baremetal port list` which fails with:
Traceback (most recent call last):
File "/var/lib/kolla/venv/bin/openstack", line 5, in <module>
from openstackclient.shell import main
ModuleNotFoundError: No module named 'openstackclient'
Fix by using the `baremetal port list` command instead. This does not
appear to affect 2024.2 and earlier.
Change-Id: If1157a56110e26c3668bd54cd0293a9d3f936fc6
0 commit comments