-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does cosbench support keystone v3 auth for swift? #330
Comments
Yes, v3 is supported, pls make sure you set region parameter. 在 2016年8月26日,上午9:17,santaclause88 [email protected] 写道: Hello, I am trying to use cosbench with keystone v3. Is this currently supported on cosbench? This is my config: 2016-08-25 20:09:58,016 [ERROR] [AuthAgent] - bad username and password — |
Hi I have set the region parameter and am still seeing the same issue. I cannot seem to find how to change the log level for the drivers. I did set the controller to debug but how do I do so for the drivers? This is my new auth
|
to change log level for driver, you need create a driver.conf on driver nodes. 在 2016年8月26日,下午11:52,santaclause88 [email protected] 写道: Hi I have set the region parameter and am still seeing the same issue. I cannot seem to find how to change the log level for the drivers. I did set the controller to debug but how do I do so for the drivers? This is my new auth — |
Did you ever get cosbench to work with keystone v3? |
yes, keystone v3 is supported.
[email protected]
From: cb371j
Date: 2017-02-03 04:58
To: intel-cloud/cosbench
CC: ywang; Comment
Subject: Re: [intel-cloud/cosbench] Does cosbench support keystone v3 auth for swift? (#330)
Did you ever get cosbench to work with keystone v3?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@ywang19 how? |
It looks to me like cosbench tries to talk v2 auth json to the v3 URL which obviously fails. How can it tell cosbench to truly use v3? |
same issue |
1 similar comment
same issue |
Any luck in getting this to work ? |
Nope, I just gave it up |
Me too |
Hi guys! keystone v3 is supported by this branch keystoneV3, you can pull this source code and build it by eclipse, the details please refer to BUILD.md, or just download the jar cosbench-keystone_0.4.2.0.jar.zip to use. <auth type="keystone" config="username=tester;tenant_name=test;password=testing;domain=default;url=http://127.0.0.1:5000/v3;service=swift;retry=10"/> it works well in my keystoneV3 env |
Hi, Added improvement to @osmboy repo, Added support for passing project_domain id and user_domain_id from config file you can use this branch keystoneV3Support . Please refer to BUILD.md to build it using eclipse. Please download eclipse for rcp and rap developers if you don't get options mentioned in BUILD.md or you can download already build jar file cosbench-keystone_0.4.2.0.jar . Move this jar file to your cosbench release 0.4.2.0 osgi/plugins/ folder. here is the updated keystoneV3 config: for any question you can submit an issue to this repo I used
|
Hi, there |
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
The text was updated successfully, but these errors were encountered: