Re: [openstack-dev] [nova] Volume attachment APIs CRUD inconsistencies

2015-12-14 Thread Sam Matzek
Thanks. So it looks like os_volume-attachments has now been linked into the 2.1 doc. The lack of documentation for the PUT / update attachment doc was also noted on the etherpad. So my only remaining questions revolve around the dual and differing API implementations of the read volume

Re: [openstack-dev] [nova] Volume attachment APIs CRUD inconsistencies

2015-12-11 Thread Matt Riedemann
On 12/11/2015 1:48 PM, Sam Matzek wrote: The CRUD operations for Nova volume attachments have inconsistencies between documentation and implementation. Additionally, the read/get operation is implemented twice under different URIs. What is Nova's direction for volume attachment APIs and how

Re: [openstack-dev] [nova] Volume attachment APIs CRUD inconsistencies

2015-12-11 Thread Anne Gentle
On Fri, Dec 11, 2015 at 7:33 PM, Matt Riedemann wrote: > > > On 12/11/2015 1:48 PM, Sam Matzek wrote: > >> The CRUD operations for Nova volume attachments have inconsistencies >> between documentation and implementation. Additionally, the read/get >> operation is

Re: [openstack-dev] [nova] Volume attachment APIs CRUD inconsistencies

2015-12-11 Thread Anne Gentle
On Fri, Dec 11, 2015 at 8:38 PM, Anne Gentle wrote: > > > On Fri, Dec 11, 2015 at 7:33 PM, Matt Riedemann < > mrie...@linux.vnet.ibm.com> wrote: > >> >> >> On 12/11/2015 1:48 PM, Sam Matzek wrote: >> >>> The CRUD operations for Nova volume attachments have

[openstack-dev] [nova] Volume attachment APIs CRUD inconsistencies

2015-12-11 Thread Sam Matzek
The CRUD operations for Nova volume attachments have inconsistencies between documentation and implementation. Additionally, the read/get operation is implemented twice under different URIs. What is Nova's direction for volume attachment APIs and how should the following discrepancies be