Convert parent image specification to image_spec calls

Change-Id: I1beacb14acc9e1c963127d3b14282a1bc714f2f0
Depends-On: I18281bdb41e91cd5c9160055f1617d7ee9d3b548
This commit is contained in:
Yuriy Taraday 2016-10-18 12:53:31 +03:00
parent 4b2d2017d7
commit f7ee75598f
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM {{ namespace }}/heat-base:{{ tag }}
FROM {{ image_spec("heat-base") }}
MAINTAINER {{ maintainer }}
#mysql-client only for provisioning need to be removed later

View File

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

View File

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