Kloudbuster Stage Authorization Failed

Asked by Sergey Yezhkov

Hi, i download kloudbuster_v6.qcow2 image from apps.openstack.org and install to my local test environment.

I use web-ui. When I push "Stage" button I receive error:
--
2016-04-29 14:58:51,902 WARNING Traceback (most recent call last):
  File \"/kb_test/kloudbuster/kb_server/kb_server/controllers/api_kb.py\", line 54, in kb_stage_thread_handler
    if kb_session.kloudbuster.check_and_upload_images():
  File \"/kb_test/kloudbuster/kb_server/kb_server/controllers/../../../kloudbuster/kloudbuster.py\", line 310, in check_and_upload_images
    retry = 0
  File \"/kb_test/kloudbuster/kb_server/kb_server/controllers/../../../kloudbuster/kloudbuster.py\", line 61, in create_keystone_client
    creds = creds.get_credentials()
  File \"/usr/local/lib/python2.7/dist-packages/keystoneclient/v2_0/client.py\", line 166, in __init__
    self.authenticate()
  File \"/usr/local/lib/python2.7/dist-packages/positional/__init__.py\", line 94, in inner
    return func(*args, **kwargs)
  File \"/usr/local/lib/python2.7/dist-packages/keystoneclient/httpclient.py\", line 584, in authenticate
    resp = self.get_raw_token_from_identity_service(**kwargs)
  File \"/usr/local/lib/python2.7/dist-packages/keystoneclient/v2_0/client.py\", line 210, in get_raw_token_from_identity_service
    _(\"Authorization Failed: %s\") % e)
AuthorizationFailure: Authorization Failed: The resource could not be found. (HTTP 404) (Request-ID: req-c8eb69b6-d6ee-430d-9637-30072d5deb74)
--

My openrc file:
export OS_AUTH_URL=http://172.17.155.10:5000/v3
export OS_TENANT_ID=8eb623cb712649c4ae53b1e2f4602856
export OS_TENANT_NAME="admin"
export OS_PROJECT_NAME="admin"
export OS_USERNAME="admin"
echo "Please enter your OpenStack Password: "
read -sr OS_PASSWORD_INPUT
export OS_PASSWORD=$OS_PASSWORD_INPUT
export OS_REGION_NAME="RegionOne"
if [ -z "$OS_REGION_NAME" ]; then unset OS_REGION_NAME; fi

In keystone logs I didnt found any errors.

I ssh to kloudbuster instance and check the connection and etc. everything ok.

What the reason of this problem? And what should do to run kloudbuster?

thanks

Question information

Language:
English Edit question
Status:
Expired
For:
KloudBuster Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.