]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commit
default to an emtpy list to avoid getting KeyErrors or handling a None. 285/head
authorAlfredo Deza <adeza@redhat.com>
Wed, 13 May 2015 18:25:42 +0000 (14:25 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 13 May 2015 18:25:42 +0000 (14:25 -0400)
commit48ae3f8e99bc989f5d2f35a5423897c5c77494c3
tree012688ea98985e078789e92a77f93e00cfe1ec78
parenta8f0833182fbd4eef7bd584489aa42c2cf7dcd6b
default to an emtpy list to avoid getting KeyErrors or handling a None.

This should *never* happen, because the install module will always pass
something *unless* it is being explicitly asked not to install anything.

Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph_deploy/hosts/centos/install.py
ceph_deploy/hosts/debian/install.py
ceph_deploy/hosts/rhel/install.py
ceph_deploy/hosts/suse/install.py