Lars Kellogg-Stedman a5f6222da8 introduce a common base for compute and controller
This moves nova-ctr-base one level up and renames it nova-base, so that
we can share the same basic config between compute and controller pods.

Change-Id: I325f70c278744a1e1fe99b891e05c59c4248c55f
2014-10-17 15:19:51 -04:00

11 lines
260 B
Docker

FROM kollaglue/fedora-rdo-base
MAINTAINER Ryan Hallisey <rhallisey@redhat.com>
RUN yum -y install openstack-nova-common \
python-keystoneclient \
python-cinderclient \
python-nova && yum clean all
ADD config-nova.sh /opt/kolla/config-nova.sh