Public bug reported:

Neutron return 500 on listing networks with 'description' as sort_key.
The command below can reproduce the error:

$ TOKEN=$(openstack token issue | awk '/ id /{print $4}')
$ curl -g -i -X GET -H "X-Auth-Token: $TOKEN" 
'http://10.0.0.19:9696/v2.0/networks?sort_dir=desc&sort_key=description'
HTTP/1.1 500 Internal Server Error
Content-Type: application/json
Content-Length: 150
X-Openstack-Request-Id: req-39134412-ccf8-4231-9927-c20a84107892
Date: Mon, 05 Feb 2018 22:05:55 GMT

{"NeutronError": {"message": "Request Failed: internal server error
while processing your request.", "type": "HTTPInternalServerError",
"detail": ""}}

** Affects: neutron
     Importance: Undecided
     Assignee: Hongbin Lu (hongbin.lu)
         Status: New

** Changed in: neutron
     Assignee: (unassigned) => Hongbin Lu (hongbin.lu)

** Description changed:

- Reproduce:
+ Neutron return 500 on listing networks with 'description' as sort_key.
+ The command below can reproduce the error:
  
-   $ TOKEN=$(openstack token issue | awk '/ id /{print $4}')
-   $ curl -g -i -X GET -H "X-Auth-Token: $TOKEN" 
'http://10.0.0.19:9696/v2.0/networks?sort_dir=desc&sort_key=description'
+ $ TOKEN=$(openstack token issue | awk '/ id /{print $4}')
+ $ curl -g -i -X GET -H "X-Auth-Token: $TOKEN" 
'http://10.0.0.19:9696/v2.0/networks?sort_dir=desc&sort_key=description'
  HTTP/1.1 500 Internal Server Error
  Content-Type: application/json
  Content-Length: 150
  X-Openstack-Request-Id: req-39134412-ccf8-4231-9927-c20a84107892
  Date: Mon, 05 Feb 2018 22:05:55 GMT
  
  {"NeutronError": {"message": "Request Failed: internal server error
  while processing your request.", "type": "HTTPInternalServerError",
  "detail": ""}}

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

Title:
  List networks with 'description' as sort_key return 500

Status in neutron:
  New

Bug description:
  Neutron return 500 on listing networks with 'description' as sort_key.
  The command below can reproduce the error:

  $ TOKEN=$(openstack token issue | awk '/ id /{print $4}')
  $ curl -g -i -X GET -H "X-Auth-Token: $TOKEN" 
'http://10.0.0.19:9696/v2.0/networks?sort_dir=desc&sort_key=description'
  HTTP/1.1 500 Internal Server Error
  Content-Type: application/json
  Content-Length: 150
  X-Openstack-Request-Id: req-39134412-ccf8-4231-9927-c20a84107892
  Date: Mon, 05 Feb 2018 22:05:55 GMT

  {"NeutronError": {"message": "Request Failed: internal server error
  while processing your request.", "type": "HTTPInternalServerError",
  "detail": ""}}

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to