Created
October 2, 2014 01:29
-
-
Save jruels/35788afb803c5027b0f1 to your computer and use it in GitHub Desktop.
lefthand
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## REQUIRED SETTINGS | |
# LeftHand WS API Server URL | |
hplefthand_api_url=https://10.10.0.141:8081/lhos | |
# LeftHand Super user username | |
hplefthand_username=lhuser | |
# LeftHand Super user password | |
hplefthand_password=lhpass | |
# LeftHand cluster to use for volume creation | |
hplefthand_clustername=ClusterLefthand | |
# LeftHand iSCSI driver | |
volume_driver=cinder.volume.drivers.san.hp.hp_lefthand_iscsi.HPLeftHandISCSIDriver | |
## OPTIONAL SETTINGS | |
# Should CHAPS authentication be used (default=false) | |
hplefthand_iscsi_chap_enabled=false | |
# Enable HTTP debugging to LeftHand (default=false) | |
hplefthand_debug=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment