kolla/compose/cinder-backup.yml
Ryan Hallisey 72d1ef47dd Add cinder into the docker compose setup
This patch adds the docker-compose files, updates the docs,
and adds cinder to the start command.

Implements: blueprint container-set-storage-operation

Change-Id: I5386851e2247c00696704dc26a8a286451d4bf59
2015-06-19 13:15:48 -04:00

10 lines
182 B
YAML

cinderbackup:
image: kollaglue/centos-rdo-cinder-backup:latest
name: cinder-backup
net: host
restart: always
env_file:
- openstack.env
volumes:
- /dev:/dev