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 <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to