diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinder_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cinder_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinder_git.bb b/meta-openstack/recipes-devtools/python/python-cinder_git.bb index 7e689e7..3203c43 100644 --- a/meta-openstack/recipes-devtools/python/python-cinder_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinder_git.bb | |||
| @@ -109,8 +109,8 @@ do_install_append() { | |||
| 109 | 109 | ||
| 110 | #Create cinder volume group backing file | 110 | #Create cinder volume group backing file |
| 111 | sed 's/%CINDER_LVM_VOLUME_BACKING_FILE_SIZE%/${CINDER_LVM_VOLUME_BACKING_FILE_SIZE}/g' -i ${D}/etc/cinder/drivers/lvm_iscsi_setup.sh | 111 | sed 's/%CINDER_LVM_VOLUME_BACKING_FILE_SIZE%/${CINDER_LVM_VOLUME_BACKING_FILE_SIZE}/g' -i ${D}/etc/cinder/drivers/lvm_iscsi_setup.sh |
| 112 | mkdir -p ${D}/etc/tgt/ | 112 | mkdir -p ${D}/etc/tgt/conf.d/ |
| 113 | echo "include /etc/cinder/data/volumes/*" > ${D}/etc/tgt/targets.conf | 113 | echo "include /etc/cinder/data/volumes/*" > ${D}/etc/tgt/conf.d/python-cinder.conf |
| 114 | 114 | ||
| 115 | # Create Cinder nfs_share config file with default nfs server | 115 | # Create Cinder nfs_share config file with default nfs server |
| 116 | echo "${CINDER_NFS_VOLUME_SERVERS}" > ${D}/etc/cinder/nfs_shares | 116 | echo "${CINDER_NFS_VOLUME_SERVERS}" > ${D}/etc/cinder/nfs_shares |
