magnum/releasenotes/notes/swarm-integration-with-cinder-e3068138a3f75dbe.yaml
Spyros Trigazis 1466f93b21 Add rexray volume driver to Swarm
* Volumes are created using the bay's trusstee user
  scoped by the bay's trustID.
* In volume-service.sh it is checked if rexray exists
  in the image, so if you have built an image with
  rexray it will configure and start rexray service.

This change replaces:
Ie5e78e6b9d06fd2c92915b8635b8062c008e9696

Change-Id: I11043d5edcf73a87220c86320f9938b9347c118f
Partially-Implements: blueprint magnum-integrate-with-cinder
2016-09-03 13:50:19 +02:00

11 lines
409 B
YAML

---
features:
- Integrate Docker Swarm Fedora Atomic driver with the
Block Storage Service (cinder). The rexray volume
driver was added based on rexray v0.4. Users can
create and attach volumes using docker's navive
client and they will authenticate using the per
cluster trustee user. Rexray can be either added
in the Fedora Atomic image or can be used running
in a container.