Re: [openstack-dev] [nova] how to address boot from volume failures

2015-10-01 Thread Alex Xu
2015-10-01 5:45 GMT+08:00 Andrew Laski : > On 09/30/15 at 05:03pm, Sean Dague wrote: > >> Today we attempted to branch devstack and grenade for liberty, and are >> currently blocked because in liberty with openstack client and >> novaclient, it's not possible to boot a server

Re: [openstack-dev] [nova] how to address boot from volume failures

2015-10-01 Thread Sean Dague
On 09/30/2015 10:41 PM, melanie witt wrote: > On Sep 30, 2015, at 14:45, Andrew Laski > wrote: > >> I have a slight preference for #1. Nova is not buggy here novaclient >> is so I think we should contain the fix there. >> >> Is using the v2 API an

Re: [openstack-dev] [nova] how to address boot from volume failures

2015-10-01 Thread Andrew Laski
On 10/01/15 at 06:17am, Sean Dague wrote: On 09/30/2015 10:41 PM, melanie witt wrote: On Sep 30, 2015, at 14:45, Andrew Laski > wrote: I have a slight preference for #1. Nova is not buggy here novaclient is so I think we should contain the fix

Re: [openstack-dev] [nova] how to address boot from volume failures

2015-10-01 Thread Andrey Kurilin
>1) fix the client without a revert I prefer to go with this option, since fix already done and pending review. >This means that until people upgrade their >client they loose access to this function on the server. This applies to any of the proposed options. On Thu, Oct 1, 2015 at 12:03 AM,

Re: [openstack-dev] [nova] how to address boot from volume failures

2015-10-01 Thread Nikola Đipanov
On 09/30/2015 10:45 PM, Andrew Laski wrote: > On 09/30/15 at 05:03pm, Sean Dague wrote: >> Today we attempted to branch devstack and grenade for liberty, and are >> currently blocked because in liberty with openstack client and >> novaclient, it's not possible to boot a server from volume using

[openstack-dev] [nova] how to address boot from volume failures

2015-09-30 Thread Sean Dague
Today we attempted to branch devstack and grenade for liberty, and are currently blocked because in liberty with openstack client and novaclient, it's not possible to boot a server from volume using just the volume id. That's because of this change in novaclient -

Re: [openstack-dev] [nova] how to address boot from volume failures

2015-09-30 Thread Andrew Laski
On 09/30/15 at 05:03pm, Sean Dague wrote: Today we attempted to branch devstack and grenade for liberty, and are currently blocked because in liberty with openstack client and novaclient, it's not possible to boot a server from volume using just the volume id. That's because of this change in

Re: [openstack-dev] [nova] how to address boot from volume failures

2015-09-30 Thread melanie witt
On Sep 30, 2015, at 14:45, Andrew Laski wrote: > > I have a slight preference for #1. Nova is not buggy here novaclient is so I > think we should contain the fix there. > > Is using the v2 API an option? That should also allow the 3 extra parameters > mentioned in #2.