mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Corrected edge_gateway schema and removed bad test
Fixes after running tests against clean and new org
This commit is contained in:
parent
7bac90aae1
commit
fb35770234
2 changed files with 2 additions and 6 deletions
|
@ -41,8 +41,4 @@ Shindo.tests('Compute::VcloudDirector | edge gateway requests', ['vclouddirector
|
||||||
@service.get_edge_gateway('00000000-0000-0000-0000-000000000000')
|
@service.get_edge_gateway('00000000-0000-0000-0000-000000000000')
|
||||||
end
|
end
|
||||||
|
|
||||||
tests('Retrieve edge gateways for non-existent VDC').raises(Excon::Errors::Forbidden) do
|
|
||||||
@service.get_edge_gateways('00000000-0000-0000-0000-000000000000')
|
|
||||||
end
|
|
||||||
|
|
||||||
end
|
end
|
|
@ -512,7 +512,7 @@ class VcloudDirector
|
||||||
#:GatewayIpsecVpnService => GATEWAY_IPSEC_VPN_SERVICE_TYPE, #not required
|
#:GatewayIpsecVpnService => GATEWAY_IPSEC_VPN_SERVICE_TYPE, #not required
|
||||||
#:GatewayDhcpService => GATEWAY_DHCP_SERVICE_TYPE, #not required
|
#:GatewayDhcpService => GATEWAY_DHCP_SERVICE_TYPE, #not required
|
||||||
#:LoadBalancerService => LOAD_BALANCER_SERVICE_TYPE, #not required
|
#:LoadBalancerService => LOAD_BALANCER_SERVICE_TYPE, #not required
|
||||||
:NatService => NAT_SERVICE_TYPE,
|
#:NatService => NAT_SERVICE_TYPE, #not required
|
||||||
:FirewallService => FIREWALL_SERVICE_TYPE
|
:FirewallService => FIREWALL_SERVICE_TYPE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue