# 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