diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-07-25 16:57:58 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:59 -0400 |
| commit | 46932003bb1e30ca0922262907b4f663cfd966f9 (patch) | |
| tree | 2d51f0f242493c57029fc4b916e45f879408444f /meta-openstack/recipes-devtools/python/python-cinder | |
| parent | 8496ae3f29d6f36f6de885700c0eb0d3a91bf200 (diff) | |
| download | meta-cloud-services-46932003bb1e30ca0922262907b4f663cfd966f9.tar.gz | |
python-cinder: Fix path error
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinder')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cinder/cinder.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 5 | [DEFAULT] | 5 | [DEFAULT] |
| 6 | sql_connection = postgresql://%DB_USER%:%DB_PASSWORD%@localhost/cinder | 6 | sql_connection = postgresql://%DB_USER%:%DB_PASSWORD%@localhost/cinder |
| 7 | api_paste_confg = /etc/cinder/api-paste.ini | 7 | api_paste_confg = /etc/cinder/api-paste.ini |
| 8 | state_path = /etc/cinder/data/ | 8 | state_path = /etc/cinder/data |
| 9 | 9 | ||
| 10 | iscsi_helper=tgtadm | 10 | iscsi_helper=tgtadm |
| 11 | volume_name_template = volume-%s | 11 | volume_name_template = volume-%s |
