zahlenofzahlen created LIBCLOUD-545:
---------------------------------------
Summary: create_image for ec2.py fails due to incorrect parameters.
Key: LIBCLOUD-545
URL: https://issues.apache.org/jira/browse/LIBCLOUD-545
Project: Libcloud
Issue Type: Bug
Components: Compute
Reporter: zahlenofzahlen
Priority: Minor
The ec2.py driver for AWS specified Reboot as the parameter specified but it is
actually suppose to be NoReboot.
See excerpt below:
"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"
reference:
http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-CreateImage.html
I will have this patched within the hour.
--
This message was sent by Atlassian JIRA
(v6.2#6252)