From 46932003bb1e30ca0922262907b4f663cfd966f9 Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Thu, 25 Jul 2013 16:57:58 +0300 Subject: python-cinder: Fix path error Signed-off-by: Mihai Prica --- meta-openstack/recipes-devtools/python/python-cinder/cinder.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-cinder/cinder.conf') diff --git a/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf b/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf index 93577bb..d922e03 100644 --- a/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf +++ b/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf @@ -5,7 +5,7 @@ [DEFAULT] sql_connection = postgresql://%DB_USER%:%DB_PASSWORD%@localhost/cinder api_paste_confg = /etc/cinder/api-paste.ini -state_path = /etc/cinder/data/ +state_path = /etc/cinder/data iscsi_helper=tgtadm volume_name_template = volume-%s -- cgit v1.2.3-54-g00ecf