Skip to content

Instantly share code, notes, and snippets.

@hub-cap
Created January 21, 2013 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hub-cap/4588988 to your computer and use it in GitHub Desktop.
Save hub-cap/4588988 to your computer and use it in GitHub Desktop.
def create_volume(self, context, volume_id, snapshot_id=None,
image_id=None, source_volid=None):
becomes
def create_volume(self, context, volume_id, snapshot_id=None,
image_id=None, source_volid=None, backend=None):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment