]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Adds SSH communication to HNAS drivers
authorErlon Cruz <erlon.cruz@fit-tecnologia.org.br>
Thu, 12 Jun 2014 10:55:38 +0000 (07:55 -0300)
committerErlon R. Cruz <erlon.cruz@fit-tecnologia.org.br>
Thu, 5 Mar 2015 18:32:48 +0000 (15:32 -0300)
commit0614375b7ea2e58cb96b67b3bfd4fa539ae0f2ee
tree4574e99f19dc9b00abbbacfb4fbcc8684da0aaea
parent399bf5b1b4f7b0926b48fa0426aeb4e4ab149a89
Adds SSH communication to HNAS drivers

This commit adds SSH communication to HNAS iSCSI and NFS drivers. The user now
has the option to export the server public keys to HNAS and configure the
authentication via public keys. This avoid exposing HNAS passwords in the plain text
config file and exposing the private HNAS internal network.

Implements: blueprint hds-hnas-ssh-backend
Change-Id: Iafb5d7a4b8607128437b4e606e9ed478c24a43a0
cinder/tests/test_hds_hnas_backend.py
cinder/volume/drivers/hds/hnas_backend.py
cinder/volume/drivers/hds/iscsi.py
cinder/volume/drivers/hds/nfs.py