← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1491662] Re: upon creating vpn-service-create, the status is hung in 'pending_create' even after waiting for 40-50 sec or so

 

** 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/1491662

Title:
  upon creating vpn-service-create, the status is hung in
  'pending_create'  even after waiting for 40-50 sec or so

Status in neutron:
  Invalid

Bug description:
  Clone master branch of vpnaas repo.

  Create necessary two networks, routers, subnets, boot up two vms.

  Create ipkepolicy, ipsecpolicy and vpn-service.

  neutron vpn-service-create --name myvpnA --description "My vpn
  serviceA" <router> <sub>

  It is created, but the status is still shown as 'Pending_create'. Try
  checking the status again for about 40-sec, but no luck.

  docker@ubuntu:~/devstack$ neutron vpn-service-show myvpnA
  +----------------+--------------------------------------+
  | Field          | Value                                |
  +----------------+--------------------------------------+
  | admin_state_up | True                                 |
  | description    | My vpnA service                      |
  | external_v4_ip | 172.24.4.3                           |
  | external_v6_ip | 2001:db8::3                          |
  | id             | 2077e692-ceee-4ae0-8564-80a114a95e2d |
  | name           | myvpnA                               |
  | router_id      | 5686f412-6dcd-4ff9-9f03-e559c00ed0f5 |
  | status         | PENDING_CREATE                       |
  | subnet_id      | eae807fe-21a7-41eb-bbaa-ae229e4a271c |
  | tenant_id      | 166bec794e52459589aa1749d195238e     |
  +----------------+--------------------------------------+

  This worked fine about 6-7 hours back, looks like the latest patch-set
  broken it.

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


References