Glance api and Glance registry client version issue
I installed openstack HA newton release.. Iam using ceph for glance backend.. when I tried to launch an instance I found that in my glance-api.log it is using registry client as v1
2016-11-22 18:23:23.797 2824 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-11-22 18:23:35.415 2824 ERROR glance.registry.client.v1.client [req-ca40aef3-c3be-4c12-a08c-486e4807d775 2cfe6360fd8d494c80ee2740b901e1e1 20d65370e91d428d8d83abb84b5c2c21 - default default] Registry client request GET /images/detail raised BadStatusLine
2016-11-22 18:23:35.415 2824 ERROR glance.registry.client.v1.client Traceback (most recent call last):
2016-11-22 18:23:35.415 2824 ERROR glance.registry.client.v1.client File "/usr/lib/python2.7/dist-packages/glance/registry/client/v1/client.py", line 124, in do_request
2016-11-22 18:23:35.415 2824 ERROR glance.registry.client.v1.client **kwargs)
2016-11-22 18:23:35.415 2824 ERROR glance.registry.client.v1.client File "/usr/lib/python2.7/dist-packages/glance/common/client.py", line 70, in wrapped
2016-11-22 18:23:35.415 2824 ERROR glance.registry.client.v1.client return func(self, *args, **kwargs)
2016-11-22 18:23:35.415 2824 ERROR glance.registry.client.v1.client File "/usr/lib/python2.7/dist-packages/glance/common/client.py", line 373, in do_request
2016-11-22 18:23:35.415 2824 ERROR glance.registry.client.v1.client headers=copy.deepcopy(headers))
2016-11-22 18:23:35.415 2824 ERROR glance.registry.client.v1.client File "/usr/lib/python2.7/dist-packages/glance/common/client.py", line 87, in wrapped
2016-11-22 18:23:35.415 2824 ERROR glance.registry.client.v1.client return func(self, method, url, body, headers)
2016-11-22 18:23:35.415 2824 ERROR glance.registry.client.v1.client File "/usr/lib/python2.7/dist-packages/glance/common/client.py", line 507, in _do_request
2016-11-22 18:23:35.415 2824 ERROR glance.registry.client.v1.client res = c.getresponse()
2016-11-22 18:23:35.415 2824 ERROR glance.registry.client.v1.client File "/usr/lib/python2.7/httplib.py", line 1136, in getresponse
2016-11-22 18:23:35.415 2824 ERROR glance.registry.client.v1.client response.begin()
2016-11-22 18:23:35.415 2824 ERROR glance.registry.client.v1.client File "/usr/lib/python2.7/httplib.py", line 453, in begin
2016-11-22 18:23:35.415 2824 ERROR glance.registry.client.v1.client version, status, reason = self._read_status()
2016-11-22 18:23:35.415 2824 ERROR glance.registry.client.v1.client File "/usr/lib/python2.7/httplib.py", line 417, in _read_status
2016-11-22 18:23:35.415 2824 ERROR glance.registry.client.v1.client raise BadStatusLine(line)
2016-11-22 18:23:35.415 2824 ERROR glance.registry.client.v1.client BadStatusLine: ''
2016-11-22 ...