diff options
author | Justin chi <chigang@huawei.com> | 2015-10-15 01:42:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-10-15 01:42:41 +0000 |
commit | 39794dc126a14a9b36f9ec1dc5ce760c717bf0b8 (patch) | |
tree | e5bf0a6ec1205c046417d3dd871196c62cb3e33c | |
parent | 76344ea62126a46ab6fcc2c729b52575ecfc24a4 (diff) | |
parent | 22f2f9edea31412d45fbc4c7439e0ec0af0c3600 (diff) |
Merge "fix cinder has no permission of accessing /var/lock"
-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 86422e93..0b855da5 100644 --- a/deploy/adapters/ansible/roles/cinder-volume/templates/cinder.conf +++ b/deploy/adapters/ansible/roles/cinder-volume/templates/cinder.conf @@ -7,7 +7,7 @@ volume_group = cinder-volumes verbose = True auth_strategy = keystone state_path = /var/lib/cinder -lock_path = /var/lock/cinder +lock_path = /var/lib/cinder/tmp notification_driver=cinder.openstack.common.notifier.rpc_notifier volumes_dir = /var/lib/cinder/volumes |