Skip to content
Snippets Groups Projects
Commit 5192dd95 authored by Lars Kellogg-Stedman's avatar Lars Kellogg-Stedman
Browse files

fix nova-base dockerfile

- use correct namespace for base image
- mariadb and openstack-utils are installed by fedora-rdo-base

Change-Id: I9c8bccab10f8b9dc66340fb94d45c90d1a39fea9
parent 8313834d
No related branches found
No related tags found
No related merge requests found
FROM fedora-rdo-base
FROM kollaglue/fedora-rdo-base
MAINTAINER Steven Dake <sdake@redhat.com>
RUN yum -y install \
openstack-utils \
openstack-nova-common \
mariadb && yum clean all
RUN yum -y install openstack-nova-common; yum clean all
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment