-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No group in inventory for managed: false
vms.
#1860
No group in inventory for managed: false
vms.
#1860
Conversation
If the VM is created as `managed: false`, it is not added to the inventory. This change ensure no group is created in the inventory as well. Fixes whitebox_neutron_tempest_plugin which rely on the inventory.
Thanks for the PR! ❤️ |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cjeanner The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The patch makes sense to me. |
We are making modifications to the job, to enable ironic and running it's scenario tests etc. |
9f8eee4
into
openstack-k8s-operators:main
If the VM is created as
managed: false
, it is not added to the inventory. This change ensure no group is created in the inventory as well.Fixes whitebox_neutron_tempest_plugin which rely on the inventory.
As a pull request owner and reviewers, I checked that: