You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by Tomaz Muraus <to...@apache.org> on 2019/11/26 21:37:41 UTC

[dev] Promoting start node and stop node methods to the standard Libcloud compute API

All,

A lot of the existing compute drivers (15+) already implement start and
stop node functionality via "ex_start_node" and "ex_stop_node" extension
driver methods so I think it only makes sense to promote those methods to
be part of the "standard" Libcloud compute API.

I've done just that in https://github.com/apache/libcloud/pull/1375.

If there are no objections, I will merge it into master / trunk in the near
future.

Re: [dev] Promoting start node and stop node methods to the standard Libcloud compute API

Posted by anthony shaw <an...@gmail.com>.
+1 no objections, surprised this wasn't already in the spec!

On Wed, Nov 27, 2019 at 1:59 PM Eric Johnson <er...@apache.org> wrote:

> +1 - no objections
>
>
> On Tue, Nov 26, 2019 at 1:37 PM Tomaz Muraus <to...@apache.org> wrote:
>
> > All,
> >
> > A lot of the existing compute drivers (15+) already implement start and
> > stop node functionality via "ex_start_node" and "ex_stop_node" extension
> > driver methods so I think it only makes sense to promote those methods to
> > be part of the "standard" Libcloud compute API.
> >
> > I've done just that in https://github.com/apache/libcloud/pull/1375.
> >
> > If there are no objections, I will merge it into master / trunk in the
> near
> > future.
> >
>

Re: [dev] Promoting start node and stop node methods to the standard Libcloud compute API

Posted by Eric Johnson <er...@apache.org>.
+1 - no objections


On Tue, Nov 26, 2019 at 1:37 PM Tomaz Muraus <to...@apache.org> wrote:

> All,
>
> A lot of the existing compute drivers (15+) already implement start and
> stop node functionality via "ex_start_node" and "ex_stop_node" extension
> driver methods so I think it only makes sense to promote those methods to
> be part of the "standard" Libcloud compute API.
>
> I've done just that in https://github.com/apache/libcloud/pull/1375.
>
> If there are no objections, I will merge it into master / trunk in the near
> future.
>