Files
devstack-plugin-ceph/devstack/settings
Deepak C Shetty 14ce263766 TEST PATCH - DO NOT MERGE. TESTING RGW Support
Testing RGW support

Change-Id: I5b934ce7d7c56645fa77c0636b2decd74ecc1db9
2015-12-23 19:05:34 +05:30

25 lines
640 B
Plaintext

# Devstack settings
# CEPH_PLUGIN_DIR contains the path to devstack-plugin-ceph/devstack directory
CEPH_PLUGIN_DIR=$(readlink -f $(dirname ${BASH_SOURCE[0]}))
# Add ceph plugin specific settings
# NOTE: Currently these are redundant since ceph
# plugin job defn defines them already, but
# once DEVSTACK_GATE_CEPH is removed, these
# won't be redundant, so its ok to have these
# anyways.
TEMPEST_STORAGE_PROTOCOL=ceph
CEPH_LOOPBACK_DISK_SIZE=8G
disable_service s-account
disable_service s-container
disable_service s-object
disable_service s-proxy
# Source plugin's lib/ceph
source $CEPH_PLUGIN_DIR/lib/ceph