Advertisement
Guest User

Untitled

a guest
Apr 5th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.83 KB | None | 0 0
  1. neutron lbaas-healthmonitor-list
  2. +--------------------------------------+------+----------------+
  3. | id | type | admin_state_up |
  4. +--------------------------------------+------+----------------+
  5. | 5b55a527-f3f6-482b-951d-a12440567da9 | PING | True |
  6. | 65427bfa-3beb-46fd-b462-900ecba320c1 | HTTP | True |
  7. +--------------------------------------+------+----------------+
  8.  
  9.  
  10. neutron lbaas-healthmonitor-delete 5b55a527-f3f6-482b-951d-a12440567da9
  11. Request Failed: internal server error while processing your request.
  12.  
  13.  
  14. neutron --debug lbaas-healthmonitor-delete 5b55a527-f3f6-482b-951d-a12440567da9
  15. DEBUG: keystoneclient.session REQ: curl -g -i -X GET http://192.168.1.101:5000/v2.0 -H "Accept: application/json" -H "User-Agent: python-keystoneclient"
  16. DEBUG: keystoneclient.session RESP: [200] Date: Tue, 05 Apr 2016 06:58:54 GMT Vary: X-Auth-Token Content-Length: 339 Content-Type: application/json X-Openstack-Request-Id: req-b7aef827-3ec4-4ba1-aaac-92b0404ac42a
  17. RESP BODY: {"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.168.1.101:5000/v2.0/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}
  18.  
  19. DEBUG: neutronclient.neutron.v2_0.lb.v2.healthmonitor.DeleteHealthMonitor run(Namespace(id=u'5b55a527-f3f6-482b-951d-a12440567da9', request_format='json'))
  20. DEBUG: keystoneclient.auth.identity.v2 Making authentication request to http://192.168.1.101:5000/v2.0/tokens
  21. DEBUG: keystoneclient.session REQ: curl -g -i -X GET http://192.168.1.101:9696/v2.0/lbaas/healthmonitors.json?fields=id&id=5b55a527-f3f6-482b-951d-a12440567da9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac7721ca6339f0d6790a47a43a94d2c0c0270dce"
  22. DEBUG: keystoneclient.session RESP: [200] Date: Tue, 05 Apr 2016 06:58:55 GMT Connection: keep-alive Content-Type: application/json; charset=UTF-8 Content-Length: 229 X-Openstack-Request-Id: req-54cc0fdd-d16c-4c4b-bd5d-5190dec415a3
  23. RESP BODY: {"healthmonitors": [{"admin_state_up": true, "delay": 3, "expected_codes": "200", "max_retries": 5, "http_method": "GET", "timeout": 5, "pools": [], "url_path": "/", "type": "PING", "id": "5b55a527-f3f6-482b-951d-a12440567da9"}]}
  24.  
  25. DEBUG: keystoneclient.session REQ: curl -g -i -X DELETE http://192.168.1.101:9696/v2.0/lbaas/healthmonitors/5b55a527-f3f6-482b-951d-a12440567da9.json -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac7721ca6339f0d6790a47a43a94d2c0c0270dce"
  26. DEBUG: keystoneclient.session RESP: [500] Date: Tue, 05 Apr 2016 06:58:55 GMT Connection: keep-alive Content-Type: application/json; charset=UTF-8 Content-Length: 150 X-Openstack-Request-Id: req-7db9c902-06b0-4029-b86c-b21766451ffc
  27. RESP BODY: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}}
  28.  
  29. DEBUG: neutronclient.v2_0.client Error message: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}}
  30. ERROR: neutronclient.shell Request Failed: internal server error while processing your request.
  31. Traceback (most recent call last):
  32. File "/usr/lib/python2.7/site-packages/neutronclient/shell.py", line 814, in run_subcommand
  33. return run_command(cmd, cmd_parser, sub_argv)
  34. File "/usr/lib/python2.7/site-packages/neutronclient/shell.py", line 110, in run_command
  35. return cmd.run(known_args)
  36. File "/usr/lib/python2.7/site-packages/neutronclient/neutron/v2_0/__init__.py", line 606, in run
  37. obj_deleter(_id)
  38. File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 102, in with_params
  39. ret = self.function(instance, *args, **kwargs)
  40. File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 1029, in delete_lbaas_healthmonitor
  41. (lbaas_healthmonitor))
  42. File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 289, in delete
  43. headers=headers, params=params)
  44. File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 270, in retry_request
  45. headers=headers, params=params)
  46. File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 211, in do_request
  47. self._handle_fault_response(status_code, replybody)
  48. File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 185, in _handle_fault_response
  49. exception_handler_v20(status_code, des_error_body)
  50. File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 70, in exception_handler_v20
  51. status_code=status_code)
  52. InternalServerError: Request Failed: internal server error while processing your request.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement