Paul Thornthwaite
ec8b940b2c
Standardise on collection methods
...
Done with `rubocop --auto-correct --only CollectionMethods`
2014-05-26 16:22:07 +01:00
Paul Thornthwaite
814cb82f22
Replace `alias` with `alias_method`
...
Done with `rubocop --auto-correct --only Alias`
2014-05-26 16:22:07 +01:00
Paul Thornthwaite
ef9a9697ab
Remove trailing whitespace
...
Done with `rubocop --auto-correct --only TrailingWhitespace`
2014-05-26 14:44:18 +01:00
Paul Thornthwaite
330a351ade
Remove trailing blank lines
...
Done with `rubocop --auto-correct --only TrailingBlankLines`
2014-05-26 14:35:26 +01:00
Paul Thornthwaite
0b529294f0
Standardise indentation of access modifiers
...
Done with `rubocop --auto-correct --only AccessModifierIndentation`
2014-05-26 14:31:17 +01:00
Paul Thornthwaite
2e0b7e545a
Standardise empty lines throughout codebase
...
Done with `rubocop --auto-correct --only EmptyLineBetweenDefs,EmptyLines,EmptyLinesAroundBody`
2014-05-26 14:20:02 +01:00
Wesley Beary
991da6cd8e
Merge pull request #2922 from klarna-marcus-nilsson/cloudstack-add-ip-address-methods
...
Added ip_address methods consistent with openstack
2014-05-23 14:46:52 -05:00
Wesley Beary
948a52b586
Merge pull request #2943 from gregburek/encrypted-ebs
...
AWS Encrypted EBS support
2014-05-23 14:35:35 -05:00
Greg Burek
1d8e4c613a
Get to green
2014-05-22 22:08:54 -07:00
Greg Burek
00dd4b841e
Updates volume mocks to reflect new IOPs to size ratio of 30:1
2014-05-22 13:49:50 -07:00
Greg Burek
a9fcf5ce8b
Adds comment about using encrypted flag with block device mapping on run_instances
2014-05-22 13:49:21 -07:00
Greg Burek
860aab3134
Adds parsing for encrypted block devices to create_image
2014-05-22 13:48:55 -07:00
Greg Burek
a1658ab1fb
Adds encrypted EBS volumes
2014-05-22 13:47:44 -07:00
Greg Burek
288be8a266
Adds encrypted EBS snapshots
2014-05-22 13:46:57 -07:00
Greg Burek
d0255a6677
Use latest AWS EC2 API version
2014-05-22 13:45:15 -07:00
Nathan Sullivan
869150ca2e
second attempt to fix issue# 2748, plus fix the same problem for the volume/s and spot request/s models as well
2014-05-21 11:44:05 +10:00
Kyle Rames
b428a858ac
Merge pull request #2924 from rackspace/lb_tweak
...
[rackspace|loadbalancers] Fix requiring nodes during load balancer creation
2014-05-15 08:19:01 -05:00
Kyle Rames
7e4ebe1e09
[rackspace|loadbalancers] updated to only call clear on newly created nodes and access rule collections for unpersisted load balancers.
2014-05-14 16:32:29 -05:00
Kyle Rames
cef26931e3
[rackspace|loadbalancers] updated code so that you did not need to pass nodes in during load balancer creation
2014-05-14 15:55:03 -05:00
Marcus Nilsson
ff70ff2b1b
Added ip_address methods consistent with openstack
2014-05-14 22:02:37 +02:00
Kyle Rames
52a47361e4
Merge pull request #2918 from rackspace/setup_disconnect
...
[rackspace|compute] Updated setup method to retry once on disconnect
2014-05-14 14:44:45 -05:00
Kyle Rames
94b8d044d5
[rackspace|autoscale] fixing typo in docs
2014-05-13 13:40:17 -05:00
Kyle Rames
ec6f12fb1e
Updated setup method to retry once on disconnect to try to address issues with Ubuntu 12.04 images.
2014-05-12 16:12:52 -05:00
Kyle Rames
742175ea29
Merge pull request #2916 from rackspace/update_auth_endpoint
...
[rackspace] updating authentication endpoints
2014-05-12 08:22:53 -05:00
Kyle Rames
2fd8a9299e
[rackspace] updating authentication endpoints
2014-05-09 16:44:02 -05:00
Tom Noonan II
2b8ee777b0
Resolve issue where metadata was being discarded too early
2014-05-09 15:54:36 -05:00
Tom Noonan II
a4cb7c34f9
Resolve copypasta error
2014-05-09 15:28:51 -05:00
Tom Noonan II
9a5af6c244
Fix variable name error
2014-05-09 14:59:48 -05:00
Tom Noonan II
42ef016333
Add pagination markers ( #2908 )
2014-05-09 14:59:09 -05:00
Tom Noonan II
fae0ff06fb
Add options argument to all() method
2014-05-09 14:56:47 -05:00
Tom Noonan II
8fa4359c5d
Add options support
2014-05-09 14:56:16 -05:00
Andrew Hodges
7f2134a8ac
Move PrivateIpAddress to the NetworkInterface structure
...
Only if it exists (in order to associate a public ip).
2014-05-07 17:55:53 -04:00
Dave Benvenuti
114dadb958
fixed whitespace
2014-05-06 23:54:26 -04:00
Dave Benvenuti
3cca6dcecd
Behave more like DO when private_networking flag is passed in. Include a private_ip_address in the response only if the region supports private networking.
2014-05-06 23:09:55 -04:00
Dave Benvenuti
1e458be061
updated regions list
2014-05-06 23:09:21 -04:00
Barrett Jones
8214d7e992
allow to instantiate template without network_id
2014-05-05 17:40:54 -05:00
Michael Hale
4a29552914
[aws|elb] Fix tests so that they work with FOG_MOCK=false for both EC2-Classic and VPC style AWS accounts.
2014-05-05 11:38:59 -04:00
Konstantinos Natsakis
973b7247f5
Denser code style
2014-05-03 12:44:21 +03:00
Konstantinos Natsakis
5ee3eba46b
[AWS] add describe_vpc_attribute
2014-05-03 10:51:38 +03:00
Kyle Rames
a0eb9ae120
Merge pull request #2898 from rackspace/metafix
...
[rackspace|storage] metadata now supports indifferent access
2014-05-02 12:35:04 -05:00
Kyle Rames
2073d1a394
[openstack|storage] fixing bug metadata indifferent access implementation
2014-05-02 11:20:17 -05:00
Phil Kates
765b841a97
[zerigo] Fix Invalid Excon request warning
...
This was triggering the warning:
`[excon][WARNING] Invalid Excon request keys: :host`
Followed by a stacktrace. Looking at [fog#2292][1] and the related
issues this seems like the right fix and seems to work fine.
[1]: https://github.com/fog/fog/pull/2292
2014-05-01 15:21:45 -07:00
Kyle Rames
967e98304c
[rackspace|storage] made the index operator use indifferent access in order to fix issue #2881
2014-05-01 16:33:25 -05:00
Jordan Day
79e838df86
Add the DisableApiTermination flag to the AWS Server model, so it can be sent on instance creation
2014-05-01 10:47:50 -05:00
Wesley Beary
9aa44f72b1
Merge pull request #2891 from jblancett/master
...
hardcoded linode flavor cores until they add it to their api
2014-04-30 15:32:02 -05:00
Wesley Beary
b083fcfe8e
Merge pull request #2530 from nosborn/vcloud_director_create_catalog_item
...
[vcloud_director] Implement post_create_catalog_item
2014-04-30 15:30:12 -05:00
Wesley Beary
4c0e4dd0a8
Merge pull request #2531 from nosborn/vcloud_director_capture_vapp
...
[vcloud_director] missing post_capture_vapp functionality
2014-04-30 15:29:16 -05:00
Josh Blancett
1e8d409f0a
hardcoded linode flavor cores until they add it to their api
2014-04-29 12:34:19 -04:00
Wesley Beary
6ab1f2526a
Merge pull request #2885 from bgentry/aws-elb-connection-draining
...
[aws|elb] add support for ELB connection draining
2014-04-28 14:27:02 -05:00
Amos Benari
c0a27abbd1
[ovirt] force volumes reload on volume locked? check.
2014-04-27 18:04:58 +03:00