Skip to content

Instantly share code, notes, and snippets.

@hub-cap
Created February 14, 2013 19:58
Show Gist options
  • Save hub-cap/4955860 to your computer and use it in GitHub Desktop.
Save hub-cap/4955860 to your computer and use it in GitHub Desktop.
data["volume_backend_name"] = (self.configuration.volume_backend_name
or 'LVM_iSCSI')
instead of
data["volume_backend_name"] = 'LVM_iSCSI'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment