Revision fd6608bd

b/kamaki/clients/image/__init__.py
129 129
        r = self.post(path, success=200, async_headers=async_headers)
130 130
        return filter_in(r.headers, 'X-Image-')
131 131

  
132
    def unregister(self, image_id):
133
        """Unregister an image
134

  
135
        :param image_id: (str)
136
        """
137
        path = path4url('images', image_id)
138
        self.delete(path, success=204)
139

  
132 140
    def list_members(self, image_id):
133 141
        """
134 142
        :param image_id: (str)

Also available in: Unified diff