Update Nova dockerfiles for formatting

Change-Id: Ie3731732f2026cd0d3a1bda2925be2b6479ae5c7
Partial-Bug:#1569417
This commit is contained in:
Swapnil Kulkarni (coolsvap) 2016-04-12 21:59:49 +05:30
parent 3a35abe4a1
commit 343f70e7cf
7 changed files with 14 additions and 7 deletions

View File

@ -4,7 +4,8 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum -y install openstack-nova-api \
RUN yum -y install \
openstack-nova-api \
&& yum clean all
{% elif base_distro in ['ubuntu'] %}

View File

@ -25,7 +25,8 @@ RUN apt-get install -y --no-install-recommends \
{% elif install_type == 'source' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum -y install bridge-utils \
RUN yum -y install \
bridge-utils \
openvswitch \
&& yum clean all

View File

@ -4,7 +4,8 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum -y install openstack-nova-conductor \
RUN yum -y install \
openstack-nova-conductor \
&& yum clean all
{% elif base_distro in ['ubuntu'] %}

View File

@ -4,7 +4,8 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum -y install openstack-nova-console \
RUN yum -y install \
openstack-nova-console \
&& yum clean all
{% elif base_distro in ['ubuntu'] %}

View File

@ -20,7 +20,8 @@ RUN apt-get install -y --no-install-recommends \
{% elif install_type == 'source' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum -y install initscripts \
RUN yum -y install \
initscripts \
&& yum clean all
{% endif %}

View File

@ -4,7 +4,8 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum -y install openstack-nova-scheduler \
RUN yum -y install \
openstack-nova-scheduler \
&& yum clean all
{% elif base_distro in ['ubuntu'] %}

View File

@ -4,7 +4,8 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum -y install openstack-nova-spicehtml5proxy \
RUN yum -y install \
openstack-nova-spicehtml5proxy \
&& yum clean all
{% elif base_distro in ['ubuntu'] %}