Skip to content

Instantly share code, notes, and snippets.

@jruels
Created October 2, 2014 01:29
Show Gist options
  • Save jruels/35788afb803c5027b0f1 to your computer and use it in GitHub Desktop.
Save jruels/35788afb803c5027b0f1 to your computer and use it in GitHub Desktop.
lefthand
## 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