From 30cec5708901536112ad6fc700058af1f5e67408 Mon Sep 17 00:00:00 2001 From: Mate Lakat Date: Fri, 27 Sep 2013 15:57:57 +0100 Subject: [PATCH] Document cinder requirements for vhd images Closes-Bug: 1195352 Change-Id: I79efd588b403a182b244d4d2d60d8bf0da8c457d --- doc/install-guide/section_cinder-install.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/install-guide/section_cinder-install.xml b/doc/install-guide/section_cinder-install.xml index 790d46c4d9..d9f1565430 100644 --- a/doc/install-guide/section_cinder-install.xml +++ b/doc/install-guide/section_cinder-install.xml @@ -13,6 +13,14 @@ iscsi-initiator-utils scsi-target-utils $ sudo zypper install openstack-cinder openstack-cinder-doc \ open-iscsi tgt + If you are using XenServer type vhd images, you will also need the vhd-util + binary to be able to create volumes from uploaded images. + This could be installed by: + $ sudo apt-get install blktap-utils + $ sudo zypper in xen-tools + $ sudo yum install blktap + + Edit /etc/cinder/api-paste.ini (filter authtoken).[filter:authtoken] paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory