Fix parsing of DockerCephDaemonImage parameter
authorGiulio Fidente <gfidente@redhat.com>
Tue, 8 Aug 2017 11:25:27 +0000 (13:25 +0200)
committerEmilien Macchi <emilien@redhat.com>
Sat, 12 Aug 2017 11:51:17 +0000 (11:51 +0000)
commit6e352e39114f23157e0f3f91c97c11cdade174a5
tree940720fbb577b537ee358f3d129d2cc18954187b
parentac16b57460c407a6320f4c784dc7512070a4e4f4
Fix parsing of DockerCephDaemonImage parameter

Splitting by colon using native str_split function did not work well
because we needed a right split.

This change replaces the str_split calls with yaql rightSplit().

Change-Id: Iab2f69a5fadc6b02e2eacf3c9d1a9024b0212ac6
docker/services/ceph-ansible/ceph-base.yaml