cinder/releasenotes/notes/redundancy-in-volume-url-4282087232e6e6f1.yaml
Silvan Kaiser 00006260d2 Reverts quobyte_volume_url option back to type StrOpt
This partially reverts Change Icd39c16ea4ec83749f61a443cd450c76be1aabce,
who changed the type of the option quobyte_volume_url from StrOpt to
UriOpt. This broke the capability to specify redundancy in this option
entry.
This change changes the type back to StrOpt, updates the options
description to reflect possible redundancy, bumps the driver version
and adds a bugfix releasenote.
This change is filed with dependency on another small Bugfix in the
same driver, in order to prevent too many version bump merge conflicts.
Adding DocImpact tag because of the updated option desc.

DocImpact

Closes-Bug: 1675710

Change-Id: I639fb4cd702c074420087af06b111bf9fdaf27d3
2017-04-12 11:32:33 +02:00

6 lines
152 B
YAML

---
fixes:
- |
Fixes a bug that prevented the configuration of multiple redundant
Quobyte registries in the quobyte_volume_url config option.