Merge "make nova-libvirt is child of base"

This commit is contained in:
Jenkins 2015-08-31 06:54:24 +00:00 committed by Gerrit Code Review
commit 3f5b601303

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'] %}