]> 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>
Mon, 29 Jul 2019 13:53:18 +0000 (15:53 +0200)
commit5e273a9072a4ae8dfcc1b63a014e367cb2a925e9
tree120c648796b5ed2827a40fc4eb0e30ce7424c114
parent8ca88b41cce6ff14fbb7e785c0eaca71e26be7a9
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>
(cherry picked from commit a64a61429d04d25a71d6136d02b4ab4a58ebd880)
library/ceph_volume.py