Skip to content

Commit d51c0f0

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix ownership of ironic inspector DHCP hostsdir" into stable/stein
2 parents efbd5ff + 6acca35 commit d51c0f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/ironic-inspector/Dockerfile.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ RUN chmod 750 /etc/sudoers.d \
4848
COPY extend_start.sh /usr/local/bin/kolla_extend_start
4949

5050
RUN chmod 755 /usr/local/bin/kolla_extend_start \
51-
&& chown -R ironic-inspector: /etc/ironic-inspector
51+
&& mkdir -p /var/lib/ironic-inspector/dhcp-hostsdir \
52+
&& chown -R ironic-inspector: /etc/ironic-inspector /var/lib/ironic-inspector
5253

5354
{% block ironic_inspector_footer %}{% endblock %}
5455
{% block footer %}{% endblock %}

0 commit comments

Comments
 (0)