~ubuntu-branches/ubuntu/trusty/python-cinderclient/trusty

« back to all changes in this revision

Viewing changes to cinderclient/v2/volume_encryption_types.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2014-03-06 15:15:14 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20140306151514-ihbixyaopbhaqdju
Tags: 1:1.0.8-0ubuntu1
* New upstream release.
* debian/patches/fix-search-opts.patch: Dropped no longer needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
        :param volume_type: the volume type whose encryption type information
94
94
                            must be deleted
95
95
        """
96
 
        raise NotImplementedError()
 
96
        return self._delete("/types/%s/encryption/provider" %
 
97
                            base.getid(volume_type))