# Devstack settings # we have to add sheepdog to enabled services for run_process to work enable_service sheepdog # sheepdog driver doesn't support backup features disable_service c-bak # enable sheepdog cinder backend CINDER_ENABLED_BACKENDS=sheepdog:sheepdog TEMPEST_STORAGE_PROTOCOL=sheepdog BUILD_TIMEOUT=600 # disable encrypted volume feature ATTACH_ENCRYPTED_VOLUME_AVAILABLE=False