Add magnum-cluster-api driver to Kolla images

Change-Id: I6b8780c2b869929a02b624bfb8c6087d5a82c74a
This commit is contained in:
Mohammed Naser 2023-11-28 12:45:09 -05:00 committed by Michal Nasiadka
parent 81dc7a6b74
commit f5134a1894
2 changed files with 7 additions and 1 deletions

View File

@ -12,7 +12,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
ADD magnum-base-archive /magnum-base-source
{% set magnum_base_pip_packages = [
'/magnum[osprofiler]'
'/magnum[osprofiler]',
'magnum-cluster-api'
] %}
COPY extend_start.sh /usr/local/bin/kolla_extend_start

View File

@ -0,0 +1,5 @@
---
features:
- The ``magnum-cluster-api`` driver has been added to the Kolla images for
Magnum. This driver allows Magnum to create Kubernetes clusters using the
Cluster API project.