Add reno for docker_volume_type label

Change-Id: Ifc31893254841ec589e7e80d5ab70ceb38199783
Closes-Bug: #1678153
This commit is contained in:
Spyros Trigazis 2017-05-05 17:08:08 +02:00 committed by yatin
parent bd69b3fff6
commit d735f4321e

View File

@ -0,0 +1,14 @@
---
features:
- |
Support different volume types for the drivers that support docker storage
in cinder volumes. swarm_fedora_atomic and k8s_fedora_atomic accept a new
label to specify a docker_volume_type.
upgrade:
- |
A new section is created in magnum.conf named cinder. In this cinder
section, you need to set a value for the key default_docker_volume_type,
which should be a valid type for cinder volumes in your cinder deployment.
This default value will be used if no volume_type is provided by the user
when using a cinder volume for container storage. The suggested default
value the one set in cinder.conf of your cinder deployment.