]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commit
fix UnboundLocalError 431/head
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 22 Feb 2017 17:20:32 +0000 (18:20 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 22 Feb 2017 17:20:32 +0000 (18:20 +0100)
commit966f458fe2d8837fc139d066dc252fde3643e2d6
tree5e911d6783c347b401601bc08f8fe0ab123e87a2
parente57ebeb8d7c44c0610bda71448a45cca6dec91bc
fix UnboundLocalError

If ceph-ceph_deploy is called with:
  'install node1 --no-adjust-repos --nogpgcheck'
python trace shows this error:
  UnboundLocalError: local variable 'extra_install_flags'
  referenced before assignment

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
ceph_deploy/hosts/debian/install.py