mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Adds VPN section to edge gateway service configuration
This commit is contained in:
parent
c03a854e12
commit
deb0e10add
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ module Fog
|
|||
xml.PeerIpAddress tunnel_config[:PeerIpAddress]
|
||||
xml.PeerId tunnel_config[:PeerId]
|
||||
xml.LocalIpAddress tunnel_config[:LocalIpAddress]
|
||||
xml.LocalId tunnel_config[:LocalId]
|
||||
xml.LocalId tunnel_config[:LocalId]
|
||||
tunnel_config[:LocalSubnet].each do |subnet|
|
||||
xml.LocalSubnet {
|
||||
xml.Name subnet[:Name]
|
||||
|
|
|
@ -17,7 +17,7 @@ Shindo.tests('Compute::VcloudDirector | edge gateway requests', ['vclouddirector
|
|||
}
|
||||
|
||||
@vpn_configuration = {
|
||||
:GatewayIpsecVpnService =>
|
||||
:GatewayIpsecVpnService =>
|
||||
{
|
||||
:IsEnabled => "true",
|
||||
:Tunnel => [{
|
||||
|
|
Loading…
Reference in a new issue