Api-Server runs into infinite api calls for neutron port-list
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenContrail |
Incomplete
|
Undecided
|
Prakash Bailkeri |
Bug Description
The sequence of commands:
$ neutron net-create private
$ neutron subnet-create private 10.0.0.0/24
$ neutron port-create private --fixed-ip ip_address=10.0.0.5
After port-create, api-server logs runs into never ending api calls of following nature.
Require to terminate api-server and after restart, private network is not shown in the output.
192.168.1.10 - - [2015-03-31 10:51:59] "POST /ref-update HTTP/1.1" 200 156 0.025565
192.168.1.10 - - [2015-03-31 10:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166
192.168.1.10 - - [2015-03-31 10:51:59] "GET /virtual-
192.168.1.10 - - [2015-03-31 10:51:59] "GET /virtual-
WARNING:
192.168.1.10 - - [2015-03-31 10:51:59] "PUT /virtual-
WARNING:
192.168.1.10 - - [2015-03-31 10:51:59] "POST /ref-update HTTP/1.1" 200 156 0.043240
192.168.1.10 - - [2015-03-31 10:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007212
192.168.1.10 - - [2015-03-31 10:51:59] "GET /virtual-
192.168.1.10 - - [2015-03-31 10:51:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.010068
192.168.1.10 - - [2015-03-31 10:51:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.003083
192.168.1.10 - - [2015-03-31 10:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004468
192.168.1.10 - - [2015-03-31 10:51:59] "GET /virtual-
192.168.1.10 - - [2015-03-31 10:51:59] "GET /virtual-
WARNING:
192.168.1.10 - - [2015-03-31 10:51:59] "PUT /virtual-
WARNING:
192.168.1.10 - - [2015-03-31 10:51:59] "POST /ref-update HTTP/1.1" 200 156 0.008121
192.168.1.10 - - [2015-03-31 10:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475
192.168.1.10 - - [2015-03-31 10:52:00] "GET /virtual-
192.168.1.10 - - [2015-03-31 10:52:00] "GET /virtual-
WARNING:
192.168.1.10 - - [2015-03-31 10:52:00] "PUT /virtual-
WARNING:
Changed in opencontrail: | |
assignee: | nobody → Prakash Bailkeri (prakashmb) |
Changed in opencontrail: | |
status: | New → Incomplete |
Can you please provide the details of
1. Contrail version info
2. Setup information (single config node[all in one] or with multiple config nodes)
3. also attach the tar of log file from /var/log/contrail.
Do you see issue after issuing port-list or infinite loop is seen after the port-create itself?