if allocation-pool range is outside of cidr, internal server error is seen
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R1.1 |
Fix Committed
|
Medium
|
Atul Moghe | |||
Trunk |
Fix Committed
|
Medium
|
Atul Moghe |
Bug Description
Build 1.10 2273
Start and end ips are outside of the cidr. Then subnet-create is throwing internal server error
root@nodec22:
Request Failed: internal server error while processing your request.
root@nodec22:
contrail-api-0.log :
=================
The above is a description of an error in a Python program. Here is
the original traceback:
Traceback (most recent call last):
File "/usr/lib/
net_info = cfgdb.subnet_
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
content = self._request_
File "/usr/lib/
raise HttpError(status, content)
HttpError: HTTP Status: 500 Content: subnet(
Traceback (most recent call last):
File "/usr/lib/
return route.call(**args)
File "/usr/lib/
rv = callback(*a, **ka)
File "/usr/lib/
return self.plugin_
File "/usr/lib/
raise e
HttpError: HTTP Status: 500 Content: subnet(
10.204.217.7 - - [2014-07-28 04:19:43] "POST /neutron/subnet HTTP/1.1" 500 156 0.059928
Changed in juniperopenstack: | |
assignee: | Sachin Bansal (bansalsachin) → Atul Moghe (moghea) |
tags: | added: neutronapi |
information type: | Proprietary → Public |
Changed in juniperopenstack: | |
status: | New → Confirmed |
Changed in juniperopenstack: | |
status: | Confirmed → In Progress |
Changed in juniperopenstack: | |
milestone: | r1.10-fcs → none |