Return-Path: X-Original-To: apmail-libcloud-notifications-archive@www.apache.org Delivered-To: apmail-libcloud-notifications-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 18C40174FE for ; Thu, 9 Oct 2014 00:40:34 +0000 (UTC) Received: (qmail 80683 invoked by uid 500); 9 Oct 2014 00:40:34 -0000 Delivered-To: apmail-libcloud-notifications-archive@libcloud.apache.org Received: (qmail 80654 invoked by uid 500); 9 Oct 2014 00:40:34 -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 80634 invoked by uid 99); 9 Oct 2014 00:40:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Oct 2014 00:40:33 +0000 Date: Thu, 9 Oct 2014 00:40:33 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: notifications@libcloud.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LIBCLOUD-622) Add support for config_drive to the Openstack driver MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LIBCLOUD-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14164482#comment-14164482 ] ASF GitHub Bot commented on LIBCLOUD-622: ----------------------------------------- GitHub user rnirmal opened a pull request: https://github.com/apache/libcloud/pull/370 [LIBCLOUD-622] Support for config_drive in the Openstack driver Adds a 'ex_config_drive' option to create_node and ex_rebuild_node for the Openstack driver. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rnirmal/libcloud LIBCLOUD-622_config_drive Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/370.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 #370 ---- commit 690100abb36991d85e87c63bba3d948c5050ee95 Author: Nirmal Ranganathan Date: 2014-10-09T00:25:36Z [LIBCLOUD-622] Support for config_drive in the Openstack driver Adds a 'ex_config_drive' option to create_node and ex_rebuild_node for the Openstack driver. ---- > Add support for config_drive to the Openstack driver > ---------------------------------------------------- > > Key: LIBCLOUD-622 > URL: https://issues.apache.org/jira/browse/LIBCLOUD-622 > Project: Libcloud > Issue Type: Improvement > Components: Compute > Environment: Openstack > Reporter: Nirmal Ranganathan > Priority: Minor > > Add a new "ex_config_drive" extension parameter for create_node in OpenStack_1_1_NodeDriver under drivers/openstack.py > Enables metadata injection in a server through a configuration drive. > To enable a configuration drive, specify true. Otherwise, specify false. > In conjunction with "ex_disk_config" and "ex_userdata" enables support for cloud-init on some Openstack based clouds. -- This message was sent by Atlassian JIRA (v6.3.4#6332)