]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
SSHPool in utils should allow customized host key missing policy
authorLynxzh <jmzhang@cn.ibm.com>
Mon, 19 May 2014 10:47:16 +0000 (18:47 +0800)
committerLynxzh <jmzhang@cn.ibm.com>
Wed, 21 May 2014 17:13:05 +0000 (01:13 +0800)
commit39081787963298be87c1941ab6cba5310f6261c6
treec672e400199c0b1d887c267ff2d8c3c3bac19e42
parent721e657073d73d639619f839d935a463d32b59b5
SSHPool in utils should allow customized host key missing policy

The cinder/utils SSHPool should allow  missing key policy and host key
file being customized so that any caller can determine by their own
scenario if the host key file can be customized, or if an 'AutoAdd' is
appropriate, or just reject the key when mismatch. This will give more
flexible customization and also prevent any security issue as a middle
man.

Closes-Bug: #1320056
Change-Id: I3c72b0d042de719ecd45429d376bd88d0aefb2cc
cinder/tests/test_utils.py
cinder/utils.py