-
Notifications
You must be signed in to change notification settings - Fork 0
Home
udayakiran298 edited this page Jul 30, 2014
·
14 revisions
Cinder-oVirt Driver will make use of a Storage Domains in oVirt as a Storage Backend in Cinder.
- Follow the steps to use the Nova-oVirt Driver
- Add the ovirt folder to the volume/drivers/ folder of cinder package under python. Usually to the folder /usr/lib/python2.7/dist-packages/cinder/volume/drivers/
- Add/change the below settings in cinder.conf
volume_driver = cinder.volume.drivers.ovirt.ovirtdriver.oVirtVolumeDriver
ovirt_engine_url = "https://[IP address of oVirt Engine]:443/api"
ovirt_engine_username = [Username for oVirt Engine]
ovirt_engine_password = [Password for oVirt Engine]
ovirt_engine_storagedomain = [StorageDomain in oVirt to be used by OpenStack]
- Restart the cinder-volume, cinder-api and cinder-scheduler services; ensure there aren’t any errors logged.