*** openstack has joined #openstack-sahara | 14:36 | |
*** openstack has joined #openstack-sahara | 15:43 | |
*** vkmc has joined #openstack-sahara | 15:48 | |
rickflare | now getting | 15:49 |
---|---|---|
rickflare | ImportError: No module named cinderclient | 15:49 |
elmiko | from sahara? | 15:53 |
*** agireud has joined #openstack-sahara | 15:53 | |
rickflare | yea | 15:53 |
rickflare | when i run devstack.sh | 15:54 |
elmiko | how do you have sahara enabled? | 15:54 |
*** tmckay has joined #openstack-sahara | 15:56 | |
rickflare | using the devstack.sh egafford hot | 15:57 |
rickflare | hooked me up with | 15:57 |
egafford | rickflare: Ouch. | 15:58 |
egafford | You may want to switch to enabling the sahara plugin in devstack like a sane person. | 15:58 |
egafford | My script is geared toward running Sahara on a separate box (because I dev Sahara from my laptop.) | 15:59 |
rickflare | this is a separate box | 16:02 |
rickflare | im not convinced this is being caused by your script | 16:02 |
rickflare | http://pastebin.com/pwnNqgZg | 16:06 |
rickflare | this is the entire error guys | 16:06 |
elmiko | have you tried rejoining the screen session and investigating the venv for the sahara-api session? | 16:06 |
elmiko | oh, that's not even sahara. that's the horizon process failing, wtf. | 16:07 |
rickflare | yea | 16:11 |
*** openstackstatus has joined #openstack-sahara | 16:16 | |
*** ChanServ sets mode: +v openstackstatus | 16:16 | |
rickflare | any clues | 16:17 |
elmiko | have you tried removing /opt/stack and re-stacking? | 16:18 |
elmiko | or, was this a fresh install? | 16:19 |
rickflare | i can try again | 16:19 |
elmiko | i haven't tried running devstack on centos, there may be other issues getting in the way | 16:20 |
elmiko | do you need to use centos for it? (i would imagine ubuntu or fedora would be better suited for devstack) | 16:21 |
*** sgotliv has joined #openstack-sahara | 16:21 | |
rickflare | yea | 16:22 |
rickflare | I have to use centos | 16:22 |
elmiko | the only other thing that caught my eye was the usage of /usr/lib and /usr/lib64 for the python site-packages, i wonder if there is some sort of mismatch being caused by that? | 16:27 |
rickflare | interesting | 16:27 |
elmiko | you might also try disabling all the services and bringing them up one by one to debug the process a little more closely | 16:30 |
elmiko | that could be really time consuming though, just a thought | 16:30 |
*** hdd has joined #openstack-sahara | 16:35 | |
rickflare | think im close | 16:39 |
rickflare | its pip | 16:39 |
rickflare | hell | 16:39 |
rickflare | think i got it | 16:39 |
openstackgerrit | Andrey Pavlov proposed openstack/sahara: Adding cluster scaling and changing CLI calls in grenade https://review.openstack.org/250422 | 16:39 |
*** chlong has joined #openstack-sahara | 16:40 | |
elmiko | nice! | 16:41 |
*** sgotliv has quit IRC | 16:43 | |
rickflare | kk | 16:48 |
rickflare | ok | 16:48 |
rickflare | elmiko | 16:48 |
rickflare | think you figure out this | 16:48 |
rickflare | http://pastebin.com/ii2Gb8Fc | 16:48 |
elmiko | hmm | 16:50 |
elmiko | i usually start by attempting to send a valid token request via something like httpie | 16:50 |
elmiko | just to make sure that keystone is responding properly, then work back up the chain to find the error | 16:51 |
*** coolsvap has quit IRC | 17:01 | |
*** coolsvap has joined #openstack-sahara | 17:05 | |
crobertsrh | egafford: When you have a second, can you screenshot me your debug config for sahara in PyCharm. I'm starting to think that maybe I do something slightly bad that is causing my issues. | 17:36 |
*** ViswaV has joined #openstack-sahara | 17:38 | |
*** nkrinner has quit IRC | 17:38 | |
*** ViswaV has quit IRC | 17:42 | |
*** ViswaV has joined #openstack-sahara | 17:42 | |
egafford | crobertsrh: Giving it a go; need to switch gears from image gen but I'm in a long download cycle. | 17:46 |
openstackgerrit | Vitaly Gridnev proposed openstack/sahara: [wip] rewrite heat client calls https://review.openstack.org/251488 | 17:46 |
egafford | Will post when I get something functional or similarly non-functional. | 17:46 |
openstackgerrit | Vitaly Gridnev proposed openstack/sahara: [wip] rewrite heat client calls https://review.openstack.org/251488 | 17:46 |
crobertsrh | Fantastic. Not trying to derail you. I would have settled for a screenshot :) | 17:46 |
egafford | crobertsrh: Sure; just not certain whether I'm in any sane state at all atm, and don't want to throw meaningless info around. | 17:48 |
openstackgerrit | Vitaly Gridnev proposed openstack/sahara: Always enable heat service in devstack plugin https://review.openstack.org/251274 | 17:48 |
crobertsrh | Excellent, greatly appreciated. Another data point should help me know whether or not this issue might be worth more chasing. | 17:48 |
egafford | crobertsrh: Are you seeing something like this? http://paste.openstack.org/show/480407/ | 17:55 |
crobertsrh | Hmm, no. Although, I may have seen that at some point in my life | 17:56 |
crobertsrh | For me, currently, it starts up ok and even spits out all the configs like you'd expect it to. It just doesn't respond when you hit it with a request. | 17:56 |
crobertsrh | Do you have the gevent debugging checkbox ticked? | 17:57 |
crobertsrh | Trying to recall what I may have been doing when I saw the message you posted. | 17:57 |
egafford | crobertsrh: With my current setup, I see that when I place a breakpoint in the periodic tasks module. | 17:58 |
crobertsrh | Ok, periodic tasks is part of sahara-engine, right? I can run and debug sahara-engine sans-problem | 17:59 |
crobertsrh | It's anything on the api side that is total failure for me. | 17:59 |
crobertsrh | I think I may have seen the trace you posted when my env was out of sync requirements-wise. Or, that could be a lie. | 18:00 |
egafford | Well, I just recreated tox at master, so if it was out of sync, that's worrisome. | 18:02 |
openstackgerrit | Grigoriy Rozhkov proposed openstack/sahara: Add MapR-FS support to sahara scenario framework https://review.openstack.org/241696 | 18:02 |
crobertsrh | ok, I was probably off-base with that one. | 18:02 |
crobertsrh | In your debug launch screen, what are your params? | 18:02 |
egafford | crobertsrh: Sent you my debug configuration in a screenshot. | 18:06 |
crobertsrh | ack | 18:06 |
*** vgridnev has joined #openstack-sahara | 18:07 | |
crobertsrh | Looks very familiar | 18:07 |
egafford | I'd think so, yeah. | 18:07 |
egafford | There's not so much ambiguity there. | 18:07 |
crobertsrh | I was hoping to see something different I could try :) | 18:08 |
crobertsrh | I'm using PyCharm 5 is pretty much the only difference | 18:08 |
*** chlong has quit IRC | 18:10 | |
*** chlong has joined #openstack-sahara | 18:25 | |
*** tosky has quit IRC | 18:36 | |
*** hogepodge has joined #openstack-sahara | 18:37 | |
openstackgerrit | Andrey Pavlov proposed openstack/sahara: Adding cluster scaling and changing CLI calls in grenade https://review.openstack.org/250422 | 18:44 |
*** sgotliv has joined #openstack-sahara | 18:48 | |
openstackgerrit | Merged openstack/sahara: Launching 1 instance in grenade instead of 2 https://review.openstack.org/249810 | 19:38 |
*** akuznetsov has joined #openstack-sahara | 19:59 | |
*** adelia has joined #openstack-sahara | 20:31 | |
*** tmckay has left #openstack-sahara | 20:35 | |
*** akuznetsov has quit IRC | 20:41 | |
*** raildo is now known as raildo-afk | 20:53 | |
*** tmckay has joined #openstack-sahara | 21:06 | |
*** vgridnev has quit IRC | 21:13 | |
*** raildo-afk is now known as raildo | 21:19 | |
*** vgridnev has joined #openstack-sahara | 21:53 | |
*** crobertsrh is now known as _crobertsrh | 22:07 | |
*** vgridnev has quit IRC | 22:27 | |
*** adelia_ has joined #openstack-sahara | 22:37 | |
*** egafford has quit IRC | 22:37 | |
*** tmckay has quit IRC | 22:38 | |
*** adelia has quit IRC | 22:41 | |
*** adelia_ has quit IRC | 22:42 | |
*** witlessb has quit IRC | 22:48 | |
*** sgotliv_ has joined #openstack-sahara | 22:53 | |
openstackgerrit | Michael McCune proposed openstack/sahara: [WIP] Initial key manager implementation https://review.openstack.org/220680 | 22:56 |
*** sgotliv has quit IRC | 22:56 | |
*** sgotliv_ has quit IRC | 23:00 | |
*** poseidon1157 has joined #openstack-sahara | 23:30 | |
*** barra204 has quit IRC | 23:38 | |
*** shakamunyi has joined #openstack-sahara | 23:38 | |
openstackgerrit | David Lyle proposed openstack/sahara-dashboard: Excising Sahara content from Horizon https://review.openstack.org/248322 | 23:40 |
david-lyle | hopefully that will let the tests run and pass in the gate | 23:41 |
david-lyle | boom | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!