Comment 4 for bug 1582654

Revision history for this message
Igor Yozhikov (iyozhikov) wrote :

Found in glance logs:
Endpoint or object-store not found - have you specified a region?
2016-05-17 02:47:29.449 31034 ERROR swiftclient Traceback (most recent call last):
2016-05-17 02:47:29.449 31034 ERROR swiftclient File "/usr/lib/python2.7/dist-packages/swiftclient/client.py", line 1553, in _retry
2016-05-17 02:47:29.449 31034 ERROR swiftclient self.url, self.token = self.get_auth()
2016-05-17 02:47:29.449 31034 ERROR swiftclient File "/usr/lib/python2.7/dist-packages/swiftclient/client.py", line 1507, in get_auth
2016-05-17 02:47:29.449 31034 ERROR swiftclient timeout=self.timeout)
2016-05-17 02:47:29.449 31034 ERROR swiftclient File "/usr/lib/python2.7/dist-packages/swiftclient/client.py", line 617, in get_auth
2016-05-17 02:47:29.449 31034 ERROR swiftclient auth_version=auth_version)
2016-05-17 02:47:29.449 31034 ERROR swiftclient File "/usr/lib/python2.7/dist-packages/swiftclient/client.py", line 557, in get_auth_keystone
2016-05-17 02:47:29.449 31034 ERROR swiftclient 'have you specified a region?' % service_type)
2016-05-17 02:47:29.449 31034 ERROR swiftclient ClientException: Endpoint for object-store not found - have you specified a region?
2016-05-17 02:47:29.449 31034 ERROR swiftclient