]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
library/ceph_volume.py: remove six dependency
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 12 Jul 2019 14:19:48 +0000 (10:19 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 18 Jul 2019 13:57:28 +0000 (15:57 +0200)
commita64a61429d04d25a71d6136d02b4ab4a58ebd880
tree76a48d32afa7c6d27378ee965fafbb35e3731bed
parent487d7016850524af64254aa3a9ec61222ec926a4
library/ceph_volume.py: remove six dependency

The ceph nodes couldn't have the python six library installed which
could lead to error during the ceph_volume custom module execution.

  ImportError: No module named six

The six library isn't useful in this module if we're sure that all
action variables passed to the build_ceph_volume_cmd function are a
list and not a string.

Resolves: #4071

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
library/ceph_volume.py