← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1316748] Re: VPNaaS : VPN service and VPN connection goes in pending_create state , when user tries to create second VPN service for router and second subnet of the router.

 

>From what I can tell, this is an invalid bug, as multiple services are
not supported for a single router. It is 1:1. changing status.

** Changed in: neutron
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1316748

Title:
  VPNaaS : VPN service and VPN connection goes in pending_create state ,
  when user tries to create second VPN service for router and second
  subnet of the router.

Status in OpenStack Neutron (virtual network service):
  Invalid

Bug description:
  Please refer to the topology diagram attached 
  Steps to Reproduce: 
  1. Create a site to site onto two separate openstack setup (site1 and site2) (refer attached scenario diagram with sub1 and sub3)
  2. Create a subnet and associated to the site1 router and create a vpnservice with the new subnet (refer attached scenario diagram sub2 )
  3. Create a third site with the new vpnservice ,ike policy and ipsec policy.
  4. Onto the site3 Create a ipsecsite connection with the peercidr as the newsubnet (sub2 )created in step 2.
  5 Now a new tunnel is created between the site3(sub4) and site 1 (sub2).
  6.Check the status if the vpn ipsec site connection list.
  is show pending creating after the site 3 creation,
  vpnl
  +--------------------------------------+----------------+---------------+----------------+------------+-----------+----------------+
  | id                                   | name           | peer_address  | peer_cidrs     | route_mode | auth_mode | status         |
  +--------------------------------------+----------------+---------------+----------------+------------+-----------+----------------+
  | 9ee32e09-7ca3-4483-a874-90ac760a03c0 | vpnconnection4 | $peer_address2 | "10.10.4.0/24" | static     | psk       | PENDING_CREATE |
  | e2dd8cb7-31ef-4d73-ba03-58576ad07f52 | vpnconnection1 | $peer_address1 | "10.10.3.0/24" | static     | psk       | ACTIVE         |
  +--------------------------------------+----------------+---------------+----------------+------------+-----------+----------------+
   

  Actual Results: VPN service and VPN connection go in pending_create
  state , when user tries to create second VPN service for router and
  second subnet of the router.

  Expected Results: VPN service and VPN connection should be in active
  state when user tries to create second VPN service for router and
  second subnet of the router.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1316748/+subscriptions


References