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