First request to 'http://cloud.lab.fi-ware.org:4730/v2.0/tokens': Headers: { 'date': 'Fri, 29 May 2015 13:50:39 GMT', 'vary': 'X-Auth-Token', 'content-length': '380', 'content-type': 'application/json', 'connection': 'close' } Body: { "auth": { "passwordCredentials": { "username": "andrea.orler@gmail.com", "password": "***" } } } Response: { 'access': { 'token': { 'issued_at': '2015-05-29T13:57:41.512907', 'expires': '2015-05-30T13:57:41Z', 'id': '54c84936f3eb42a79d5a90f2a7573795', 'audit_ids': ['0IlvluVtQCuooqhIozdhAg'] }, 'serviceCatalog': [], 'user': { 'username': 'andrea.orler@gmail.com', 'roles_links': [], 'id': 'andrea-3', 'roles': [], 'name': 'andrea.orler@gmail.com' }, 'metadata': { 'is_admin': 0, 'roles': [] } } } Second request to 'http://cloud.lab.fi-ware.org:4730/v2.0/tenants': Headers: { 'date': 'Fri, 29 May 2015 14:07:44 GMT', 'vary': 'X-Auth-Token', 'content-length': '461', 'content-type': 'application/json', 'connection': 'close' } Body: { } Response: { 'tenants': [ { 'enabled': True, 'description': 'This organization is intended to be used in the cloud environment. As long as you are a trial or community user this organization will be authorized as purchaser in the Cloud Application.', 'name': u'andrea-3 cloud', 'id': u'00000000000000000000000000004287' }, { 'is_default': True, 'enabled': True, 'description': '', 'name': 'andrea.orler@gmail.com', 'id': '000000000000000000000000andrea-3' } ], 'tenants_links': [] } Third request to 'http://cloud.lab.fi-ware.org:4730/v2.0/tokens': Headers: { 'content-length': '114', 'vary': 'X-Auth-Token', 'connection': 'close', 'date': 'Fri, 29 May 2015 14:13:15 GMT', 'content-type': 'application/json', 'www-authenticate': 'Keystone uri="http://cloud.lab.fi-ware.org:4730"' } Body: { "auth": { "tenantName": "00000000000000000000000000004287", "passwordCredentials": { "username": "andrea.orler@gmail.com", "password": "***" } } } Response: { 'error': { 'message': 'The request you have made requires authentication.', 'code': 401, 'title': 'Unauthorized' } }