# Pastebin yrDKQfGW 2016-12-30 14:48:53.047 12730 DEBUG root [-] ElasticSearch config options: {'retries': 20, 'index': 'freezer', 'hosts': ['http://localhost:9200'], 'timeout': 60, 'ca_certs': None, 'use_ssl': False, 'number_of_replicas': 0, 'verify_certs': False} get_db /usr/local/lib/python2.7/dist-packages/freezer_api/storage/driver.py:98 2016-12-30 14:48:53.048 12730 INFO root [-] Storage backend: Elasticsearch at ['http://localhost:9200'] 2016-12-30 14:48:53.054 12730 WARNING keystonemiddleware.auth_token [-] Use of the auth_admin_prefix, auth_host, auth_port, auth_protocol, identity_uri, admin_token, admin_user, admin_password, and admin_tenant_name configuration options was deprecated in the Mitaka release in favor of an auth_plugin and its related options. This class may be removed in a future release. 2016-12-30 14:48:53.055 12730 WARNING keystonemiddleware.auth_token [-] Configuring admin URI using auth fragments was deprecated in the Kilo release, and will be removed in the N release, use 'identity_uri\ instead. 2016-12-30 14:48:53.058 12730 DEBUG paste.httpserver.ThreadPool [-] Started new worker 140647703115520: Initial worker pool worker_thread_callback /usr/lib/python2.7/dist-packages/paste/httpserver.py:857 2016-12-30 14:48:53.058 12730 DEBUG paste.httpserver.ThreadPool [-] Started new worker 140647694722816: Initial worker pool worker_thread_callback /usr/lib/python2.7/dist-packages/paste/httpserver.py:857 2016-12-30 14:48:53.060 12730 DEBUG paste.httpserver.ThreadPool [-] Started new worker 140647686330112: Initial worker pool worker_thread_callback /usr/lib/python2.7/dist-packages/paste/httpserver.py:857 2016-12-30 14:48:53.060 12730 DEBUG paste.httpserver.ThreadPool [-] Started new worker 140647677937408: Initial worker pool worker_thread_callback /usr/lib/python2.7/dist-packages/paste/httpserver.py:857 2016-12-30 14:48:53.061 12730 DEBUG paste.httpserver.ThreadPool [-] Started new worker 140647669544704: Initial worker pool worker_thread_callback /usr/lib/python2.7/dist-packages/paste/httpserver.py:857 2016-12-30 14:48:53.061 12730 DEBUG paste.httpserver.ThreadPool [-] Started new worker 140647661152000: Initial worker pool worker_thread_callback /usr/lib/python2.7/dist-packages/paste/httpserver.py:857 2016-12-30 14:48:53.062 12730 DEBUG paste.httpserver.ThreadPool [-] Started new worker 140647652759296: Initial worker pool worker_thread_callback /usr/lib/python2.7/dist-packages/paste/httpserver.py:857 2016-12-30 14:48:53.062 12730 DEBUG paste.httpserver.ThreadPool [-] Started new worker 140647644366592: Initial worker pool worker_thread_callback /usr/lib/python2.7/dist-packages/paste/httpserver.py:857 2016-12-30 14:48:53.063 12730 DEBUG paste.httpserver.ThreadPool [-] Started new worker 140647560242944: Initial worker pool worker_thread_callback /usr/lib/python2.7/dist-packages/paste/httpserver.py:857 2016-12-30 14:48:53.063 12730 DEBUG paste.httpserver.ThreadPool [-] Started new worker 140647551850240: Initial worker pool worker_thread_callback /usr/lib/python2.7/dist-packages/paste/httpserver.py:857 2016-12-30 14:49:48.333 12730 DEBUG paste.httpserver.ThreadPool [-] Added task (0 tasks queued) add_task /usr/lib/python2.7/dist-packages/paste/httpserver.py:627 2016-12-30 14:49:48.334 12730 WARNING keystonemiddleware.auth_token [-] Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 2016-12-30 14:49:48.335 12730 DEBUG keystoneauth.session [-] REQ: curl -g -i --insecure -X GET https://publicurl:5000 -H "Accept: application/json" -H "User-Agent: freezer-api/4.0.0.0b3.dev4 keystonemiddleware.auth_token/4.4.1 keystoneauth1/2.3.0 python-requests/2.9.1 CPython/2.7.6" _http_log_request /usr/lib/python2.7/dist-packages/keystoneauth1/session.py:248 2016-12-30 14:49:48.359 12730 DEBUG keystoneauth.session [-] RESP: [300] Content-Length: 595 Vary: X-Auth-Token Server: Apache Connection: close Date: Fri, 30 Dec 2016 12:49:48 GMT Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.6", "links": [{"href": "https://publicurl:5000/v3/", "rel": "self"}]}, {"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": "https://publicurl:5000/v2.0/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} _http_log_response /usr/lib/python2.7/dist-packages/keystoneauth1/session.py:277 2016-12-30 14:49:48.363 12730 DEBUG keystoneauth.identity.v2 [-] Making authentication request to https://publicurl:5000/v2.0/tokens get_auth_ref /usr/lib/python2.7/dist-packages/keystoneauth1/identity/v2.py:63 2016-12-30 14:49:48.428 12730 DEBUG keystoneauth.session [-] Request returned failure status: 401 request /usr/lib/python2.7/dist-packages/keystoneauth1/session.py:466 2016-12-30 14:49:48.429 12730 WARNING keystonemiddleware.auth_token [-] Identity response: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}} 2016-12-30 14:49:48.429 12730 DEBUG keystoneauth.identity.v2 [-] Making authentication request to https://publicurl:5000/v2.0/tokens get_auth_ref /usr/lib/python2.7/dist-packages/keystoneauth1/identity/v2.py:63 2016-12-30 14:49:48.488 12730 DEBUG keystoneauth.session [-] Request returned failure status: 401 request /usr/lib/python2.7/dist-packages/keystoneauth1/session.py:466 2016-12-30 14:49:48.489 12730 WARNING keystonemiddleware.auth_token [-] Identity response: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}} 2016-12-30 14:49:48.489 12730 CRITICAL keystonemiddleware.auth_token [-] Unable to validate token: Identity server rejected authorization necessary to fetch token data