[heat] Update containers to exclude unneeded requirements - #150
Conversation
Remove the requirements that were previously excluded by the rpm package Assisted-by: Claude Sonnet
| python-blazarclient | ||
| python-zunclient | ||
| python-magnumclient | ||
| python-mistralclient |
There was a problem hiding this comment.
Though this is aligining with what we used to do in rdo packaging, it's bit weird that we're including the resource plugins that depend on these clients. When a user would do resource type show those types would show up but won't work in a template.
We should exclude those resource plugins folders like [1] as well in a followup.
[1] https://github.com/openstack/heat/tree/master/heat/engine/resources/openstack/mistral
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rebtoor The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
5380147
into
openstack-k8s-operators:main
Remove the requirements that were previously excluded by the rpm package
Assisted-by: Claude Sonnet