72d1ef47dd
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
16 lines
309 B
YAML
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
|