10 lines
243 B
Plaintext
10 lines
243 B
Plaintext
# Devstack settings
|
|
|
|
# we have to add sheepdog to enabled services for run_process to work
|
|
enable_service sheepdog
|
|
|
|
# enable sheepdog cinder backend
|
|
CINDER_ENABLED_BACKENDS=sheepdog:sheepdog
|
|
TEMPEST_STORAGE_PROTOCOL=sheepdog
|
|
BUILD_TIMEOUT=600
|