Advertisement
Guest User

Untitled

a guest
Nov 14th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.91 KB | None | 0 0
  1.  
  2. [Fri Nov 14 17:21:51.675832 2014] [:error] [pid 2141:tid 140642658936576] INFO:urllib3.connectionpool:Starting new HTTP connection (1): 62.210.172.224
  3. [Fri Nov 14 17:21:51.676311 2014] [:error] [pid 2141:tid 140642658936576] DEBUG:urllib3.connectionpool:Setting read timeout to None
  4. [Fri Nov 14 17:21:51.690868 2014] [:error] [pid 2141:tid 140642658936576] DEBUG:urllib3.connectionpool:"GET /v2.0/tenants HTTP/1.1" 200 766
  5. [Fri Nov 14 17:21:51.692379 2014] [:error] [pid 2141:tid 140642658936576] REQ: curl -i 'http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/servers/detail?all_tenants=True&limit=21' -X GET -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Project-Id: faf5f9d16612474b8ee75b299d63f397" -H "X-Auth-Token: {SHA1}11f8e4ff3a9909428bf1a00cfb848bc89ca97af1"
  6. [Fri Nov 14 17:21:51.693736 2014] [:error] [pid 2141:tid 140642658936576] INFO:urllib3.connectionpool:Starting new HTTP connection (1): 62.210.172.224
  7. [Fri Nov 14 17:21:51.694173 2014] [:error] [pid 2141:tid 140642658936576] DEBUG:urllib3.connectionpool:Setting read timeout to None
  8. [Fri Nov 14 17:21:51.741844 2014] [:error] [pid 2141:tid 140642658936576] DEBUG:urllib3.connectionpool:"GET /v2/faf5f9d16612474b8ee75b299d63f397/servers/detail?all_tenants=True&limit=21 HTTP/1.1" 200 12280
  9. [Fri Nov 14 17:21:51.743830 2014] [:error] [pid 2141:tid 140642658936576] RESP: [200] CaseInsensitiveDict({'date': 'Fri, 14 Nov 2014 17:21:51 GMT', 'content-length': '12280', 'content-type': 'application/json', 'x-compute-request-id': 'req-6428c619-5a81-4a5f-b6e8-94057a5cd3f6'})
  10. [Fri Nov 14 17:21:51.743880 2014] [:error] [pid 2141:tid 140642658936576] RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:43", "version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/servers/950fb62d-bd9e-4f81-b4fc-2b24ba0e5cc7", "rel": "self"}, {"href": "http://62.210.172.224:8774/faf5f9d16612474b8ee75b299d63f397/servers/950fb62d-bd9e-4f81-b4fc-2b24ba0e5cc7", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000007", "OS-SRV-USG:launched_at": "2014-11-14T16:40:37.000000", "flavor": {"id": "2", "links": [{"href": "http://62.210.172.224:8774/faf5f9d16612474b8ee75b299d63f397/flavors/2", "rel": "bookmark"}]}, "id": "950fb62d-bd9e-4f81-b4fc-2b24ba0e5cc7", "security_groups": [{"name": "default"}], "user_id": "64bfc7a19a944c7688ef174e7e369af0", "OS-DCF:diskConfig": "AUTO", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2014-11-14T17:21:32Z", "hostId": "acb4d9c84ca91634eac16539d7831eef3690779f8c5d982c1c8afbc3", "OS-EXT-SRV-ATTR:host": "arthur", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "arthur", "name": "rqrqrq", "created": "2014-11-14T16:40:19Z", "tenant_id": "faf5f9d16612474b8ee75b299d63f397", "os-extended-volumes:volumes_attached": [{"id": "f62e5fc6-48f1-4060-9f28-7ecb60821f2b"}], "fault": {"message": "The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-8e40c26d-463a-4525-8917-6e2b15ce4c17)", "code": 500, "details": " File \\"/opt/stack/nova/nova/compute/manager.py\\", line 309, in decorated_function\\n return function(self, context, *args, **kwargs)\\n File \\"/opt/stack/nova/nova/compute/manager.py\\", line 2513, in terminate_instance\\n do_terminate_instance(instance, bdms)\\n File \\"/usr/local/lib/python2.7/dist-packages/oslo/concurrency/lockutils.py\\", line 311, in inner\\n return f(*args, **kwargs)\\n File \\"/opt/stack/nova/nova/compute/manager.py\\", line 2511, in do_terminate_instance\\n self._set_instance_error_state(context, instance)\\n File \\"/usr/local/lib/python2.7/dist-packages/oslo/utils/excutils.py\\", line 82, in __exit__\\n six.reraise(self.type_, self.value, self.tb)\\n File \\"/opt/stack/nova/nova/compute/manager.py\\", line 2501, in do_terminate_instance\\n self._delete_instance(context, instance, bdms, quotas)\\n File \\"/opt/stack/nova/nova/hooks.py\\", line 149, in inner\\n rv = f(*args, **kwargs)\\n File \\"/opt/stack/nova/nova/compute/manager.py\\", line 2470, in _delete_instance\\n quotas.rollback()\\n File \\"/usr/local/lib/python2.7/dist-packages/oslo/utils/excutils.py\\", line 82, in __exit__\\n six.reraise(self.type_, self.value, self.tb)\\n File \\"/opt/stack/nova/nova/compute/manager.py\\", line 2447, in _delete_instance\\n self._shutdown_instance(context, instance, bdms)\\n File \\"/opt/stack/nova/nova/compute/manager.py\\", line 2391, in _shutdown_instance\\n connector)\\n File \\"/opt/stack/nova/nova/volume/cinder.py\\", line 168, in wrapper\\n res = method(self, ctx, volume_id, *args, **kwargs)\\n File \\"/opt/stack/nova/nova/volume/cinder.py\\", line 343, in terminate_connection\\n connector)\\n File \\"/usr/local/lib/python2.7/dist-packages/cinderclient/v2/volumes.py\\", line 384, in terminate_connection\\n {'connector': connector})\\n File \\"/usr/local/lib/python2.7/dist-packages/cinderclient/v2/volumes.py\\", line 311, in _action\\n return self.api.client.post(url, body=body)\\n File \\"/usr/local/lib/python2.7/dist-packages/cinderclient/client.py\\", line 305, in post\\n return self._cs_request(url, 'POST', **kwargs)\\n File \\"/usr/local/lib/python2.7/dist-packages/cinderclient/client.py\\", line 269, in _cs_request\\n **kwargs)\\n File \\"/usr/local/lib/python2.7/dist-packages/cinderclient/client.py\\", line 252, in request\\n raise exceptions.from_response(resp, body)\\n", "created": "2014-11-14T17:19:46Z"}, "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:56:8c", "version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/servers/f3625fda-5eb8-426b-b478-b5468cd90c20", "rel": "self"}, {"href": "http://62.210.172.224:8774/faf5f9d16612474b8ee75b299d63f397/servers/f3625fda-5eb8-426b-b478-b5468cd90c20", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2014-11-14T16:37:59.000000", "flavor": {"id": "2", "links": [{"href": "http://62.210.172.224:8774/faf5f9d16612474b8ee75b299d63f397/flavors/2", "rel": "bookmark"}]}, "id": "f3625fda-5eb8-426b-b478-b5468cd90c20", "security_groups": [{"name": "default"}], "user_id": "64bfc7a19a944c7688ef174e7e369af0", "OS-DCF:diskConfig": "AUTO", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2014-11-14T17:21:32Z", "hostId": "acb4d9c84ca91634eac16539d7831eef3690779f8c5d982c1c8afbc3", "OS-EXT-SRV-ATTR:host": "arthur", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "arthur", "name": "hohoho", "created": "2014-11-14T16:37:36Z", "tenant_id": "faf5f9d16612474b8ee75b299d63f397", "os-extended-volumes:volumes_attached": [{"id": "d24ce15e-bee9-4ae3-8756-25003242e63f"}], "fault": {"message": "The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-5f6a1530-6ec1-4b36-9739-58f7b5f23647)", "code": 500, "details": " File \\"/opt/stack/nova/nova/compute/manager.py\\", line 309, in decorated_function\\n return function(self, context, *args, **kwargs)\\n File \\"/opt/stack/nova/nova/compute/manager.py\\", line 2513, in terminate_instance\\n do_terminate_instance(instance, bdms)\\n File \\"/usr/local/lib/python2.7/dist-packages/oslo/concurrency/lockutils.py\\", line 311, in inner\\n return f(*args, **kwargs)\\n File \\"/opt/stack/nova/nova/compute/manager.py\\", line 2511, in do_terminate_instance\\n self._set_instance_error_state(context, instance)\\n File \\"/usr/local/lib/python2.7/dist-packages/oslo/utils/excutils.py\\", line 82, in __exit__\\n six.reraise(self.type_, self.value, self.tb)\\n File \\"/opt/stack/nova/nova/compute/manager.py\\", line 2501, in do_terminate_instance\\n self._delete_instance(context, instance, bdms, quotas)\\n File \\"/opt/stack/nova/nova/hooks.py\\", line 149, in inner\\n rv = f(*args, **kwargs)\\n File \\"/opt/stack/nova/nova/compute/manager.py\\", line 2470, in _delete_instance\\n quotas.rollback()\\n File \\"/usr/local/lib/python2.7/dist-packages/oslo/utils/excutils.py\\", line 82, in __exit__\\n six.reraise(self.type_, self.value, self.tb)\\n File \\"/opt/stack/nova/nova/compute/manager.py\\", line 2447, in _delete_instance\\n self._shutdown_instance(context, instance, bdms)\\n File \\"/opt/stack/nova/nova/compute/manager.py\\", line 2391, in _shutdown_instance\\n connector)\\n File \\"/opt/stack/nova/nova/volume/cinder.py\\", line 168, in wrapper\\n res = method(self, ctx, volume_id, *args, **kwargs)\\n File \\"/opt/stack/nova/nova/volume/cinder.py\\", line 343, in terminate_connection\\n connector)\\n File \\"/usr/local/lib/python2.7/dist-packages/cinderclient/v2/volumes.py\\", line 384, in terminate_connection\\n {'connector': connector})\\n File \\"/usr/local/lib/python2.7/dist-packages/cinderclient/v2/volumes.py\\", line 311, in _action\\n return self.api.client.post(url, body=body)\\n File \\"/usr/local/lib/python2.7/dist-packages/cinderclient/client.py\\", line 305, in post\\n return self._cs_request(url, 'POST', **kwargs)\\n File \\"/usr/local/lib/python2.7/dist-packages/cinderclient/client.py\\", line 269, in _cs_
  11. [Fri Nov 14 17:21:51.743964 2014] [:error] [pid 2141:tid 140642658936576]
  12. [Fri Nov 14 17:21:51.746119 2014] [:error] [pid 2141:tid 140642658936576] REQ: curl -i 'http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/flavors/detail' -X GET -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Project-Id: faf5f9d16612474b8ee75b299d63f397" -H "X-Auth-Token: {SHA1}11f8e4ff3a9909428bf1a00cfb848bc89ca97af1"
  13. [Fri Nov 14 17:21:51.747026 2014] [:error] [pid 2141:tid 140642658936576] INFO:urllib3.connectionpool:Starting new HTTP connection (1): 62.210.172.224
  14. [Fri Nov 14 17:21:51.747350 2014] [:error] [pid 2141:tid 140642658936576] DEBUG:urllib3.connectionpool:Setting read timeout to None
  15. [Fri Nov 14 17:21:51.763306 2014] [:error] [pid 2141:tid 140642658936576] DEBUG:urllib3.connectionpool:"GET /v2/faf5f9d16612474b8ee75b299d63f397/flavors/detail HTTP/1.1" 200 3369
  16. [Fri Nov 14 17:21:51.764575 2014] [:error] [pid 2141:tid 140642658936576] RESP: [200] CaseInsensitiveDict({'date': 'Fri, 14 Nov 2014 17:21:51 GMT', 'content-length': '3369', 'content-type': 'application/json', 'x-compute-request-id': 'req-f483a52e-b85f-4553-b817-95139d13ba48'})
  17. [Fri Nov 14 17:21:51.764603 2014] [:error] [pid 2141:tid 140642658936576] RESP BODY: {"flavors": [{"name": "m1.tiny", "links": [{"href": "http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/flavors/1", "rel": "self"}, {"href": "http://62.210.172.224:8774/faf5f9d16612474b8ee75b299d63f397/flavors/1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1"}, {"name": "m1.small", "links": [{"href": "http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/flavors/2", "rel": "self"}, {"href": "http://62.210.172.224:8774/faf5f9d16612474b8ee75b299d63f397/flavors/2", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 20, "id": "2"}, {"name": "m1.medium", "links": [{"href": "http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/flavors/3", "rel": "self"}, {"href": "http://62.210.172.224:8774/faf5f9d16612474b8ee75b299d63f397/flavors/3", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "3"}, {"name": "m1.large", "links": [{"href": "http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/flavors/4", "rel": "self"}, {"href": "http://62.210.172.224:8774/faf5f9d16612474b8ee75b299d63f397/flavors/4", "rel": "bookmark"}], "ram": 8192, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 80, "id": "4"}, {"name": "m1.nano", "links": [{"href": "http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/flavors/42", "rel": "self"}, {"href": "http://62.210.172.224:8774/faf5f9d16612474b8ee75b299d63f397/flavors/42", "rel": "bookmark"}], "ram": 64, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": "42"}, {"name": "m1.heat", "links": [{"href": "http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/flavors/451", "rel": "self"}, {"href": "http://62.210.172.224:8774/faf5f9d16612474b8ee75b299d63f397/flavors/451", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": "451"}, {"name": "m1.xlarge", "links": [{"href": "http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/flavors/5", "rel": "self"}, {"href": "http://62.210.172.224:8774/faf5f9d16612474b8ee75b299d63f397/flavors/5", "rel": "bookmark"}], "ram": 16384, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 160, "id": "5"}, {"name": "m1.micro", "links": [{"href": "http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/flavors/84", "rel": "self"}, {"href": "http://62.210.172.224:8774/faf5f9d16612474b8ee75b299d63f397/flavors/84", "rel": "bookmark"}], "ram": 128, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": "84"}]}
  18. [Fri Nov 14 17:21:51.764655 2014] [:error] [pid 2141:tid 140642658936576]
  19. [Fri Nov 14 17:21:51.766478 2014] [:error] [pid 2141:tid 140642658936576] REQ: curl -i 'http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/servers/9579c1fb-719b-46f5-8ba6-d4cd35e9760d' -X DELETE -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Project-Id: faf5f9d16612474b8ee75b299d63f397" -H "X-Auth-Token: {SHA1}11f8e4ff3a9909428bf1a00cfb848bc89ca97af1"
  20. [Fri Nov 14 17:21:51.767918 2014] [:error] [pid 2141:tid 140642658936576] INFO:urllib3.connectionpool:Starting new HTTP connection (1): 62.210.172.224
  21. [Fri Nov 14 17:21:51.768390 2014] [:error] [pid 2141:tid 140642658936576] DEBUG:urllib3.connectionpool:Setting read timeout to None
  22. [Fri Nov 14 17:21:51.875764 2014] [:error] [pid 2141:tid 140642658936576] DEBUG:urllib3.connectionpool:"DELETE /v2/faf5f9d16612474b8ee75b299d63f397/servers/9579c1fb-719b-46f5-8ba6-d4cd35e9760d HTTP/1.1" 204 0
  23. [Fri Nov 14 17:21:51.876411 2014] [:error] [pid 2141:tid 140642658936576] RESP: [204] CaseInsensitiveDict({'date': 'Fri, 14 Nov 2014 17:21:51 GMT', 'content-length': '0', 'content-type': 'application/json', 'x-compute-request-id': 'req-ceca805b-e928-4b91-b686-364ea22576f1'})
  24. [Fri Nov 14 17:21:51.876434 2014] [:error] [pid 2141:tid 140642658936576] RESP BODY: null
  25. [Fri Nov 14 17:21:51.876445 2014] [:error] [pid 2141:tid 140642658936576]
  26. [Fri Nov 14 17:21:51.878140 2014] [:error] [pid 2141:tid 140642658936576] <django.utils.functional.__proxy__ object at 0x7fe9e034ac50>: "Tarace"
  27. [Fri Nov 14 17:21:51.919625 2014] [:error] [pid 2143:tid 140642658936576] INFO:urllib3.connectionpool:Starting new HTTP connection (1): 62.210.172.224
  28. [Fri Nov 14 17:21:51.920048 2014] [:error] [pid 2143:tid 140642658936576] DEBUG:urllib3.connectionpool:Setting read timeout to None
  29. [Fri Nov 14 17:21:51.938860 2014] [:error] [pid 2143:tid 140642658936576] DEBUG:urllib3.connectionpool:"GET /v2.0/tenants HTTP/1.1" 200 766
  30. [Fri Nov 14 17:21:51.941442 2014] [:error] [pid 2143:tid 140642658936576] REQ: curl -i 'http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/servers/detail?all_tenants=True&limit=21' -X GET -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Project-Id: faf5f9d16612474b8ee75b299d63f397" -H "X-Auth-Token: {SHA1}11f8e4ff3a9909428bf1a00cfb848bc89ca97af1"
  31. [Fri Nov 14 17:21:51.943604 2014] [:error] [pid 2143:tid 140642658936576] INFO:urllib3.connectionpool:Starting new HTTP connection (1): 62.210.172.224
  32. [Fri Nov 14 17:21:51.944198 2014] [:error] [pid 2143:tid 140642658936576] DEBUG:urllib3.connectionpool:Setting read timeout to None
  33. [Fri Nov 14 17:21:51.987583 2014] [:error] [pid 2143:tid 140642658936576] DEBUG:urllib3.connectionpool:"GET /v2/faf5f9d16612474b8ee75b299d63f397/servers/detail?all_tenants=True&limit=21 HTTP/1.1" 200 12286
  34. [Fri Nov 14 17:21:51.988583 2014] [:error] [pid 2143:tid 140642658936576] RESP: [200] CaseInsensitiveDict({'date': 'Fri, 14 Nov 2014 17:21:51 GMT', 'content-length': '12286', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c30b490-a5d1-45bc-be84-4f47fe02e494'})
  35. [Fri Nov 14 17:21:51.988619 2014] [:error] [pid 2143:tid 140642658936576] RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:43", "version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/servers/950fb62d-bd9e-4f81-b4fc-2b24ba0e5cc7", "rel": "self"}, {"href": "http://62.210.172.224:8774/faf5f9d16612474b8ee75b299d63f397/servers/950fb62d-bd9e-4f81-b4fc-2b24ba0e5cc7", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000007", "OS-SRV-USG:launched_at": "2014-11-14T16:40:37.000000", "flavor": {"id": "2", "links": [{"href": "http://62.210.172.224:8774/faf5f9d16612474b8ee75b299d63f397/flavors/2", "rel": "bookmark"}]}, "id": "950fb62d-bd9e-4f81-b4fc-2b24ba0e5cc7", "security_groups": [{"name": "default"}], "user_id": "64bfc7a19a944c7688ef174e7e369af0", "OS-DCF:diskConfig": "AUTO", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2014-11-14T17:21:32Z", "hostId": "acb4d9c84ca91634eac16539d7831eef3690779f8c5d982c1c8afbc3", "OS-EXT-SRV-ATTR:host": "arthur", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "arthur", "name": "rqrqrq", "created": "2014-11-14T16:40:19Z", "tenant_id": "faf5f9d16612474b8ee75b299d63f397", "os-extended-volumes:volumes_attached": [{"id": "f62e5fc6-48f1-4060-9f28-7ecb60821f2b"}], "fault": {"message": "The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-8e40c26d-463a-4525-8917-6e2b15ce4c17)", "code": 500, "details": " File \\"/opt/stack/nova/nova/compute/manager.py\\", line 309, in decorated_function\\n return function(self, context, *args, **kwargs)\\n File \\"/opt/stack/nova/nova/compute/manager.py\\", line 2513, in terminate_instance\\n do_terminate_instance(instance, bdms)\\n File \\"/usr/local/lib/python2.7/dist-packages/oslo/concurrency/lockutils.py\\", line 311, in inner\\n return f(*args, **kwargs)\\n File \\"/opt/stack/nova/nova/compute/manager.py\\", line 2511, in do_terminate_instance\\n self._set_instance_error_state(context, instance)\\n File \\"/usr/local/lib/python2.7/dist-packages/oslo/utils/excutils.py\\", line 82, in __exit__\\n six.reraise(self.type_, self.value, self.tb)\\n File \\"/opt/stack/nova/nova/compute/manager.py\\", line 2501, in do_terminate_instance\\n self._delete_instance(context, instance, bdms, quotas)\\n File \\"/opt/stack/nova/nova/hooks.py\\", line 149, in inner\\n rv = f(*args, **kwargs)\\n File \\"/opt/stack/nova/nova/compute/manager.py\\", line 2470, in _delete_instance\\n quotas.rollback()\\n File \\"/usr/local/lib/python2.7/dist-packages/oslo/utils/excutils.py\\", line 82, in __exit__\\n six.reraise(self.type_, self.value, self.tb)\\n File \\"/opt/stack/nova/nova/compute/manager.py\\", line 2447, in _delete_instance\\n self._shutdown_instance(context, instance, bdms)\\n File \\"/opt/stack/nova/nova/compute/manager.py\\", line 2391, in _shutdown_instance\\n connector)\\n File \\"/opt/stack/nova/nova/volume/cinder.py\\", line 168, in wrapper\\n res = method(self, ctx, volume_id, *args, **kwargs)\\n File \\"/opt/stack/nova/nova/volume/cinder.py\\", line 343, in terminate_connection\\n connector)\\n File \\"/usr/local/lib/python2.7/dist-packages/cinderclient/v2/volumes.py\\", line 384, in terminate_connection\\n {'connector': connector})\\n File \\"/usr/local/lib/python2.7/dist-packages/cinderclient/v2/volumes.py\\", line 311, in _action\\n return self.api.client.post(url, body=body)\\n File \\"/usr/local/lib/python2.7/dist-packages/cinderclient/client.py\\", line 305, in post\\n return self._cs_request(url, 'POST', **kwargs)\\n File \\"/usr/local/lib/python2.7/dist-packages/cinderclient/client.py\\", line 269, in _cs_request\\n **kwargs)\\n File \\"/usr/local/lib/python2.7/dist-packages/cinderclient/client.py\\", line 252, in request\\n raise exceptions.from_response(resp, body)\\n", "created": "2014-11-14T17:19:46Z"}, "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:56:8c", "version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/servers/f3625fda-5eb8-426b-b478-b5468cd90c20", "rel": "self"}, {"href": "http://62.210.172.224:8774/faf5f9d16612474b8ee75b299d63f397/servers/f3625fda-5eb8-426b-b478-b5468cd90c20", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2014-11-14T16:37:59.000000", "flavor": {"id": "2", "links": [{"href": "http://62.210.172.224:8774/faf5f9d16612474b8ee75b299d63f397/flavors/2", "rel": "bookmark"}]}, "id": "f3625fda-5eb8-426b-b478-b5468cd90c20", "security_groups": [{"name": "default"}], "user_id": "64bfc7a19a944c7688ef174e7e369af0", "OS-DCF:diskConfig": "AUTO", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2014-11-14T17:21:32Z", "hostId": "acb4d9c84ca91634eac16539d7831eef3690779f8c5d982c1c8afbc3", "OS-EXT-SRV-ATTR:host": "arthur", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "arthur", "name": "hohoho", "created": "2014-11-14T16:37:36Z", "tenant_id": "faf5f9d16612474b8ee75b299d63f397", "os-extended-volumes:volumes_attached": [{"id": "d24ce15e-bee9-4ae3-8756-25003242e63f"}], "fault": {"message": "The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-5f6a1530-6ec1-4b36-9739-58f7b5f23647)", "code": 500, "details": " File \\"/opt/stack/nova/nova/compute/manager.py\\", line 309, in decorated_function\\n return function(self, context, *args, **kwargs)\\n File \\"/opt/stack/nova/nova/compute/manager.py\\", line 2513, in terminate_instance\\n do_terminate_instance(instance, bdms)\\n File \\"/usr/local/lib/python2.7/dist-packages/oslo/concurrency/lockutils.py\\", line 311, in inner\\n return f(*args, **kwargs)\\n File \\"/opt/stack/nova/nova/compute/manager.py\\", line 2511, in do_terminate_instance\\n self._set_instance_error_state(context, instance)\\n File \\"/usr/local/lib/python2.7/dist-packages/oslo/utils/excutils.py\\", line 82, in __exit__\\n six.reraise(self.type_, self.value, self.tb)\\n File \\"/opt/stack/nova/nova/compute/manager.py\\", line 2501, in do_terminate_instance\\n self._delete_instance(context, instance, bdms, quotas)\\n File \\"/opt/stack/nova/nova/hooks.py\\", line 149, in inner\\n rv = f(*args, **kwargs)\\n File \\"/opt/stack/nova/nova/compute/manager.py\\", line 2470, in _delete_instance\\n quotas.rollback()\\n File \\"/usr/local/lib/python2.7/dist-packages/oslo/utils/excutils.py\\", line 82, in __exit__\\n six.reraise(self.type_, self.value, self.tb)\\n File \\"/opt/stack/nova/nova/compute/manager.py\\", line 2447, in _delete_instance\\n self._shutdown_instance(context, instance, bdms)\\n File \\"/opt/stack/nova/nova/compute/manager.py\\", line 2391, in _shutdown_instance\\n connector)\\n File \\"/opt/stack/nova/nova/volume/cinder.py\\", line 168, in wrapper\\n res = method(self, ctx, volume_id, *args, **kwargs)\\n File \\"/opt/stack/nova/nova/volume/cinder.py\\", line 343, in terminate_connection\\n connector)\\n File \\"/usr/local/lib/python2.7/dist-packages/cinderclient/v2/volumes.py\\", line 384, in terminate_connection\\n {'connector': connector})\\n File \\"/usr/local/lib/python2.7/dist-packages/cinderclient/v2/volumes.py\\", line 311, in _action\\n return self.api.client.post(url, body=body)\\n File \\"/usr/local/lib/python2.7/dist-packages/cinderclient/client.py\\", line 305, in post\\n return self._cs_request(url, 'POST', **kwargs)\\n File \\"/usr/local/lib/python2.7/dist-packages/cinderclient/client.py\\", line 269, in _cs_
  36. [Fri Nov 14 17:21:51.988657 2014] [:error] [pid 2143:tid 140642658936576]
  37. [Fri Nov 14 17:21:51.989480 2014] [:error] [pid 2143:tid 140642658936576] REQ: curl -i 'http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/flavors/detail' -X GET -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Project-Id: faf5f9d16612474b8ee75b299d63f397" -H "X-Auth-Token: {SHA1}11f8e4ff3a9909428bf1a00cfb848bc89ca97af1"
  38. [Fri Nov 14 17:21:51.990111 2014] [:error] [pid 2143:tid 140642658936576] INFO:urllib3.connectionpool:Starting new HTTP connection (1): 62.210.172.224
  39. [Fri Nov 14 17:21:51.990361 2014] [:error] [pid 2143:tid 140642658936576] DEBUG:urllib3.connectionpool:Setting read timeout to None
  40. [Fri Nov 14 17:21:52.001593 2014] [:error] [pid 2143:tid 140642658936576] DEBUG:urllib3.connectionpool:"GET /v2/faf5f9d16612474b8ee75b299d63f397/flavors/detail HTTP/1.1" 200 3369
  41. [Fri Nov 14 17:21:52.002358 2014] [:error] [pid 2143:tid 140642658936576] RESP: [200] CaseInsensitiveDict({'date': 'Fri, 14 Nov 2014 17:21:52 GMT', 'content-length': '3369', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ba229ee-4511-4771-a0ff-deef2d9f5b56'})
  42. [Fri Nov 14 17:21:52.002375 2014] [:error] [pid 2143:tid 140642658936576] RESP BODY: {"flavors": [{"name": "m1.tiny", "links": [{"href": "http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/flavors/1", "rel": "self"}, {"href": "http://62.210.172.224:8774/faf5f9d16612474b8ee75b299d63f397/flavors/1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1"}, {"name": "m1.small", "links": [{"href": "http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/flavors/2", "rel": "self"}, {"href": "http://62.210.172.224:8774/faf5f9d16612474b8ee75b299d63f397/flavors/2", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 20, "id": "2"}, {"name": "m1.medium", "links": [{"href": "http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/flavors/3", "rel": "self"}, {"href": "http://62.210.172.224:8774/faf5f9d16612474b8ee75b299d63f397/flavors/3", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "3"}, {"name": "m1.large", "links": [{"href": "http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/flavors/4", "rel": "self"}, {"href": "http://62.210.172.224:8774/faf5f9d16612474b8ee75b299d63f397/flavors/4", "rel": "bookmark"}], "ram": 8192, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 80, "id": "4"}, {"name": "m1.nano", "links": [{"href": "http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/flavors/42", "rel": "self"}, {"href": "http://62.210.172.224:8774/faf5f9d16612474b8ee75b299d63f397/flavors/42", "rel": "bookmark"}], "ram": 64, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": "42"}, {"name": "m1.heat", "links": [{"href": "http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/flavors/451", "rel": "self"}, {"href": "http://62.210.172.224:8774/faf5f9d16612474b8ee75b299d63f397/flavors/451", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": "451"}, {"name": "m1.xlarge", "links": [{"href": "http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/flavors/5", "rel": "self"}, {"href": "http://62.210.172.224:8774/faf5f9d16612474b8ee75b299d63f397/flavors/5", "rel": "bookmark"}], "ram": 16384, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 160, "id": "5"}, {"name": "m1.micro", "links": [{"href": "http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/flavors/84", "rel": "self"}, {"href": "http://62.210.172.224:8774/faf5f9d16612474b8ee75b299d63f397/flavors/84", "rel": "bookmark"}], "ram": 128, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": "84"}]}
  43. [Fri Nov 14 17:21:52.002412 2014] [:error] [pid 2143:tid 140642658936576]
  44. [Fri Nov 14 17:21:52.031643 2014] [:error] [pid 2143:tid 140642658936576] REQ: curl -i 'http://62.210.172.224:8774/v2/faf5f9d16612474b8ee75b299d63f397/extensions' -X GET -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Project-Id: faf5f9d16612474b8ee75b299d63f397" -H "X-Auth-Token: {SHA1}11f8e4ff3a9909428bf1a00cfb848bc89ca97af1"
  45. [Fri Nov 14 17:21:52.032421 2014] [:error] [pid 2143:tid 140642658936576] INFO:urllib3.connectionpool:Starting new HTTP connection (1): 62.210.172.224
  46. [Fri Nov 14 17:21:52.032715 2014] [:error] [pid 2143:tid 140642658936576] DEBUG:urllib3.connectionpool:Setting read timeout to None
  47. [Fri Nov 14 17:21:52.038119 2014] [:error] [pid 2143:tid 140642658936576] DEBUG:urllib3.connectionpool:"GET /v2/faf5f9d16612474b8ee75b299d63f397/extensions HTTP/1.1" 200 22028
  48. [Fri Nov 14 17:21:52.039714 2014] [:error] [pid 2143:tid 140642658936576] RESP: [200] CaseInsensitiveDict({'date': 'Fri, 14 Nov 2014 17:21:52 GMT', 'content-length': '22028', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f5d1df5-9ac4-4e07-858d-25f3c780b665'})
  49. [Fri Nov 14 17:21:52.039741 2014] [:error] [pid 2143:tid 140642658936576] RESP BODY: {"extensions": [{"updated": "2011-06-09T00:00:00Z", "name": "Multinic", "links": [], "namespace": "http://docs.openstack.org/compute/ext/multinic/api/v1.1", "alias": "NMN", "description": "Multiple network support."}, {"updated": "2011-09-27T00:00:00Z", "name": "DiskConfig", "links": [], "namespace": "http://docs.openstack.org/compute/ext/disk_config/api/v1.1", "alias": "OS-DCF", "description": "Disk Management Extension."}, {"updated": "2013-01-30T00:00:00Z", "name": "ExtendedAvailabilityZone", "links": [], "namespace": "http://docs.openstack.org/compute/ext/extended_availability_zone/api/v2", "alias": "OS-EXT-AZ", "description": "Extended Availability Zone support."}, {"updated": "2013-02-19T00:00:00Z", "name": "ImageSize", "links": [], "namespace": "http://docs.openstack.org/compute/ext/image_size/api/v1.1", "alias": "OS-EXT-IMG-SIZE", "description": "Adds image size to image listings."}, {"updated": "2013-01-06T00:00:00Z", "name": "ExtendedIps", "links": [], "namespace": "http://docs.openstack.org/compute/ext/extended_ips/api/v1.1", "alias": "OS-EXT-IPS", "description": "Adds type parameter to the ip list."}, {"updated": "2013-03-07T00:00:00Z", "name": "ExtendedIpsMac", "links": [], "namespace": "http://docs.openstack.org/compute/ext/extended_ips_mac/api/v1.1", "alias": "OS-EXT-IPS-MAC", "description": "Adds mac address parameter to the ip list."}, {"updated": "2011-11-03T00:00:00Z", "name": "ExtendedServerAttributes", "links": [], "namespace": "http://docs.openstack.org/compute/ext/extended_status/api/v1.1", "alias": "OS-EXT-SRV-ATTR", "description": "Extended Server Attributes support."}, {"updated": "2011-11-03T00:00:00Z", "name": "ExtendedStatus", "links": [], "namespace": "http://docs.openstack.org/compute/ext/extended_status/api/v1.1", "alias": "OS-EXT-STS", "description": "Extended Status support."}, {"updated": "2013-03-07T00:00:00Z", "name": "ExtendedVIFNet", "links": [], "namespace": "http://docs.openstack.org/compute/ext/extended-virtual-interfaces-net/api/v1.1", "alias": "OS-EXT-VIF-NET", "description": "Adds network id parameter to the virtual interface list."}, {"updated": "2012-08-29T00:00:00Z", "name": "FlavorDisabled", "links": [], "namespace": "http://docs.openstack.org/compute/ext/flavor_disabled/api/v1.1", "alias": "OS-FLV-DISABLED", "description": "Support to show the disabled status of a flavor."}, {"updated": "2011-09-14T00:00:00Z", "name": "FlavorExtraData", "links": [], "namespace": "http://docs.openstack.org/compute/ext/flavor_extra_data/api/v1.1", "alias": "OS-FLV-EXT-DATA", "description": "Provide additional data for flavors."}, {"updated": "2011-07-19T00:00:00Z", "name": "SchedulerHints", "links": [], "namespace": "http://docs.openstack.org/compute/ext/scheduler-hints/api/v2", "alias": "OS-SCH-HNT", "description": "Pass arbitrary key/value pairs to the scheduler."}, {"updated": "2013-04-29T00:00:00Z", "name": "ServerUsage", "links": [], "namespace": "http://docs.openstack.org/compute/ext/server_usage/api/v1.1", "alias": "OS-SRV-USG", "description": "Adds launched_at and terminated_at on Servers."}, {"updated": "2011-09-20T00:00:00Z", "name": "AdminActions", "links": [], "namespace": "http://docs.openstack.org/compute/ext/admin-actions/api/v1.1", "alias": "os-admin-actions", "description": "Enable admin-only server actions\\n\\n Actions include: pause, unpause, suspend, resume, migrate,\\n resetNetwork, injectNetworkInfo, lock, unlock, createBackup\\n "}, {"updated": "2012-10-28T00:00:00Z", "name": "Agents", "links": [], "namespace": "http://docs.openstack.org/compute/ext/agents/api/v2", "alias": "os-agents", "description": "Agents support."}, {"updated": "2012-01-12T00:00:00Z", "name": "Aggregates", "links": [], "namespace": "http://docs.openstack.org/compute/ext/aggregates/api/v1.1", "alias": "os-aggregates", "description": "Admin-only aggregate administration."}, {"updated": "2013-08-29T00:00:00Z", "name": "AssistedVolumeSnapshots", "links": [], "namespace": "http://docs.openstack.org/compute/ext/assisted-volume-snapshots/api/v2", "alias": "os-assisted-volume-snapshots", "description": "Assisted volume snapshots."}, {"updated": "2012-07-22T00:00:00Z", "name": "AttachInterfaces", "links": [], "namespace": "http://docs.openstack.org/compute/ext/interfaces/api/v1.1", "alias": "os-attach-interfaces", "description": "Attach interface support."}, {"updated": "2012-12-21T00:00:00Z", "name": "AvailabilityZone", "links": [], "namespace": "http://docs.openstack.org/compute/ext/availabilityzone/api/v1.1", "alias": "os-availability-zone", "description": "1. Add availability_zone to the Create Server v1.1 API.\\n 2. Add availability zones describing.\\n "}, {"updated": "2013-08-27T00:00:00Z", "name": "BareMetalExtStatus", "links": [], "namespace": "http://docs.openstack.org/compute/ext/baremetal_ext_status/api/v2", "alias": "os-baremetal-ext-status", "description": "Add extended status in Baremetal Nodes v2 API."}, {"updated": "2013-01-04T00:00:00Z", "name": "BareMetalNodes", "links": [], "namespace": "http://docs.openstack.org/compute/ext/baremetal_nodes/api/v2", "alias": "os-baremetal-nodes", "description": "Admin-only bare-metal node administration."}, {"updated": "2013-07-08T00:00:00Z", "name": "BlockDeviceMappingV2Boot", "links": [], "namespace": "http://docs.openstack.org/compute/ext/block_device_mapping_v2_boot/api/v2", "alias": "os-block-device-mapping-v2-boot", "description": "Allow boot with the new BDM data format."}, {"updated": "2013-05-27T00:00:00Z", "name": "CellCapacities", "links": [], "namespace": "http://docs.openstack.org/compute/ext/cell_capacities/api/v1.1", "alias": "os-cell-capacities", "description": "Adding functionality to get cell capacities."}, {"updated": "2013-05-14T00:00:00Z", "name": "Cells", "links": [], "namespace": "http://docs.openstack.org/compute/ext/cells/api/v1.1", "alias": "os-cells", "description": "Enables cells-related functionality such as adding neighbor cells,\\n listing neighbor cells, and getting the capabilities of the local cell.\\n "}, {"updated": "2012-01-19T00:00:00Z", "name": "Certificates", "links": [], "namespace": "http://docs.openstack.org/compute/ext/certificates/api/v1.1", "alias": "os-certificates", "description": "Certificates support."}, {"updated": "2011-12-16T00:00:00Z", "name": "Cloudpipe", "links": [], "namespace": "http://docs.openstack.org/compute/ext/cloudpipe/api/v1.1", "alias": "os-cloudpipe", "description": "Adds actions to create cloudpipe instances.\\n\\n When running with the Vlan network mode, you need a mechanism to route\\n from the public Internet to your vlans. This mechanism is known as a\\n cloudpipe.\\n\\n At the time of creating this class, only OpenVPN is supported. Support for\\n a SSH Bastion host is forthcoming.\\n "}, {"updated": "2012-11-14T00:00:00Z", "name": "CloudpipeUpdate", "links": [], "namespace": "http://docs.openstack.org/compute/ext/cloudpipe-update/api/v2", "alias": "os-cloudpipe-update", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances."}, {"updated": "2012-07-16T00:00:00Z", "name": "ConfigDrive", "links": [], "namespace": "http://docs.openstack.org/compute/ext/config_drive/api/v1.1", "alias": "os-config-drive", "description": "Config Drive Extension."}, {"updated": "2013-08-13T00:00:00Z", "name": "ConsoleAuthTokens", "links": [], "namespace": "http://docs.openstack.org/compute/ext/consoles-auth-tokens/api/v2", "alias": "os-console-auth-tokens", "description": "Console token authentication support."}, {"updated": "2011-12-08T00:00:00Z", "name": "ConsoleOutput", "links": [], "namespace": "http://docs.openstack.org/compute/ext/os-console-output/api/v2", "alias": "os-console-output", "description": "Console log output support, with tailing ability."}, {"updated": "2011-12-23T00:00:00Z", "name": "Consoles", "links": [], "namespace": "http://docs.openstack.org/compute/ext/os-consoles/api/v2", "alias": "os-consoles", "description": "Interactive Console support."}, {"updated": "2011-07-19T00:00:00Z", "name": "Createserverext", "links": [], "namespace": "http:/
  50. [Fri Nov 14 17:21:52.039783 2014] [:error] [pid 2143:tid 140642658936576]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement