[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-5409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13935928#comment-13935928
 ] 

Nick Thompson commented on CLOUDSTACK-5409:
-------------------------------------------

As a work around, I can do the following;

1.      Created Project 
2.      Created VPC under the Project 
3.      Created Tier under VPC 
4.      Clicked on Site-to-Site VPN 
5.      Selected yes to create the s2s gateway 

#log into mysql
mysql -p

#Find the last gateway entry;
select * from s2s_vpn_gateway;

#Change the account_id from project ID to domain account ID
update s2s_vpn_gateway set account_id = 15 where id = 28;

6.      The gateway is now visible, and I can carry on setting up the remainder 
of the VPN connection

Hope this might help a developer resolve this issue

> Project created in a VPC does not display s2s VPN Gateway
> ---------------------------------------------------------
>
>                 Key: CLOUDSTACK-5409
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5409
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: Management Server
>    Affects Versions: 4.1.0, 4.2.0
>         Environment: Confirmed in 4.1.0 production environment and 4.2.0 
> testing enviornment
>            Reporter: Mitchell Rinzel
>            Priority: Minor
>
> 1.    Created Project
> 2.    Created VPC under the Project
> 3.    Created Tier under VPC
> 4.    Clicked on Site-to-Site VPN
> 5.    Selected yes to create the s2s gateway
> Expected Result:
> Gateway created and visible
> Actual result
> Gateway is created, but not visible
> If you attempt create the gateway again it will error saying it already exists
> Checking in the Database shows the gateway is created.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to