Added ceph config for cinder controller.

This commit is contained in:
Egon Rijpkema
2018-09-17 13:25:44 +02:00
parent d161a24200
commit 17ee2aa487
3 changed files with 12 additions and 1 deletions

View File

@ -15,6 +15,8 @@ RUN set -x \
python-oslo.cache \
cinder-api \
cinder-scheduler \
python-ceph \
python-rbd \
&& apt-get -y clean
EXPOSE 8776