Update Ironic dockerfile for formatting
Change-Id: I73fd2030f353f7daa35e71b62491cdf0b3fcf5cf Partial-Bug:#1569417
This commit is contained in:
parent
3f9f267a42
commit
e561ce2fc2
@ -4,7 +4,8 @@ MAINTAINER {{ maintainer }}
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
RUN yum -y install openstack-ironic-api \
|
||||
RUN yum -y install \
|
||||
openstack-ironic-api \
|
||||
&& yum clean all
|
||||
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
|
Loading…
Reference in New Issue
Block a user