<div dir="ltr"><p style="margin:0px 0px 0.8em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51);font-family:Ubuntu,'Bitstream Vera Sans','DejaVu Sans',Tahoma,sans-serif;font-size:12px;line-height:18px">Hi,</p><p style="margin:0px 0px 0.8em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51);font-family:Ubuntu,'Bitstream Vera Sans','DejaVu Sans',Tahoma,sans-serif;font-size:12px;line-height:18px">I am trying to use cloudbuster for the scale testing of openstack setup.</p><p style="margin:0px 0px 0.8em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51);font-family:Ubuntu,'Bitstream Vera Sans','DejaVu Sans',Tahoma,sans-serif;font-size:12px;line-height:18px">I have a openstack setup with 1 controller, 1 network and 2 compute node. I am trying to use to use kloudbuster for scale testing of the setup. I created one VM with kloudbuster image. I accessed the web UI and clicked on "stage". This is the log:<br>:23,206 WARNING No public key is found or specified to instantiate VMs. You will not be able to access the VMs spawned by KloudBuster.<br>2016-03-22 14:01:30,464 WARNING Traceback (most recent call last):<br>  File \"/kb_test/kloudbuster/kb_server/kb_server/controllers/api_kb.py\", line 58, in kb_stage_thread_handler<br>    if kb_session.kloudbuster.check_and_upload_images():<br>  File \"/kb_test/kloudbuster/kb_server/kb_server/controllers/../../../kloudbuster/kloudbuster.py\", line 283, in check_and_upload_images<br>    keystone_list = [create_keystone_client(self.server_cred)[0],<br>  File \"/kb_test/kloudbuster/kb_server/kb_server/controllers/../../../kloudbuster/kloudbuster.py\", line 54, in create_keystone_client<br>    return (keystoneclient.Client(endpoint_type='publicURL', **creds), creds['auth_url'])<br>  File \"/usr/local/lib/python2.7/dist-packages/keystoneclient/v2_0/client.py\", line 166, in __init__<br>    self.authenticate()<br>  File \"/usr/local/lib/python2.7/dist-packages/keystoneclient/utils.py\", line 337, in inner<br>    return func(*args, **kwargs)<br>  File \"/usr/local/lib/python2.7/dist-packages/keystoneclient/httpclient.py\", line 589, in authenticate<br>    resp = self.get_raw_token_from_identity_service(**kwargs)<br>  File \"/usr/local/lib/python2.7/dist-packages/keystoneclient/v2_0/client.py\", line 210, in get_raw_token_from_identity_service<br>    _(\"Authorization Failed: %s\") % e)<br>AuthorizationFailure: Authorization Failed: Unable to establish connection to <a rel="nofollow" href="http://192.168.138.51:5000/v2.0/tokens" style="color:rgb(0,51,170)">http://192.168.138.51:5000/v2.0/tokens</a></p><p style="margin:0px 0px 0.8em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51);font-family:Ubuntu,'Bitstream Vera Sans','DejaVu Sans',Tahoma,sans-serif;font-size:12px;line-height:18px">I used a rest client to find whether v2.0/tokens is working or not, it was working. I got the token . This is the openrc file I used:<br>export OS_PROJECT_DOMAIN_ID=default<br>export OS_USER_DOMAIN_ID=default<br>#export OS_IMAGE_API_VERSION=2<br>export OS_AUTH_URL=<a rel="nofollow" href="http://192.168.138.51:5000/v2.0" style="color:rgb(0,51,170)">http://192.168.138.51:5000/v2.0</a><br>export OS_TENANT_NAME=admin<br>#export OS_PROJECT_NAME=admin<br>export OS_USERNAME=admin<br>export OS_PASSWORD=sanghai<br>export OS_REGION_NAME=RegionOne</p><p style="margin:0px 0px 0.8em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51);font-family:Ubuntu,'Bitstream Vera Sans','DejaVu Sans',Tahoma,sans-serif;font-size:12px;line-height:18px">Please suggest a solution and let me know if I missed some details.</p><p style="margin:0px 0px 0.8em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51);font-family:Ubuntu,'Bitstream Vera Sans','DejaVu Sans',Tahoma,sans-serif;font-size:12px;line-height:18px">Thanks,<br>Akshay</p></div>