Skip to content

Commit d54c51c

Browse files
committed
Magnum: override rather than add secondary driver
Upstream Kolla installs magnum-cluster-api by default. Magnum is likely to pick up that driver, so exclude it from the install list and avoid explicitly disabling it in the config.
1 parent 03815f0 commit d54c51c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

etc/kayobe/kolla.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,6 @@ kolla_build_blocks:
344344
ADD additions-archive /
345345
magnum_base_footer: |
346346
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | head -n -1 | bash
347-
{% raw %}
348-
{% set magnum_capi_packages = ['magnum-capi-helm==1.1.0'] %}
349-
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
350-
{% endraw %}
351347
352348
# Dict mapping image customization variable names to their values.
353349
# Each variable takes the form:
@@ -360,6 +356,9 @@ kolla_build_customizations_common:
360356
- /additions/*
361357
ironic_inspector_pip_packages_append:
362358
- /additions/*
359+
magnum_base_pip_packages_override:
360+
- /magnum[osprofiler]
361+
- magnum-capi-helm
363362
neutron_server_packages_append:
364363
- python3-libvirt
365364
- python3-ethtool

0 commit comments

Comments
 (0)