Convert parent image specification to image_spec calls

Change-Id: I16cc5c84f50631b57930b9b5baf0758a9d7f377b
Depends-On: I18281bdb41e91cd5c9160055f1617d7ee9d3b548
This commit is contained in:
Yuriy Taraday 2016-10-18 12:53:31 +03:00
parent da5ec569ab
commit 24900028e2
1 changed files with 1 additions and 1 deletions

View File

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