Files
cinder/cinder/api/v3/views
John Griffith 22e6998868 Add new attachment APIS
Replaces the original patch:
  https://review.openstack.org/#/c/387712/

Use the python-cinderclient WIP:
  https://review.openstack.org/#/c/387716/

Here's what you can do currently:
  `cinder attachment-create <volume-uuid>`
      Currently only tested/implemented the reserve piece
      Will create an attachment object, set volume to a
      status of 'reserved'
  `cinder attachment-list`
      Simple list output of attachments
  `cinder attachment-show <attachment-uuid>`
      Detailed list of specified attachment
  `cinder attachment-delete <attachment-uuid>`
      Removes an attachment

Change-Id: Ie15233c99d91de67279b56d27a5508c5ea98d769
2017-01-20 11:47:10 -07:00
..
2016-04-29 18:41:10 +00:00
2017-01-20 11:47:10 -07:00
2016-07-08 14:26:39 -04:00
2016-04-29 18:41:10 +00:00
2016-07-19 11:27:15 -04:00
2016-11-23 17:15:44 -05:00
2017-01-13 14:34:45 +01:00