Fix kayobe baremetal compute commands
Since adding support for Python 3, the following commands fail: * kayobe baremetal compute inspect * kayobe baremetal compute manage * kayobe baremetal compute provide There are two issues: 1. There is a missing /bin from the ansible_python_interpreter path used. 2. The stackhpc.os-ironic-nodes role fails with an undefined variable: name 'openstack_cloud_from_module' is not defined This is fixed in the stackhpc.os-ironic-nodes role version 1.3.1. Story: 2007797 Task: 40051 Change-Id: Ie2a0a6bf75dc88458796a9691891e76f578d87ad
Showing
- ansible/baremetal-compute-inspect.yml 1 addition, 1 deletionansible/baremetal-compute-inspect.yml
- ansible/baremetal-compute-manage.yml 2 additions, 2 deletionsansible/baremetal-compute-manage.yml
- ansible/baremetal-compute-provide.yml 1 addition, 1 deletionansible/baremetal-compute-provide.yml
- releasenotes/notes/fix-baremetal-compute-commands-b72862a53f88c5ef.yaml 11 additions, 0 deletions...otes/fix-baremetal-compute-commands-b72862a53f88c5ef.yaml
- requirements.yml 1 addition, 1 deletionrequirements.yml
Loading
Please register or sign in to comment