mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
remove unused variables and duplicate keys
This commit is contained in:
parent
2816fa4e35
commit
f72508522e
3 changed files with 0 additions and 4 deletions
|
@ -97,7 +97,6 @@ if Fog.mock?
|
|||
:vsphere_username => 'apiuser',
|
||||
:vsphere_password => 'apipassword',
|
||||
:vsphere_expected_pubkey_hash => 'abcdef1234567890',
|
||||
:libvirt_uri => 'qemu:///system',
|
||||
:libvirt_username => 'root',
|
||||
:libvirt_password => 'password',
|
||||
:cloudsigma_username => 'csuname',
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
Shindo.tests('Fog::DNS[:aws] | change_resource_record_sets', ['aws', 'dns']) do
|
||||
@r53_connection = Fog::DNS[:aws]
|
||||
|
||||
tests('success') do
|
||||
test('#elb_hosted_zone_mapping from DNS name') do
|
||||
zone_id = Fog::DNS::AWS.hosted_zone_for_alias_target('arbitrary-sub-domain.eu-west-1.elb.amazonaws.com')
|
||||
|
|
|
@ -157,7 +157,6 @@ class AWS
|
|||
}],
|
||||
'MasterInstanceType' => String,
|
||||
'SlaveInstanceType' => String,
|
||||
'InstanceGroups' => Array,
|
||||
'TerminationProtected' => String,
|
||||
'HadoopVersion' => String
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue