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 C79BC10712 for ; Tue, 29 Apr 2014 04:12:32 +0000 (UTC) Received: (qmail 68497 invoked by uid 500); 29 Apr 2014 04:12:32 -0000 Delivered-To: apmail-libcloud-notifications-archive@libcloud.apache.org Received: (qmail 68472 invoked by uid 500); 29 Apr 2014 04:12:29 -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 68460 invoked by uid 99); 29 Apr 2014 04:12:27 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Apr 2014 04:12:27 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 025839947FB; Tue, 29 Apr 2014 04:12:26 +0000 (UTC) From: zahlenofzahlen To: notifications@libcloud.apache.org Reply-To: notifications@libcloud.apache.org Message-ID: Subject: [GitHub] libcloud pull request: Change create_image API call params from Re... Content-Type: text/plain Date: Tue, 29 Apr 2014 04:12:26 +0000 (UTC) GitHub user zahlenofzahlen opened a pull request: https://github.com/apache/libcloud/pull/284 Change create_image API call params from Reboot to NoReboot and negated set logic See excerpt from: http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-CreateImage.html ```NoReboot By default, this parameter is set to false, which means Amazon EC2 attempts to shut down the instance cleanly before image creation and then reboots the instance. When the parameter is set to true, Amazon EC2 doesn't shut down the instance before creating the image. When this option is used, file system integrity on the created image can't be guaranteed. Type: Boolean Default: false Required: No ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/zahlenofzahlen/libcloud LIBCLOUD-545_ec2_create_image_incorrect_parameter Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/284.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 #284 ---- commit d24d044ef4fb0cc412e36ad0db7f9839c5b184d5 Author: Matthew Lehman Date: 2014-04-29T04:05:32Z Change create_image API call params from Reboot to NoReboot and negated set logic ---- --- 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. ---