-
Notifications
You must be signed in to change notification settings - Fork 244
Open
Description
Hello,
I am trying to use cosbench v0.4.2 release candidate 4 with keystone v3. Is this currently supported on cosbench?
This is my config:
<auth type="keystone" config="username=admin;password=XXXXXXX;tenant_name=admin;auth_url=http://172.29.236.50:5000/v3;service=swift;retry=10"/>
This is what I see in the driver log
I know the user name and pass is right because that is what is in the openrc
2016-08-25 20:09:58,016 [ERROR] [AuthAgent] - bad username and password
com.intel.cosbench.api.auth.AuthBadException: com.intel.cosbench.client.keystone.KeystoneAuthException
at com.intel.cosbench.api.keystone.KeystoneAuth.login(KeystoneAuth.java:116)
at com.intel.cosbench.driver.agent.AuthAgent.tryLogin(AuthAgent.java:126)
at com.intel.cosbench.driver.agent.AuthAgent.login(AuthAgent.java:81)
at com.intel.cosbench.driver.agent.AuthAgent.execute(AuthAgent.java:52)
at com.intel.cosbench.driver.agent.AbstractAgent.call(AbstractAgent.java:44)
at com.intel.cosbench.driver.agent.AbstractAgent.call(AbstractAgent.java:1)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.intel.cosbench.client.keystone.KeystoneAuthException
at com.intel.cosbench.client.keystone.handler.HttpAuthHandler.parseResponse(HttpAuthHandler.java:88)
at com.intel.cosbench.client.keystone.handler.HttpAuthHandler.POST(HttpAuthHandler.java:67)
at com.intel.cosbench.client.keystone.KeystoneClient.login(KeystoneClient.java:106)
at com.intel.cosbench.api.keystone.KeystoneAuth.login(KeystoneAuth.java:110)
... 9 more
Metadata
Metadata
Assignees
Labels
No labels