The Cinder RXT Driver is a plugin for OpenStack Cinder that enables integration with Rackspace's RXTLVM storage solution. This driver allows for seamless volume management and provisioning within an OpenStack environment.
To install the Cinder RXT Driver, follow these steps:
pip install git+https://github.com/rackerlabs/cinder-rxt.git
To configure the Cinder RXT Driver, add the following to your cinder.conf
file.
[DEFAULT]
enabled_backends = RXTlvm
[RXTlvm]
volume_driver = cinder_rxt.rackspace.RXTLVM
...