Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D2916200BA3 for ; Thu, 20 Oct 2016 17:09:16 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D101B160AE0; Thu, 20 Oct 2016 15:09:16 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4ACE5160ADB for ; Thu, 20 Oct 2016 17:09:16 +0200 (CEST) Received: (qmail 23272 invoked by uid 500); 20 Oct 2016 15:09:15 -0000 Mailing-List: contact notifications-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list notifications@libcloud.apache.org Received: (qmail 23263 invoked by uid 99); 20 Oct 2016 15:09:15 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2016 15:09:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 658ABE0451; Thu, 20 Oct 2016 15:09:15 +0000 (UTC) From: vdloo To: notifications@libcloud.apache.org Reply-To: notifications@libcloud.apache.org Message-ID: Subject: [GitHub] libcloud pull request #919: add ex_start_node for the openstack driver Content-Type: text/plain Date: Thu, 20 Oct 2016 15:09:15 +0000 (UTC) archived-at: Thu, 20 Oct 2016 15:09:17 -0000 GitHub user vdloo opened a pull request: https://github.com/apache/libcloud/pull/919 add ex_start_node for the openstack driver ### add ex_start_node for the openstack driver #### Currently only ex_resume_node is implemented, but it does not start stopped instances. http://developer.openstack.org/api-ref-compute-v2.1.html ``` BaseHTTPError: 409 Conflict Cannot 'resume' instance 39ec1234-1234-1234-ba28-123412349d9c while it is in vm_state stopped ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/vdloo/libcloud add-ex-start-node-for-openstack-driver Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/919.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #919 ---- commit 1105c46125eadf4668283e01b5139f91fc288400 Author: Rick van de Loo Date: 2016-10-20T15:02:40Z add ex_start_node for the openstack driver http://developer.openstack.org/api-ref-compute-v2.1.html Currently only ex_resume_node is implemented, but it does not start stopped instances. ``` BaseHTTPError: 409 Conflict Cannot 'resume' instance 39ec1234-1234-1234-ba28-123412349d9c while it is in vm_state stopped ``` ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---