Skip to content

Commit 5448da7

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Install ironic-inspector in bifrost"
2 parents 0246b32 + 832a638 commit 5448da7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docker/bifrost/bifrost-base/Dockerfile.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ RUN echo " " && \
4747
/bifrost/playbooks/install.yaml \
4848
-e git_branch={{ openstack_branch_slashed }} \
4949
-e ipa_upstream_release={{ openstack_branch }} \
50+
-e enable_inspector=true \
5051
-e @/tmp/build_arg.yml && \
5152
{%- if base_package_type == 'deb' %}
5253
apt-get clean && rm -rf /var/lib/apt/lists/*'
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Re-enables ironic-inspector in bifrost for backwards compatability. See
5+
`LP#2054685 <https://bugs.launchpad.net/kolla/+bug/2054685>`_ for more
6+
details.

0 commit comments

Comments
 (0)