Remove disable_service ceph hack

Now that DEVSTACK_GATE_CEPH is removed from the plugin job's
template definition [1], we no longer need this hack

[1]: https://review.openstack.org/251197

Change-Id: I92810ecc53af37b5c04db318bedf0fef571821e5
This commit is contained in:
Deepak C Shetty 2015-12-02 14:29:17 +05:30
parent de33c6b67c
commit 6c8db15670
1 changed files with 0 additions and 6 deletions

View File

@ -4,12 +4,6 @@
CEPH_PLUGIN_DIR=$(readlink -f $(dirname ${BASH_SOURCE[0]}))
# HACK: Disable devstack ceph hook scripts
# TODO: Remove this hack once DEVSTACK_GATE_CEPH
# is removed from the ceph plugin job defn
disable_service ceph
# Add ceph plugin specific settings
# NOTE: Currently these are redundant since ceph
# plugin job defn defines them already, but