Advertisement
Guest User

Untitled

a guest
Jun 8th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.57 KB | None | 0 0
  1. ${OS_AUTH_URL/v2.0/v3ontent-Length: 694
  2. Content-Type: application/json; charset=UTF-8
  3. X-Openstack-Request-Id: req-3d406460-2d87-4676-a8ca-be32e8735689
  4. Date: Thu, 08 Jun 2017 13:51:33 GMT
  5. Connection: keep-alive
  6.  
  7. {"images": [{"status": "active", "name": "kubernetes/pause", "tags": [], "container_format": "docker", "created_at": "2017-06-08T12:44:58Z", "size": 258560, "disk_format": "raw", "updated_at": "2017-06-08T12:44:59Z", "visibility": "public", "self": "/v2/images/7faec1b2-e3fa-41bb-8cc1-c64ecd98ee71", "min_disk": 0, "protected": false, "id": "7faec1b2-e3fa-41bb-8cc1-c64ecd98ee71", "file": "/v2/images/7faec1b2-e3fa-41bb-8cc1-c64ecd98ee71/file", "checksum": "7544169a11b5e4c52a9dc1006cd4c802", "owner": "1a6fcb0ce5db43c6a007d7bca2a9f03c", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?container_format=docker&limit=20"}
  8. from (pid=14644) log_http_response /usr/local/lib/python2.7/dist-packages/glanceclient/common/http.py:218
  9. 2017-06-08 13:51:33.872 DEBUG glanceclient.common.http [req-396a880d-7205-4e96-8af7-00eb4248f059 admin admin] curl -g -i -X GET -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*' -H 'User-Agent: python-glanceclient' -H 'Connection: keep-alive' -H 'X-Auth-Token: {SHA1}eb309a56741f62f2b13b2193282cb1641a2c93ae' -H 'Content-Type: application/octet-stream' http://10.0.0.3:9292/v2/schemas/image from (pid=14644) log_curl_request /usr/local/lib/python2.7/dist-packages/glanceclient/common/http.py:204
  10. 2017-06-08 13:51:33.896 DEBUG glanceclient.common.http [req-396a880d-7205-4e96-8af7-00eb4248f059 admin admin] GET call to glance-api for http://10.0.0.3:9292/v2/schemas/image used request id req-b4db2a38-2f2c-43d1-9896-f3016fb44ca1 from (pid=14644) _handle_response /usr/local/lib/python2.7/dist-packages/glanceclient/common/http.py:103
  11. 2017-06-08 13:51:33.897 DEBUG glanceclient.common.http [req-396a880d-7205-4e96-8af7-00eb4248f059 admin admin]
  12. HTTP/1.1 200 OK
  13. Content-Type: application/json; charset=UTF-8
  14. Content-Length: 4169
  15. X-Openstack-Request-Id: req-b4db2a38-2f2c-43d1-9896-f3016fb44ca1
  16. Date: Thu, 08 Jun 2017 13:51:33 GMT
  17. Connection: keep-alive
  18.  
  19. {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in http://docs.openstack.org/trunk/openstack-compute/admin/content/adding-images.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in http://docs.openstack.org/trunk/openstack-compute/admin/content/adding-images.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}}
  20. from (pid=14644) log_http_response /usr/local/lib/python2.7/dist-packages/glanceclient/common/http.py:218
  21. 2017-06-08 13:51:33.899 INFO zun.image.driver [req-396a880d-7205-4e96-8af7-00eb4248f059 admin admin] Loading container image driver 'docker'
  22. 2017-06-08 13:51:33.899 DEBUG docker.auth.auth [req-396a880d-7205-4e96-8af7-00eb4248f059 admin admin] Trying paths: ['/home/stack/.docker/config.json', '/home/stack/.dockercfg'] from (pid=14644) find_config_file /usr/local/lib/python2.7/dist-packages/docker/auth/auth.py:227
  23. 2017-06-08 13:51:33.899 DEBUG docker.auth.auth [req-396a880d-7205-4e96-8af7-00eb4248f059 admin admin] No config file found from (pid=14644) find_config_file /usr/local/lib/python2.7/dist-packages/docker/auth/auth.py:234
  24. 2017-06-08 13:51:34.813 DEBUG oslo_messaging._drivers.amqpdriver [req-396a880d-7205-4e96-8af7-00eb4248f059 admin admin] sending reply msg_id: e9a71ab2442c4a848c339aad7a0220af reply queue: reply_954579c4ddd64423995dc5af53f94603 time elapsed: 1.035360681s from (pid=14644) _send_reply /usr/local/lib/python2.7/dist-packages/oslo_messaging/_drivers/amqpdriver.py:90
  25. 2017-06-08 13:51:34.853 DEBUG oslo_messaging._drivers.amqpdriver [-] received message with unique_id: be7cf66ce7c645fb97f5b5e06157782c from (pid=14644) __call__ /usr/local/lib/python2.7/dist-packages/oslo_messaging/_drivers/amqpdriver.py:215
  26. 2017-06-08 13:51:34.859 DEBUG zun.compute.manager [req-396a880d-7205-4e96-8af7-00eb4248f059 admin admin] Creating container: e1e9db16-3c3e-4440-b1c6-dd395182beb5 from (pid=14644) _do_container_create /opt/stack/zun/zun/compute/manager.py:70
  27. 2017-06-08 13:51:34.868 INFO zun.image.driver [req-396a880d-7205-4e96-8af7-00eb4248f059 admin admin] Loading container image driver 'docker'
  28. 2017-06-08 13:51:34.869 DEBUG docker.auth.auth [req-396a880d-7205-4e96-8af7-00eb4248f059 admin admin] Trying paths: ['/home/stack/.docker/config.json', '/home/stack/.dockercfg'] from (pid=14644) find_config_file /usr/local/lib/python2.7/dist-packages/docker/auth/auth.py:227
  29. 2017-06-08 13:51:34.869 DEBUG docker.auth.auth [req-396a880d-7205-4e96-8af7-00eb4248f059 admin admin] No config file found from (pid=14644) find_config_file /usr/local/lib/python2.7/dist-packages/docker/auth/auth.py:234
  30. 2017-06-08 13:51:34.870 DEBUG zun.image.docker.driver [req-396a880d-7205-4e96-8af7-00eb4248f059 admin admin] Inspecting image locally kubernetes/pause:latest from (pid=14644) _search_image_on_host /opt/stack/zun/zun/image/docker/driver.py:39
  31. 2017-06-08 13:51:34.873 DEBUG zun.image.docker.driver [req-396a880d-7205-4e96-8af7-00eb4248f059 admin admin] Image kubernetes/pause present locally from (pid=14644) pull_image /opt/stack/zun/zun/image/docker/driver.py:60
  32. 2017-06-08 13:51:34.874 DEBUG docker.auth.auth [req-396a880d-7205-4e96-8af7-00eb4248f059 admin admin] Trying paths: ['/home/stack/.docker/config.json', '/home/stack/.dockercfg'] from (pid=14644) find_config_file /usr/local/lib/python2.7/dist-packages/docker/auth/auth.py:227
  33. 2017-06-08 13:51:34.874 DEBUG docker.auth.auth [req-396a880d-7205-4e96-8af7-00eb4248f059 admin admin] No config file found from (pid=14644) find_config_file /usr/local/lib/python2.7/dist-packages/docker/auth/auth.py:234
  34. 2017-06-08 13:51:35.047 DEBUG neutronclient.v2_0.client [req-396a880d-7205-4e96-8af7-00eb4248f059 admin admin] GET call to neutron for http://10.0.0.3:9696/v2.0/networks.json?tenant_id=1a6fcb0ce5db43c6a007d7bca2a9f03c&shared=False used request id req-57c92283-92d5-47a2-9c82-30c3784f1470 from (pid=14644) _append_request_id /usr/local/lib/python2.7/dist-packages/neutronclient/v2_0/client.py:128
  35. 2017-06-08 13:51:35.866 DEBUG neutronclient.v2_0.client [req-396a880d-7205-4e96-8af7-00eb4248f059 admin admin] POST call to neutron for http://10.0.0.3:9696/v2.0/ports.json used request id req-6e9d20b0-20fb-4492-a0d3-a2d95a68c1e1 from (pid=14644) _append_request_id /usr/local/lib/python2.7/dist-packages/neutronclient/v2_0/client.py:128
  36. 2017-06-08 13:51:50.898 ERROR zun.compute.manager [req-396a880d-7205-4e96-8af7-00eb4248f059 admin admin] Unexpected exception: Docker internal error: 500 Server Error: Internal Server Error ("Post http://127.0.0.1:23750/IpamDriver.RequestAddress: dial tcp 127.0.0.1:23750: getsockopt: connection refused").
  37. 2017-06-08 13:51:50.898 TRACE zun.compute.manager Traceback (most recent call last):
  38. 2017-06-08 13:51:50.898 TRACE zun.compute.manager File "/opt/stack/zun/zun/compute/manager.py", line 95, in _do_container_create
  39. 2017-06-08 13:51:50.898 TRACE zun.compute.manager image=sandbox_image)
  40. 2017-06-08 13:51:50.898 TRACE zun.compute.manager File "/opt/stack/zun/zun/container/docker/driver.py", line 557, in create_sandbox
  41. 2017-06-08 13:51:50.898 TRACE zun.compute.manager return sandbox['Id']
  42. 2017-06-08 13:51:50.898 TRACE zun.compute.manager File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__
  43. 2017-06-08 13:51:50.898 TRACE zun.compute.manager self.gen.throw(type, value, traceback)
  44. 2017-06-08 13:51:50.898 TRACE zun.compute.manager File "/opt/stack/zun/zun/container/docker/utils.py", line 41, in docker_client
  45. 2017-06-08 13:51:50.898 TRACE zun.compute.manager raise exception.DockerError(error_msg=six.text_type(e))
  46. 2017-06-08 13:51:50.898 TRACE zun.compute.manager DockerError: Docker internal error: 500 Server Error: Internal Server Error ("Post http://127.0.0.1:23750/IpamDriver.RequestAddress: dial tcp 127.0.0.1:23750: getsockopt: connection refused").
  47. 2017-06-08 13:51:50.898 TRACE zun.compute.manager
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement