make nova-libvirt is child of base

Change-Id: I10677bcbb748ff99923e71ead982e778a41f2529
Closes-Bug: #1490246
This commit is contained in:
Sam Yaple 2015-08-30 08:33:53 +00:00
parent 730276aaf9
commit 229bc52eee

View File

@ -1,4 +1,4 @@
FROM {{ namespace }}/{{ base_distro }}-{{ install_type }}-nova-base:{{ tag }}
FROM {{ namespace }}/{{ base_distro }}-{{ install_type }}-base:{{ tag }}
MAINTAINER Kolla Project (https://launchpad.net/kolla)
{% if base_distro in ['fedora', 'centos', 'oraclelinux'] %}