]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix ssh_host_key_file default in help and config.sample.conf
authorMark Sturdevant <mark.sturdevant@hp.com>
Tue, 23 Sep 2014 05:45:14 +0000 (22:45 -0700)
committerMark Sturdevant <mark.sturdevant@hp.com>
Tue, 23 Sep 2014 05:52:13 +0000 (05:52 +0000)
commit49ddd125a37e50cc2afe1ebecacac1a34742f478
tree5e60c63adddf5ff70fed058973f19f7828b2e80e
parentdb2c817fc7adef98b6770d9dba12c698d6d5ad46
Fix ssh_host_key_file default in help and config.sample.conf

The commit message and the actual default say the default value for
ssh_host_key_file is $state_path/ssh_known_hosts, but the
config.conf.sample and the config opts help say it is
"$state_path/known_hosts".

Fix the help and config.conf.sample to match the actual default.

Closes-Bug: 1372765
Change-Id: I51a2918155a27afcf48eda01f32774ce0d346d06
cinder/ssh_utils.py
etc/cinder/cinder.conf.sample