From 4cce6b0485823a626825755591d6cb95c7694800 Mon Sep 17 00:00:00 2001 From: Wim Nap Date: Fri, 4 May 2018 14:04:33 +0200 Subject: [PATCH] add ceph-common to Dockerfile --- nova_compute/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/nova_compute/Dockerfile b/nova_compute/Dockerfile index aa8f8c1..109e763 100644 --- a/nova_compute/Dockerfile +++ b/nova_compute/Dockerfile @@ -17,6 +17,7 @@ RUN set -x \ neutron-metadata-agent \ python-ceph \ python-rbd \ + ceph-common \ && apt-get -y clean COPY write_conf.sh /etc/write_conf.sh