Add magnum-cluster-api driver to Kolla images
Change-Id: I6b8780c2b869929a02b624bfb8c6087d5a82c74a
This commit is contained in:
parent
81dc7a6b74
commit
f5134a1894
@ -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
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user