Convert parent image specification to image_spec calls

Change-Id: Iec3c27c29f163bd5b3c9083a441a9247e9edd2bf
Depends-On: I18281bdb41e91cd5c9160055f1617d7ee9d3b548
This commit is contained in:
Yuriy Taraday 2016-10-18 12:53:31 +03:00
parent 377c50f8c4
commit f03391b16f
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM {{ namespace }}/glance-base:{{ tag }}
FROM {{ image_spec("glance-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/glance", "/glance") }}

View File

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