diff options
author | Justin chi <chigang@huawei.com> | 2015-12-23 09:39:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-12-23 09:39:12 +0000 |
commit | 6447ed5fe06bba5b973ba673780235d33c909302 (patch) | |
tree | 70c7df960962e6ffd8043f938779c1b98641b904 /deploy/adapters/ansible/roles/cinder-volume/templates | |
parent | 89a5321aa8d7981cc5422e72ba5827b710bac9ee (diff) | |
parent | ff1acb9305e5e13239a6ba7a30e99f8aa673514e (diff) |
Merge "cinder volume use the vg created by storage role"
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 |