Skip to content

Commit e9524b0

Browse files
Include pip install instructions
1 parent d4a07a9 commit e9524b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

etc/kayobe/kolla.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,8 @@ kolla_build_blocks:
360360
grafana_plugins_install: |
361361
RUN grafana-cli plugins install vonage-status-panel \
362362
&& grafana-cli plugins install grafana-opensearch-datasource
363+
ironic_condcutor_header: |
364+
ADD additions-archive /
363365
ironic_inspector_header: |
364366
ADD additions-archive /
365367
@@ -372,6 +374,8 @@ kolla_build_blocks:
372374
kolla_build_customizations_common:
373375
bifrost_base_pip_packages_append:
374376
- /additions/*
377+
ironic_condcutor_pip_packages_append:
378+
- /additions/*
375379
ironic_inspector_pip_packages_append:
376380
- /additions/*
377381
magnum_base_pip_packages_override:

0 commit comments

Comments
 (0)