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

9 lines
200 B
Docker

FROM kollaglue/fedora-rdo-nova-base
MAINTAINER Ryan Hallisey <rhallisey@redhat.com>
RUN yum -y install \
openstack-nova-conductor && yum clean all
ADD ./start.sh /start.sh
CMD ["/start.sh"]