]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix missing volume_name_template flag.
authorJohn Griffith <john.griffith@solidfire.com>
Wed, 10 Jul 2013 19:41:10 +0000 (13:41 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Wed, 10 Jul 2013 19:46:08 +0000 (13:46 -0600)
commit488fe5e8605dabf22914a99d3c57bb249ef9c36a
tree2eb2c01ed413cbc802595cf271f95c95c383e21e
parent2f5e26a247665f890cdf26773b5e7070890594d8
Fix missing volume_name_template flag.

volume_template_name was converted to a self.configuration option,
however we don't import that opt in the self.configuration changes.

This patch switches the specifier back to the global CONF

Fixes bug: 1199909

Change-Id: I1431ba8a46b3a86ed77c02646a1c5fd1f62ae010
cinder/volume/drivers/lvm.py