
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
11 lines
260 B
Docker
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
|
|
|