1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00
Commit graph

8 commits

Author SHA1 Message Date
sue445
6d45ed5eab git grep -l " module AWS" -- lib/fog/aws/parsers/compute/ | xargs sed -i "" "s/ module AWS/ module Compute/g" 2018-09-17 23:02:03 +09:00
sue445
bbe6937175 git grep -l " module Compute" -- lib/fog/aws/parsers/compute/ | xargs sed -i "" "s/ module Compute/ module AWS/g" 2018-09-17 23:02:03 +09:00
Eddie Johnston
66187d73fb Fix Fog::Compute::AWS::Images#all
Calling #all fails with the error: `Excon::Error::Socket: 25:28: FATAL: Document is empty (Nokogiri::XML::SyntaxError)`. This was because of the parser not handling nil creationDate values:

```
when 'creationDate'
  @image[name] = Time.parse(value)
```

This commit ensures nil `creationDate` fields are not parsed.
2017-07-11 16:36:48 +01:00
Puneet Loya
6ba71aa17a final changes for enhanced networking 2016-11-23 11:27:14 -08:00
Puneet Loya
1931091521 added a flag for enhanced networking to images 2016-11-22 14:14:02 -08:00
Puneet Loya
ed009a83b9 add creation date to image object 2016-11-22 14:14:02 -08:00
ICHII Takashi
7e5e6ff87c add 'volumeType' and 'encrypted' to blockDeviceMapping of DescribeImages parser. 2015-01-28 01:27:37 +09:00
Josh Lane
d48d376e9c initial import
* take the liberty of correcting Aws naming
2014-12-31 09:17:51 -08:00