]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Update config format for replication_devices
authorJohn Griffith <john.griffith8@gmail.com>
Fri, 9 Oct 2015 23:31:15 +0000 (17:31 -0600)
committerJohn Griffith <john.griffith8@gmail.com>
Tue, 13 Oct 2015 15:00:41 +0000 (09:00 -0600)
commit5ee2efe2234f2150bf92fc424dcfcb70ea563445
treec572bbe9018522c3351ac691e42e1982611ca91e
parent7fb767f2d652f070a20fd70d92585d61e56f3a50
Update config format for replication_devices

The first pass at setting up config entries for
replication targets was a hacky custom string parser
with its own unique syntax.

A better option is to use oslo.cfg's MultiOpt in conjunction
with Dict types so we can eliminate quite a bit of custom
parsing and most importantly use a standard syntax for conf
entries to make things easy for admins and reduce the
probability of syntax errors and mistakes in config setttings.

Change-Id: Ie300c1f1db548d258906eebbcea8265583086468
Closes-Bug: #1504696
cinder/volume/driver.py
doc/source/devref/replication.rst