mirror of
https://github.com/puppetlabs/vmpooler-provider-ec2.git
synced 2026-01-26 02:28:40 -05:00
rename from AWS to EC2 for consistency
The other cloud provider is GCE and not GCP. In the same way we are creating VMs in EC2 on AWS.
This commit is contained in:
parent
ee36ee868d
commit
65c797137e
9 changed files with 20 additions and 19 deletions
|
|
@ -10,7 +10,7 @@ module Vmpooler
|
|||
class PoolManager
|
||||
class Provider
|
||||
# This class represent a GCE provider to CRUD resources in a gce cloud.
|
||||
class Aws < Vmpooler::PoolManager::Provider::Base
|
||||
class Ec2 < Vmpooler::PoolManager::Provider::Base
|
||||
# The connection_pool method is normally used only for testing
|
||||
attr_reader :connection_pool
|
||||
|
||||
|
|
@ -51,7 +51,7 @@ module Vmpooler
|
|||
|
||||
# name of the provider class
|
||||
def name
|
||||
'aws'
|
||||
'ec2'
|
||||
end
|
||||
|
||||
def connection
|
||||
Loading…
Add table
Add a link
Reference in a new issue