We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efbd5ff + 6acca35 commit d51c0f0Copy full SHA for d51c0f0
docker/ironic-inspector/Dockerfile.j2
@@ -48,7 +48,8 @@ RUN chmod 750 /etc/sudoers.d \
48
COPY extend_start.sh /usr/local/bin/kolla_extend_start
49
50
RUN chmod 755 /usr/local/bin/kolla_extend_start \
51
- && chown -R ironic-inspector: /etc/ironic-inspector
+ && mkdir -p /var/lib/ironic-inspector/dhcp-hostsdir \
52
+ && chown -R ironic-inspector: /etc/ironic-inspector /var/lib/ironic-inspector
53
54
{% block ironic_inspector_footer %}{% endblock %}
55
{% block footer %}{% endblock %}
0 commit comments