This commit fixes an issue with a commit that was cherry-picked into luminous
from mimic.
17bc3dc73a14701f5f6541245955bdd343ffbee2 cherry-picked ceph-detect-init.yaml
from mimic. In mimic, this test works fine because all the supported distros use
systemd. But in luminous we support Ubuntu 14.04 which still uses Upstart
instead of systemd.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
+++ /dev/null
-openstack:
-- volumes: # attached to each instance
- count: 0
-roles:
-- [client.0]
-tasks:
-- install:
-- exec:
- client.0:
- - ceph-detect-init
- - test "$(ceph-detect-init)" = "systemd"