kolla-ansible/compose/cinder-api-scheduler.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

16 lines
309 B
YAML

cinderapi:
image: kollaglue/centos-rdo-cinder-api:latest
name: cinder-api
net: host
restart: always
env_file:
- openstack.env
cinderscheduler:
image: kollaglue/centos-rdo-cinder-scheduler:latest
name: cinder-scheduler
net: host
restart: always
env_file:
- openstack.env