Convert parent image specification to image_spec calls

Change-Id: I1f1ba1833dace69f7c6746c74d737cfb3807a884
Depends-On: I18281bdb41e91cd5c9160055f1617d7ee9d3b548
This commit is contained in:
Yuriy Taraday 2016-10-18 12:53:31 +03:00
parent 0055279752
commit cc0255c2e5
9 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
FROM {{ namespace }}/openstack-base:{{ tag }}
FROM {{ image_spec("openstack-base") }}
MAINTAINER {{ maintainer }}
RUN apt-get -y install --no-install-recommends \

View File

@ -1,2 +1,2 @@
FROM {{ namespace }}/neutron-base:{{ tag }}
FROM {{ image_spec("neutron-base") }}
MAINTAINER {{ maintainer }}

View File

@ -1,4 +1,4 @@
FROM {{ namespace }}/neutron-base:{{ tag }}
FROM {{ image_spec("neutron-base") }}
MAINTAINER {{ maintainer }}
RUN apt-get -y install --no-install-recommends \

View File

@ -1,4 +1,4 @@
FROM {{ namespace }}/neutron-base:{{ tag }}
FROM {{ image_spec("neutron-base") }}
MAINTAINER {{ maintainer }}
COPY neutron_sudoers /etc/sudoers.d/neutron_sudoers

View File

@ -1,2 +1,2 @@
FROM {{ namespace }}/neutron-base:{{ tag }}
FROM {{ image_spec("neutron-base") }}
MAINTAINER {{ maintainer }}

View File

@ -1,4 +1,4 @@
FROM {{ namespace }}/neutron-base:{{ tag }}
FROM {{ image_spec("neutron-base") }}
MAINTAINER {{ maintainer }}
USER neutron

View File

@ -1,4 +1,4 @@
FROM {{ namespace }}/base-tools:{{ tag }}
FROM {{ image_spec("base-tools") }}
MAINTAINER {{ maintainer }}
RUN apt-get -y install --no-install-recommends \

View File

@ -1,2 +1,2 @@
FROM {{ namespace }}/openvswitch-base:{{ tag }}
FROM {{ image_spec("openvswitch-base") }}
MAINTAINER {{ maintainer }}

View File

@ -1,3 +1,3 @@
FROM {{ namespace }}/openvswitch-base:{{ tag }}
FROM {{ image_spec("openvswitch-base") }}
MAINTAINER {{ maintainer }}