diff options
author | carey.xu <carey.xuhan@huawei.com> | 2015-12-22 16:18:26 +0800 |
---|---|---|
committer | Justin chi <chigang@huawei.com> | 2015-12-23 01:18:51 +0000 |
commit | ff1acb9305e5e13239a6ba7a30e99f8aa673514e (patch) | |
tree | 236bdabd23ba37b7c8f6965f936bbc0c9796629b /deploy/adapters/ansible/roles/cinder-volume/templates | |
parent | 771c919d4aae01758ed54220288f12e4f64e35c7 (diff) |
cinder volume use the vg created by storage role
JIRA: COMPASS-211
Change-Id: I6c6ec36bf015c663bd684ac8f48011397851877b
Signed-off-by: carey.xu <carey.xuhan@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/roles/cinder-volume/templates')
-rw-r--r-- | deploy/adapters/ansible/roles/cinder-volume/templates/cinder.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/adapters/ansible/roles/cinder-volume/templates/cinder.conf b/deploy/adapters/ansible/roles/cinder-volume/templates/cinder.conf index fdcac69d..75288946 100644 --- a/deploy/adapters/ansible/roles/cinder-volume/templates/cinder.conf +++ b/deploy/adapters/ansible/roles/cinder-volume/templates/cinder.conf @@ -3,7 +3,7 @@ rootwrap_config = /etc/cinder/rootwrap.conf api_paste_confg = /etc/cinder/api-paste.ini iscsi_helper = tgtadm volume_name_template = volume-%s -volume_group = cinder-volumes +volume_group = storage-volumes verbose = True auth_strategy = keystone state_path = /var/lib/cinder |