diff options
author | Yifei Xue <xueyifei@huawei.com> | 2017-04-24 11:22:40 +0800 |
---|---|---|
committer | Yifei Xue <xueyifei@huawei.com> | 2017-04-24 21:37:19 +0800 |
commit | 23f50d5aeda3ff3ab96f17e04df4df7646589c58 (patch) | |
tree | 8f4c99f09edf5e8587e40026665ddd73f6ff4556 /deploy/adapters/ansible/roles/cinder-controller/templates/cinder.conf | |
parent | 494ac5825c5b435d512cc13332e302efd30e2a6c (diff) |
tempest test case failed in Functest smoke
JIRA: COMPASS-545
1. LVMISCSIDriver has been removed but LVMVolumeDriver is what actually exists.
Updating the LVM driver name in cinder.conf will solve this.
2. Add tgt to cinder-volume's service list
3. Add section of ceph in cinder.conf for cinder backend
4. Add enable_backends in cinder.conf
Change-Id: I477d2b17ce9e10871a7b96c1a98a49506b36a6ef
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/roles/cinder-controller/templates/cinder.conf')
-rw-r--r-- | deploy/adapters/ansible/roles/cinder-controller/templates/cinder.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deploy/adapters/ansible/roles/cinder-controller/templates/cinder.conf b/deploy/adapters/ansible/roles/cinder-controller/templates/cinder.conf index 4ad2da2e..25d3cdd9 100644 --- a/deploy/adapters/ansible/roles/cinder-controller/templates/cinder.conf +++ b/deploy/adapters/ansible/roles/cinder-controller/templates/cinder.conf @@ -51,7 +51,6 @@ iscsi_port = 3260 iscsi_helper = tgtadm volumes_dir = /var/lib/cinder/volumes -volume_driver = cinder.volume.drivers.lvm.LVMISCSIDriver [database] connection = mysql://cinder:{{ CINDER_DBPASS }}@{{ db_host }}/cinder |