*** saju_m has joined #openstack-climate | 06:47 | |
*** YorikSar has quit IRC | 06:55 | |
*** YorikSar has joined #openstack-climate | 07:15 | |
*** ppetit has joined #openstack-climate | 07:55 | |
*** openstack has quit IRC | 08:21 | |
*** openstack has joined #openstack-climate | 08:30 | |
*** openstackstatus has joined #openstack-climate | 08:30 | |
*** chandan_kumar has joined #openstack-climate | 09:48 | |
*** saju_m has quit IRC | 10:17 | |
*** saju_m has joined #openstack-climate | 10:33 | |
bauzas | DinaBelova: you there ? | 11:01 |
---|---|---|
DinaBelova | yes | 11:01 |
bauzas | DinaBelova: I'm trying to see what's wrong with your config about Pecan | 11:01 |
DinaBelova | thanks, I feel exhausted trying to get what went wrong | 11:02 |
bauzas | DinaBelova: could you please try the following config ? | 11:02 |
DinaBelova | sure I can :) | 11:02 |
DinaBelova | give it to me :) | 11:02 |
bauzas | hold on, laptop currently with agv load of 4.0 | 11:02 |
bauzas | :D | 11:02 |
DinaBelova | :D | 11:02 |
bauzas | error 500 | 11:03 |
bauzas | on paste.openstack.org | 11:03 |
bauzas | gerrit maintenance ? | 11:03 |
DinaBelova | dunno.. | 11:04 |
DinaBelova | it worked ~10 mins ago | 11:04 |
bauzas | can't use pastebin.com, proxy... | 11:07 |
bauzas | https://etherpad.openstack.org/p/iiKJmXdpof | 11:07 |
bauzas | there is a keystone_authtoken group | 11:08 |
bauzas | and the auth_uri is not sending to localhost | 11:08 |
bauzas | with the right auth_host | 11:08 |
bauzas | DinaBelova: see 2014-03-17 14:42:07.785 26525 WARNING keystoneclient.middleware.auth_token [-] Retrying on HTTP connection exception: HTTPSConnectionPool(host='127.0.0.1', po | 11:09 |
bauzas | rt=35357): Max retries exceeded with url: /v2.0/tokens (Caused by <class 'socket.error'>: [Errno 111] ECONNREFUSED) | 11:09 |
bauzas | it tries to connect to localhost:35357 | 11:09 |
DinaBelova | yes, I saw that | 11:09 |
bauzas | which seems to be down | 11:09 |
bauzas | so, hence the group config | 11:10 |
DinaBelova | although I have no idea why iy went there | 11:10 |
bauzas | if you see the code, you'll see that I'm exporting this group into middleware_auth | 11:10 |
*** openstackgerrit has quit IRC | 11:10 | |
bauzas | because that sounds default values | 11:10 |
bauzas | :-) | 11:10 |
bauzas | lemme check | 11:10 |
*** openstackgerrit has joined #openstack-climate | 11:11 | |
DinaBelova | oh, ok | 11:11 |
openstackgerrit | A change was merged to stackforge/climate: Lets the cloud administrator create the freepool https://review.openstack.org/80021 | 11:11 |
DinaBelova | yes, I used default group | 11:11 |
openstackgerrit | A change was merged to stackforge/climate: Devstack : create the freepool used by reservation host plugin https://review.openstack.org/80023 | 11:11 |
bauzas | gotcha | 11:11 |
bauzas | see climate.conf.example | 11:11 |
bauzas | warning, paste bomb | 11:11 |
bauzas | [keystone_authtoken] | 11:11 |
bauzas | # | 11:11 |
bauzas | # Options defined in keystoneclient.middleware.auth_token | 11:11 |
bauzas | # | 11:11 |
bauzas | # Prefix to prepend at the beginning of the path (string | 11:11 |
bauzas | # value) | 11:11 |
bauzas | #auth_admin_prefix= | 11:11 |
bauzas | # Host providing the admin Identity API endpoint (string | 11:11 |
bauzas | # value) | 11:11 |
bauzas | #auth_host=127.0.0.1 | 11:11 |
bauzas | # Port of the admin Identity API endpoint (integer value) | 11:12 |
bauzas | #auth_port=35357 | 11:12 |
bauzas | :-) | 11:12 |
bauzas | that should work now | 11:12 |
bauzas | just add the section keystone_authtoken | 11:13 |
bauzas | I mean [keystone_authtoken] L15 | 11:14 |
DinaBelova | here u set auth_strategy https://etherpad.openstack.org/p/iiKJmXdpof in keystone_authtoken group, but here https://review.openstack.org/#/c/71011/13/etc/climate/climate.conf.sample it's added to default group | 11:14 |
bauzas | DinaBelova: you just forgot to add the section name | 11:14 |
DinaBelova | am I wrong? | 11:14 |
bauzas | my sample config does provide it within the keystone_authtoken groyp | 11:15 |
*** saju_m has quit IRC | 11:15 | |
bauzas | there is probably a discrepancy in between Gerrit and my setup | 11:15 |
DinaBelova | oh, ok | 11:15 |
bauzas | well, it seems indeed | 11:16 |
bauzas | that's strange... | 11:16 |
bauzas | ok, I'll provide a new patchset now | 11:17 |
DinaBelova | well, anyway, it worked after that :) | 11:17 |
DinaBelova | thanks | 11:17 |
bauzas | I'm just writing unittests | 11:17 |
DinaBelova | ok | 11:17 |
bauzas | so, that should not impact the code | 11:18 |
DinaBelova | bauzas, btw please add A here https://review.openstack.org/#/c/76154/ | 11:18 |
DinaBelova | as we have 2 +2s | 11:18 |
bauzas | DinaBelova: ok | 11:19 |
bauzas | DinaBelova: I'm just sending a new patchset for Pecan/WMSE | 11:24 |
bauzas | WSME | 11:24 |
bauzas | so you could get the latest climate.cong.sample file | 11:24 |
DinaBelova | ok | 11:24 |
openstackgerrit | Sylvain Bauza proposed a change to stackforge/climate: Add extensions for API v2 controllers https://review.openstack.org/78309 | 11:25 |
openstackgerrit | Sylvain Bauza proposed a change to stackforge/climate: Port to Pecan/WSME for API v2 https://review.openstack.org/71011 | 11:25 |
bauzas | DinaBelova: I have to go, afk, ttyl | 11:27 |
DinaBelova | щл | 11:27 |
DinaBelova | ok* | 11:27 |
openstackgerrit | A change was merged to stackforge/climate: Add development guides to docs https://review.openstack.org/76154 | 11:32 |
*** saju_m has joined #openstack-climate | 11:36 | |
*** YorikSar_ is now known as YorikSar | 12:01 | |
*** chandan_kumar has quit IRC | 12:21 | |
*** casanch1 has joined #openstack-climate | 13:01 | |
*** YorikSar has quit IRC | 13:30 | |
*** YorikSar has joined #openstack-climate | 13:46 | |
*** pafuent has joined #openstack-climate | 14:38 | |
*** pafuent has left #openstack-climate | 14:40 | |
*** pafuent has joined #openstack-climate | 14:40 | |
*** pafuent has quit IRC | 14:59 | |
*** saju_m has quit IRC | 15:03 | |
*** pafuent has joined #openstack-climate | 15:19 | |
*** saju_m has joined #openstack-climate | 15:20 | |
*** pafuent has quit IRC | 15:40 | |
*** pafuent has joined #openstack-climate | 15:54 | |
*** ppetit has quit IRC | 16:05 | |
*** ppetit has joined #openstack-climate | 16:05 | |
*** saju_m has quit IRC | 16:15 | |
*** bauzas has quit IRC | 16:56 | |
*** casanch1 has quit IRC | 17:06 | |
*** casanch1 has joined #openstack-climate | 17:08 | |
*** bauzas has joined #openstack-climate | 17:15 | |
*** pafuent has quit IRC | 17:58 | |
*** pafuent has joined #openstack-climate | 20:10 | |
*** pafuent has left #openstack-climate | 20:58 | |
*** casanch1 has quit IRC | 21:07 | |
*** bauzas has quit IRC | 22:00 | |
*** openstackgerrit has quit IRC | 22:39 | |
*** openstackgerrit has joined #openstack-climate | 22:40 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!