Tuesday, 2012-05-01

bcwaldonwell, ./run_tests.sh and building a venv00:00
mtaylorbcwaldon: um, no00:01
bcwaldon...yeah00:01
s1rpyeah haven't seen that either00:02
jgriffithslrp: git status shows nothing to commit, didn't work after a new checkout of trunk either.00:02
jgriffithIs there another way to do this other than teh "checkout -b bug/897075"00:02
mtaylorjgriffith: so - you might want to make a new branch off of origin master (git checkout -b blah origin/master) and then cherry pick the sha1 of your change on to the branch if the world of rebase has gotten you to a bad place00:04
jgriffithmtaylor: Ok, I think I'll give that a try00:05
mtaylorbcwaldon: well, that commit seems to be in keystone on github00:05
*** rods has quit IRC00:06
mtayloralthough it's rather old00:06
jgriffithmtaylor: That means I'd abandon my other branch and just open a new review/change correct?00:06
mtaylorjgriffith: nah00:06
mtaylorjgriffith: when you cherry-pick, it should bring your commit message along with it00:06
jgriffithAhh00:06
mtaylorjgriffith: what's the gerrit change?00:06
jgriffithhttps://review.openstack.org/#/c/6511/00:07
*** thingee has quit IRC00:07
mtaylorjgriffith: you can also do "git review -d 6511 ; git remote update gerrit ; git rebase -i gerrit/master"00:08
jgriffithAhh... ok, let me try that00:08
mtaylorand then fix the problem and do git review  and all _should_ be ok (just make sureyou remove the conflict markers from the commit message)00:08
*** rods has joined #openstack-dev00:09
mtaylorbcwaldon: now, for _your_problem...00:09
mtaylorbcwaldon, s1rp: gerrit change number? I'd like to play too00:09
bcwaldonyeah...00:09
jgriffithmtaylor: same message:  http://paste.openstack.org/show/14329/00:10
jgriffithSorry... I can wait til you finish up with bcwaldon :)00:11
*** Shrews has joined #openstack-dev00:11
mtayloryes! now you need to resolve the conflict00:11
*** edygarcia_ has joined #openstack-dev00:12
mtaylorjgriffith: git diff should show you where the problems are - then you can git add the files after you're done fixing, and then do "git rebase --continue"00:12
jgriffithOh, geez!  Thank you!!!00:12
jgriffithIt could've just said "you have merge conflicts" like mercurial!00:13
bcwaldonIt does say it, just in its own special way :)00:13
bcwaldonmtaylor / s1rp: can either of you build a glance venv locally?00:14
*** edygarcia_ has quit IRC00:15
*** edygarcia has quit IRC00:15
openstackgerritVerification of a change to openstack/glance failed: Integrate openstack-common using update.py  https://review.openstack.org/678000:17
mtaylorbcwaldon: on trunk? trying now...00:19
bcwaldonmtaylor: yes, thats where that paste came from00:19
*** mszilagyi has quit IRC00:19
mtaylorbcwaldon: well, fwiw, last cache build of that worked on jenkins at least 18 minutes ago: https://jenkins.openstack.org/view/Glance/job/glance-venv/180/00:20
mtaylornot that such a thing means that it's going to work locally for you, mind you00:20
bcwaldonok, it keeps failing on installing keystone00:20
bcwaldonwith that /usr/bin/git error00:20
mtaylorhave I mentioned that I can't wait to get more alignment with how things run ?00:21
bcwaldonmtaylor: yeah...00:21
bcwaldonyou have00:21
*** edygarcia has joined #openstack-dev00:21
mtaylorok. as long as I've mentioned that00:21
bcwaldonloud and clear, good buddy00:21
mtaylorbcwaldon: so, don't shoot me ... but ...00:22
mtaylorbcwaldon: it worked fine for me00:22
bcwaldon:|00:22
mtaylor git --version00:23
mtaylorgit version 1.7.9.500:23
bcwaldon1.7.5.400:23
mtaylormordred@camelot:~/src/glance$ pip --version00:23
mtaylorpip 1.0 from /usr/lib/python2.7/dist-packages (python 2.7)00:23
bcwaldonbut I havent changed anything!00:23
bcwaldon1.0.200:23
mtaylormordred@camelot:~/src/glance$ virtualenv --version00:23
mtaylor1.7.1.200:23
bcwaldon1.700:23
mtaylorok. so, none of those things really should matter00:23
mtaylorbcwaldon: try doing rm -rf .venv/src/keystone ?00:24
bcwaldonI00:24
bcwaldonkeep blowing away .venv altogether00:24
mtaylorhrm. that's really vexing00:24
bcwaldonindubitably00:24
mtaylorbcwaldon: I get this - but the -E error is ignored http://paste.openstack.org/show/14330/00:25
*** edygarcia_ has joined #openstack-dev00:25
mtaylorbcwaldon: what happens if you remove the explicit commit version from pip-requires for keystone?00:25
bcwaldonrunning00:26
*** edygarcia has quit IRC00:27
bcwaldonthats it00:28
bcwaldonwtf00:28
mtaylorok, I have NO idea00:28
mtaylorbut that cements a couple of things in my brainhole...00:29
bcwaldondid pip break in 1.0.2?00:29
bcwaldonyou only have 1.000:29
mtaylora) I REALLY need to get python-keystoneclient and python-novaclient uploaded to pypi00:29
mtaylorb) we need to get glance ported to python-keystone client00:29
bcwaldonthis isnt just keystoneclient00:29
mtaylorI know00:29
mtaylorand I don't know about the pip version question00:29
*** edygarcia_ has quit IRC00:29
bcwaldonwe depend on keystone itself for the middleware00:29
bcwaldonthis isnt a client thing00:30
mtayloroh, really? piddle, that's right00:30
bcwaldonwe could just mock it out for tests00:30
mtaylorstill, I do need to do those things00:30
bcwaldonyes00:30
*** edygarcia_ has joined #openstack-dev00:31
*** Ryan_Lane has quit IRC00:31
*** Ryan_Lane1 has joined #openstack-dev00:31
*** Ryan_Lane1 is now known as Ryan_Lane00:31
*** Ryan_Lane has joined #openstack-dev00:31
bcwaldonmtaylor: holy crap00:35
bcwaldonmtaylor: pip 0.7.2 works for me00:35
bcwaldonmtaylor: pip broke!00:35
bcwaldonjust on mac os x00:35
mtaylorWOW00:36
mtaylorthat's stellar00:36
*** andrewbogott has joined #openstack-dev00:36
*** flaviamissi has quit IRC00:36
*** flaviamissi has joined #openstack-dev00:36
openstackgerritVerification of a change to openstack/nova failed: Provide better quota error messages.  https://review.openstack.org/693200:36
bcwaldonmtaylor: hmm, this release note looks suspect: "Fixed issue #283 - Finds a Git tag pointing to same commit as origin/master"00:37
bcwaldonmtaylor: maybe if I would update git that would fix it00:37
*** pengyong has joined #openstack-dev00:38
bcwaldongah, whats going on00:38
bcwaldonmtaylor: so now when we build our venv, it gives us pip 1.100:39
bcwaldonmtaylor: which doesnt work on my machine!00:39
mtaylorbcwaldon: that's just stellar00:42
*** pengyong has quit IRC00:43
bcwaldonaaaand upgrading git doesnt help00:44
bcwaldonharumph00:44
mtaylorbcwaldon: any chance "tox -v -epy27" gives you a working thing?00:44
*** s0mik has quit IRC00:46
*** mnewby has quit IRC00:46
bcwaldonnegative, ghost rider00:46
bcwaldonmtaylor: I'll fool around with this later, about to head out00:47
bcwaldonthanks for your help, though00:47
mtaylorbcwaldon: ok. same here00:47
mtaylorsure100:47
mtaylorwe'll get all of this working one of these days...00:47
bcwaldon...one day00:47
*** agonella has joined #openstack-dev00:49
*** andrewsben is now known as andrewsben_zz00:52
*** edygarcia_ has quit IRC00:53
*** blamar has quit IRC00:53
*** jakedahn is now known as jakedahn_zz00:54
*** reed has quit IRC01:03
*** User621 has quit IRC01:04
*** blamar has joined #openstack-dev01:06
*** blamar has joined #openstack-dev01:07
*** ayoung has quit IRC01:13
openstackgerritVerification of a change to openstack/glance failed: Instruct eventlet to monkey-patch everything.  https://review.openstack.org/678801:16
*** thingee has joined #openstack-dev01:20
*** ncode has joined #openstack-dev01:23
*** pengyong has joined #openstack-dev01:23
jgriffithvishy: ping01:31
vishyjgriffith: sup01:31
jgriffithvishy: Looks like 088 broke the unit tests01:31
jgriffithvishy: rpc_backend failure in test_compute01:32
jgriffithvishy: I'm looking at it but need to head out here in a minute and it's holding up my commit :)01:32
vishyhmm01:32
vishyif it broke unit tests it woulnd't have made it through the gate01:33
jgriffithvishy: At first I thought it was my merge, but I just pulled from nova and ran and it fails....01:33
jgriffithvishy: Could it be my .venv?  I tend to copy it around as opposed to rebuilding.  Let me try01:33
jgriffithIt will take a while though :(01:34
vishyi don't use a venv so not sure01:34
jgriffithvish: I'll give it a try, that must be it01:34
*** ncode has quit IRC01:34
vishyjgriffith: yeah might need to update your venv01:35
*** isolationism has quit IRC01:39
*** Mandell has quit IRC01:42
jgriffithvishy: no luck, I'll try to look at it when I get home, or tomorrow am01:43
jgriffithvishy: I thought it was my merge so I pulled latest nova and got the same thing01:43
*** jemartin has quit IRC01:44
*** adjohn has quit IRC01:46
jgriffithvishy: Ahh... .venv01:49
*** novas0x2a|laptop has quit IRC01:49
jgriffithOk01:49
*** jakedahn_zz is now known as jakedahn01:51
bcwaldonmtaylor: found the problem with not being able to install from github - .gitconfig color settings :(01:52
*** vincentricci has quit IRC01:53
*** harlowja has quit IRC02:11
*** Ryan_Lane has quit IRC02:12
*** Ryan_Lane has joined #openstack-dev02:12
*** anderstj has joined #openstack-dev02:23
*** jaypipes has quit IRC02:28
*** agonella has quit IRC02:28
*** mdrnstm has quit IRC02:28
*** benner has quit IRC02:30
*** benner has joined #openstack-dev02:30
*** adjohn has joined #openstack-dev02:31
*** s0mik has joined #openstack-dev02:33
*** jaypipes has joined #openstack-dev02:35
*** s0mik has quit IRC02:39
*** jakedahn is now known as jakedahn_zz02:46
*** koolhead17 has joined #openstack-dev02:49
*** adjohn has quit IRC02:50
*** mnewby has joined #openstack-dev02:52
*** andrewbogott has quit IRC02:55
*** jdurgin has quit IRC02:58
*** Ryan_Lane has quit IRC02:59
*** reed has joined #openstack-dev02:59
*** Mandell has joined #openstack-dev03:02
*** edygarcia has joined #openstack-dev03:08
*** andrewsben_zz is now known as andrewsben03:08
*** edygarcia has quit IRC03:09
*** sandywalsh_ has quit IRC03:11
*** lloydde has joined #openstack-dev03:12
*** eglynn_ has joined #openstack-dev03:23
*** eglynn has quit IRC03:24
*** rods has quit IRC03:30
*** garyk has joined #openstack-dev03:42
*** jgriffith has quit IRC03:42
*** thingee is now known as thingee_zz03:49
*** eglynn_ has quit IRC03:50
*** lloydde has quit IRC03:56
*** adjohn has joined #openstack-dev04:01
*** eglynn_ has joined #openstack-dev04:01
*** adjohn has quit IRC04:04
*** adjohn has joined #openstack-dev04:04
*** mnewby has quit IRC04:05
*** eglynn__ has joined #openstack-dev04:06
*** eglynn_ has quit IRC04:06
*** mnewby has joined #openstack-dev04:09
*** andrewsben is now known as andrewsben_zz04:11
*** asisin has quit IRC04:14
*** lloydde has joined #openstack-dev04:21
*** Ryan_Lane has joined #openstack-dev04:21
*** vincentricci has joined #openstack-dev04:23
*** gyee has quit IRC04:25
*** vincentricci has quit IRC04:30
*** vincentricci has joined #openstack-dev04:31
*** vincentricci has quit IRC04:32
*** dolphm has joined #openstack-dev04:34
*** eglynn__ has quit IRC04:46
*** dolphm has quit IRC04:49
*** eglynn__ has joined #openstack-dev05:00
*** dtroyer is now known as dtroyer_zzz05:01
*** dingdeng has quit IRC05:04
*** eglynn has joined #openstack-dev05:05
*** eglynn__ has quit IRC05:05
*** mnewby has quit IRC05:05
*** eglynn_ has joined #openstack-dev05:11
*** eglynn has quit IRC05:11
*** anderstj has quit IRC05:18
*** eglynn_ has quit IRC05:20
*** zaitcev has quit IRC05:20
*** blamar has quit IRC05:26
*** cweidenkeller has quit IRC05:30
*** cweidenkeller has joined #openstack-dev05:31
*** littleidea has quit IRC05:33
*** bepernoot has joined #openstack-dev05:35
*** eglynn_ has joined #openstack-dev05:38
*** bepernoot has quit IRC05:56
*** jakedahn_zz is now known as jakedahn06:02
*** Mandell has quit IRC06:02
*** jakedahn is now known as jakedahn_zz06:17
mtaylorbcwaldon: wtf?06:22
*** eglynn_ has quit IRC06:26
*** Mkenneth has joined #openstack-dev06:39
*** Mkenneth has left #openstack-dev06:39
*** rgoodwin_ has joined #openstack-dev06:57
*** rgoodwin has quit IRC06:58
*** rgoodwin_ is now known as rgoodwin06:58
*** reidrac has joined #openstack-dev07:03
*** bepernoot has joined #openstack-dev07:05
*** bepernoot has quit IRC07:08
*** bepernoot has joined #openstack-dev07:09
*** bepernoot has quit IRC07:12
*** eglynn_ has joined #openstack-dev07:22
*** lloydde has quit IRC07:29
*** lloydde has joined #openstack-dev07:29
*** lloydde has quit IRC07:34
*** openstack has joined #openstack-dev07:45
*** darraghb has joined #openstack-dev07:54
*** GheRivero_ has joined #openstack-dev08:06
*** bepernoot has joined #openstack-dev08:08
*** bepernoot has joined #openstack-dev08:09
*** adjohn has quit IRC08:12
*** derekh has joined #openstack-dev08:15
*** derekh has quit IRC08:18
*** derekh has joined #openstack-dev08:18
*** pixelbeat has joined #openstack-dev08:19
*** eglynn_ has quit IRC08:23
*** Mkenneth has joined #openstack-dev08:25
*** danpb has joined #openstack-dev08:40
*** dachary has joined #openstack-dev08:54
*** pengyong has quit IRC08:58
*** pengyong has joined #openstack-dev08:59
*** galstrom has joined #openstack-dev09:00
*** Mkenneth1 has joined #openstack-dev09:01
*** Mkenneth has quit IRC09:01
*** Mkenneth1 has quit IRC09:02
*** Mkenneth has joined #openstack-dev09:02
*** Mkenneth1 has joined #openstack-dev09:06
*** Mkenneth1 has quit IRC09:07
*** Mkenneth1 has joined #openstack-dev09:07
*** chilung_ has joined #openstack-dev09:10
*** Mkenneth has quit IRC09:10
*** chilung_ has quit IRC09:12
zykes-_vishy: my qemu process seems to segfault09:17
zykes-_markmcclain: ping09:22
*** Mkenneth1 has quit IRC09:36
*** pquerna has quit IRC09:52
*** pquerna has joined #openstack-dev09:53
*** Mkenneth has joined #openstack-dev10:00
*** koolhead17 has quit IRC10:46
*** dachary has quit IRC10:49
*** dachary has joined #openstack-dev10:52
*** rkukura has quit IRC11:02
*** markmc has joined #openstack-dev11:02
*** davidha has quit IRC11:05
*** davidha has joined #openstack-dev11:06
*** dachary has quit IRC11:18
*** dachary has joined #openstack-dev11:18
*** davidha has quit IRC11:22
*** GheRivero_ has quit IRC11:22
*** davidha has joined #openstack-dev11:22
*** pnavarro has joined #openstack-dev11:53
*** dolphm has joined #openstack-dev11:56
*** carter has joined #openstack-dev12:02
*** hub_cap has joined #openstack-dev12:04
*** lts has joined #openstack-dev12:04
*** hub_cap has quit IRC12:06
*** davidha has quit IRC12:06
*** davidha has joined #openstack-dev12:13
zykes-_markmc: ping12:13
*** davidha has quit IRC12:17
*** davidha has joined #openstack-dev12:17
*** GheRivero_ has joined #openstack-dev12:17
markmczykes-_, hi there12:22
*** dprince has joined #openstack-dev12:22
*** sandywalsh has joined #openstack-dev12:22
*** Mkenneth has left #openstack-dev12:26
zykes-_https://bugs.launchpad.net/bugs/992216 < seen that markmc ?12:26
uvirtbotLaunchpad bug 992216 in nova "Instance limbos into "shutoff" after "injecting key into image"" [Undecided,New]12:26
*** adalbas has quit IRC12:28
zykes-_it's on el612:29
*** rods has joined #openstack-dev12:30
markmczykes-_, are you using libvirt_vif_type=ethernet?12:33
markmczykes-_, also, have you messed about with libvirtd config?12:33
zykes-_yes markmc openvswitch12:34
zykes-_user = root group = root12:34
markmcah, ok12:34
markmcthat explains the tainting warnings12:34
markmczykes-_, you should try and get a stack trace from qemu12:34
zykes-_but what's funky is that it works fine with 1 core alledgedly but 2 cores fails12:34
zykes-_howto ?12:35
markmc2 guest cores you mean?12:35
zykes-_correct12:36
*** alaski has joined #openstack-dev12:38
*** renier has quit IRC12:39
*** deshantm has joined #openstack-dev12:39
markmcdanpb, got any pointers on how to get a qemu stack trace on rhel6?12:40
markmcpixelbeat, ^^12:40
*** tong has joined #openstack-dev12:45
*** hub_cap has joined #openstack-dev12:47
*** armax has joined #openstack-dev12:47
markmczykes-_, did you see a "saved core dump" message?12:49
markmczykes-_, if so, you should be able to install qemu-kvm-debuginfo and do e.g.12:49
markmc$> gdb /usr/libexec/qemu-kvm $pid12:49
markmcthread apply all bt full12:49
russellbwon't that try to attach to a running qemu-kvm with pid $pid?12:50
markmcsorry12:50
markmc$> gdb /usr/libexec/qemu-kvm /var/lib/abrt/...12:50
russellbk :)12:50
*** lorin1 has joined #openstack-dev12:50
*** markmcclain has quit IRC12:58
*** littleidea has joined #openstack-dev13:00
*** eglynn has joined #openstack-dev13:02
eglynnmarkmc: is there a stable/essex release on the cards in the short term, or too soon after essex final?13:14
markmceglynn, yes, no13:14
eglynn(I ask wrt to bug #979745, another user tripped over it and seemingly applied patch manually to the precise pkgs, obviously better to get the fix properly released tho')13:14
uvirtbotLaunchpad bug 979745 in glance "with keystone auth, image objects left behind in swift post-deletion " [Medium,Fix committed] https://launchpad.net/bugs/97974513:14
eglynnmarkmc: cool13:14
markmceglynn, on my short term list to get the ball rolling on it13:14
eglynnnice one, I update the bug with that info ...13:15
markmcLinuxJedi, is eavesdrop down? 404 on http://eavesdrop.openstack.org/irclogs/13:16
davidhacreiht, notmyname: yesterday you asked about the need to update rather than recreate metadata. I think that the simplest example why recreating is a bad idea is the issue of atomicity13:17
LinuxJedimarkmc: eavesdrop was migrated, what did that link used to do?13:17
markmcLinuxJedi, think it used to be a directory listing containing e.g. #openstack-dev/13:17
markmce.g. http://eavesdrop.openstack.org/irclogs/%23openstack-dev/13:17
LinuxJedimarkmc: so a symlink to this? http://eavesdrop.openstack.org/meetings/13:18
davidhacreiht, notmyname: if two 'clients' would try to update the same object by adding individual metadata, the second would not capture the change made by the first13:18
markmcLinuxJedi, 403 on http://eavesdrop.openstack.org/ doesn't help either :)13:18
markmcLinuxJedi, no, that was there before too13:18
LinuxJediiirc it error'd on the old setup too going to it directly, but we have something to fix that coming13:18
markmcLinuxJedi, irclogs was the full history of a bunch of channels13:18
LinuxJedioh, ok... I'll file an urgent bug to look into that13:19
markmcLinuxJedi, clarification - /meetings/ was there before too13:19
markmcLinuxJedi, k, thanks13:19
markmcLinuxJedi, e.g. http://eavesdrop.openstack.org/irclogs/%23openstack-dev/%23openstack-dev.2012-01-19.log13:20
*** dingdeng has joined #openstack-dev13:20
LinuxJedimarkmc: https://bugs.launchpad.net/openstack-ci/+bug/992597 <- I'll just save what I'm working on and then get to figuring out what happened13:21
uvirtbotLaunchpad bug 992597 in openstack-ci "meetbot has no /irclogs" [Critical,Triaged]13:21
*** ayoung has joined #openstack-dev13:21
markmcLinuxJedi, cool13:22
*** dtroyer_zzz is now known as dtroyer13:27
*** alaski has quit IRC13:29
*** alaski has joined #openstack-dev13:29
*** koolhead17 has joined #openstack-dev13:29
danpbmarkmc: a stack trace at what point ?  during runtime, or early startup ?13:30
markmcdanpb, it's segfaulting at startup13:30
danpbmarkmc:  normally you'd just attach GDB to the process once running., but for early startup it is harder13:31
danpbhttp://berrange.com/posts/2011/10/12/debugging-early-startup-of-kvm-with-gdb-when-launched-by-libvirtd/13:31
markmcdanpb, wasn't sure whether abrt was capturing the core dump13:31
markmcdanpb, cool, thanks13:31
markmczykes-_, ^^^13:31
danpbabrt might catch it, but i never use it13:31
markmcyeah, same13:31
*** rkukura has joined #openstack-dev13:33
*** crobinso has joined #openstack-dev13:40
dprincejaypipes: https://review.openstack.org/#/c/6960/13:45
dprinceeglynn: ^^^13:45
* eglynn looking ....13:45
dprincewould love it if that landed ASAP...13:45
*** edygarcia has joined #openstack-dev13:46
eglynndprince: looks good, but does a forward slash have to be escaped in a regex? i.e. would "/?v[0-9\.]+" be equivalent?13:48
*** kbringard has joined #openstack-dev13:50
dprinceeglynn: I think your right. will fix it.13:50
eglynndprince: cool13:50
*** sandywalsh_ has joined #openstack-dev13:52
*** sandywalsh has quit IRC13:52
*** armax has left #openstack-dev13:55
*** markmcclain has joined #openstack-dev13:59
*** isolationism has joined #openstack-dev14:03
LinuxJedimarkmc: http://eavesdrop.openstack.org/ now works as does /irclogs, I'm working on migrating older logs now14:08
danpbLinuxJedi: hmm, clicking on one of the IRC log files pops up the browser file save dialog14:09
danpbLinuxJedi: i guess it is not using  text/plain for the mime type ?14:09
markmcheh, yeah14:09
* markmc was about to say the same14:10
markmcapplication/octet-stream14:10
danpbLinuxJedi: might want to rename the files to .txt  instead of .log14:10
markmcLinuxJedi, thanks for getting it going again14:10
LinuxJedidanpb: damn, ok... well that is better than what we had a few minutes ago at least14:10
*** blamar has joined #openstack-dev14:10
markmcLinuxJedi, it is indeed :)14:10
markmcdanpb, used to be .log - http://eavesdrop.openstack.org/irclogs/%23openstack-dev/%23openstack-dev.2012-01-19.log14:10
markmcdanpb, it'd be good to not break old links14:10
markmcdanpb, it also used to be text/plain tho14:11
danpbIIRC an apache config directive can be used to  force it to text/plain for just the /irclogs dir tree14:11
LinuxJediit is ok, just needs an nginx config tweak when I get a sec14:11
*** armax has joined #openstack-dev14:15
*** armax has left #openstack-dev14:16
bcwaldonmarkmc: hey14:18
LinuxJedidanpb, markmc: there is a puppet branch up for review which will fix that when it goes through14:18
markmcbcwaldon, hey14:18
*** anderstj has joined #openstack-dev14:19
bcwaldonmarkmc: responded to the stable branch review, looks like we have a bigger problem than I thought14:19
bcwaldonmarkmc: ping me once you get a chance to read my response14:19
markmcbcwaldon, cool, well I'm glad the discussion turned up something useful14:21
markmcbcwaldon, how bad would it be to just leave it as on the essex branch?14:21
markmcbcwaldon, i.e. what user impact would there be?14:21
markmcbcwaldon, is the concern that people might write clients that rely on the behaviour?14:21
markmcbcwaldon, or simply user confusion?14:21
bcwaldonmarkmc: I would rather merge the backport so we have a consistent place to move forward from14:22
bcwaldonmarkmc: then I want to allow all blank passwords14:22
bcwaldonmarkmc: and backport that14:22
bcwaldonmarkmc: we could leave it, but based on what I found its in a really crappy place14:22
markmcbcwaldon, I don't like the idea of half fixing it, releasing 202.1.1 and then fixing the rest later14:23
bcwaldonmarkmc: why would we release 2012.1.1 without fixing it across the board?14:24
bcwaldonmarkmc: I'm going to fix this today if you guys buy it14:24
markmcbcwaldon, cool14:24
*** joesavak has joined #openstack-dev14:24
markmcbcwaldon, we can land the fixes together as one, then14:24
bcwaldonmarkmc: ok14:24
bcwaldonmarkmc: I'll get this fixed14:25
markmcbcwaldon, cool stuff, thanks14:25
*** mattray has joined #openstack-dev14:25
bcwaldondprince: I feel like you might have some thoughts on this issue14:26
bcwaldondprince: right now server create and changePassword disallow blank passwords while rebuild allows them14:26
*** dtroyer is now known as dtroyer_zzz14:26
bcwaldondprince: the spec doesn't require us to reject blank passwords14:26
bcwaldondprince: I'm proposing that we remove the barrier from server create and changePassword14:26
bcwaldoneventually we need a pluggable complexity mechanism but thats for another day14:27
bcwaldondprince: do you buy all that?14:27
*** rods has quit IRC14:29
*** rods has joined #openstack-dev14:30
*** larsbutler has quit IRC14:30
*** larsbutler has joined #openstack-dev14:30
*** andrewbogott has joined #openstack-dev14:31
*** andrewbogott has joined #openstack-dev14:31
*** salgado has joined #openstack-dev14:32
* dprince is alive!14:33
russellbdprince: huzzah!14:33
dprincebcwaldon: So basically changePassword doesn't validate passwords at all? I'm not sure all operating systems like that sort of thing. Windows?14:35
dprincebcwaldon: rather... you are proposing we allow changePassword to accept the blank ones. SOrry.14:35
dprincebcwaldon: I might be missing something but is there a reason not to make rebuild's require a password that isn't blank too?14:37
*** rods has quit IRC14:37
*** edygarcia has quit IRC14:39
bcwaldondprince: I'm thinking that this is really up to the operating system you're booting14:40
bcwaldonso we really shouldn't impose arbitrary requirements in the API14:40
bcwaldonwhich we havent14:40
*** edygarcia has joined #openstack-dev14:40
bcwaldonhowever, we did in our implementation for create and changePassword14:40
bcwaldonand who are we to say a user can't set a blank password if they know it should work14:41
*** edygarcia has quit IRC14:42
bcwaldondprince: +1?14:43
*** s0mik has joined #openstack-dev14:44
dprincebcwaldon: Maybe. So if we allow the password to be blank and the OS fails to set it I suppose the instance just goes into a 'password change failed' state?14:45
bcwaldondprince: we already have that issue in the case of windows instances14:45
bcwaldondprince: ...when we dont meet those ridiculous complexity rules14:45
dprincebcwaldon: On rebuild yes. But on create we check them right?14:45
dprincebcwaldon: Well. THe password size is already configurable in the nova.conf file.14:46
bcwaldondprince: we only check for non-blank passwords, not any actual complexity14:46
dprincebcwaldon: So that helps a bit. But sure. There is not complexity checker.14:46
bcwaldondprince: and its not just size (which only applies to generating these passwords), its also the characters within14:46
*** yazirian has quit IRC14:47
bcwaldonmtaylor: would you mind spending some time today doing your tox magic for glance?14:47
dprincebcwaldon: Is there a ticket on the password issue with regard to the blank passwords?14:47
bcwaldondprince: nope, I wanted to make sure I had buy-in on my rationale before I filed it14:48
bcwaldonthere was a review that we were lookin at to backport and I dug through the code to see wtf was going on14:48
bcwaldonand came up with this mess14:48
dprincebcwaldon: So your goal is to make create and rebuild match with regards to the password length's.14:49
dprincebcwaldon: A worthy goal I think.14:49
bcwaldondprince: rebuild does it correctly right now, I want create and changePasword to match it by allowing a length of zero for a password14:49
*** s0mik has quit IRC14:49
bcwaldondprince: which the spec allows14:49
mtaylorbcwaldon: I would love to14:50
bcwaldonmtaylor: awesome, thank you!14:50
bcwaldonmtaylor: ping me once you need a +214:50
bcwaldonmtaylor: and did you see my note from last night RE my pip issues?14:50
mtaylorbcwaldon: nope, missed it - any resolution?14:50
dprincebcwaldon: It sounds reasonable then. Give it a go then.14:50
*** edygarcia has joined #openstack-dev14:50
bcwaldonmtaylor: yes, turns out I bumped up my git color settings which meant pip was trying to find a RED origin/master14:50
bcwaldonmtaylor: so it was looking for color codes as a part of the branch name14:51
mtaylorbcwaldon: wow14:51
bcwaldonmtaylor: ...which is horrible14:51
bcwaldondprince: ok, cool. I'll get to it14:51
davidkranzbcwalden: +114:54
bcwaldondavidkranz: cool, I'm getting started now :)14:54
*** Gordonz has joined #openstack-dev14:56
carterdoes the current python 3.2.3 have a jit?14:57
creihtcarter: no14:58
bcwaldoncan I get a glance-core review on this https://review.openstack.org/#/c/6698/14:59
bcwaldoneasy one14:59
bcwaldonthat would be you , dprince or eglynn14:59
* eglynn looking ...15:00
bcwaldonwoo15:00
dprincepengyong: Glance bug #992600 is fixed so SmokeStack should work again now. I ran your branches first in line.15:00
*** jsavak has joined #openstack-dev15:00
uvirtbotLaunchpad bug 992600 in glance "glance client doc root initialized to /v1/v1" [High,Fix committed] https://launchpad.net/bugs/99260015:00
*** rnirmal has joined #openstack-dev15:01
markmcjkoelker, hey; it'd be good to have your +2 on https://review.openstack.org/#/c/6733/615:01
carterare there plans for one?15:01
*** joesavak has quit IRC15:02
carterI was looking through the openstack code and was curious if it was sped up or if I could expect a speed up in the near future (for example for nova).15:02
*** rods has joined #openstack-dev15:03
koolhead17dolphm, around?15:04
jkoelkermarkmc roger looking now15:04
markmcjkoelker, thanks15:04
bcwaldoneglynn: thanks!15:04
*** rods has quit IRC15:05
*** thingee_zz has quit IRC15:06
*** markmcclain has quit IRC15:06
*** reidrac has quit IRC15:08
*** davidha has quit IRC15:08
*** davidha has joined #openstack-dev15:09
*** markmcclain has joined #openstack-dev15:10
andrewbogottdhellmann:  Do you imagine that openstackclient will wind up living in the 'common' git repo?  Or will it need its own?15:11
andrewbogottAnd, related:  Will cliff remain a separate project or do you expect the cliff code to get rolled in at some point?15:12
*** ncode has joined #openstack-dev15:14
*** ncode has joined #openstack-dev15:14
andrewbogotthm... I have thought about it more and concluded that my first question doesn't make a lot of sense.15:18
*** edygarcia_ has joined #openstack-dev15:18
*** edygarcia has quit IRC15:21
*** edygarcia_ is now known as edygarcia15:21
*** jsavak has quit IRC15:21
davidhanotmyname: Around?15:22
notmynamedavidha: ya15:22
*** markmcclain has quit IRC15:23
*** n0ano has joined #openstack-dev15:24
davidhaI am tracking the code during object update and see some stuff I cannot understand. Specifically, the code in invalidate_hash of the replicator seem to be wrong - can you indicate who may be familiar with this part of the code?15:25
davidha(I may be missing something of course - but it is best to check this)15:25
davidhaTo be percise: if the hashes file does not exist, the function returns without creating it15:28
*** bepernoot has quit IRC15:29
notmynamedavidha: the hashes file is created by replication15:30
notmynamedavidha: after a successful replication path of a partition15:30
notmynames/path/pass/15:30
davidhaOk - so the logic is reversed - if it does not exist it means that replication needs to check all files in the dir15:32
notmynamedavidha: yes15:32
*** garyk has quit IRC15:32
*** Gordonz has quit IRC15:33
davidhanotmyname: what triggeres the replicator? (It seem to be non active on my system)15:33
notmynamedavidha: it's a daemon that runs and wakes up every so often (set by a config parameter)15:33
davidhanotmyname: Ok, I will have a look at the admin guides, thanks.15:34
*** jsavak has joined #openstack-dev15:38
*** davidha has quit IRC15:38
*** Gordonz has joined #openstack-dev15:38
*** Gordonz has quit IRC15:39
*** tserong has quit IRC15:40
*** Gordonz has joined #openstack-dev15:40
*** lloydde has joined #openstack-dev15:41
*** anniec72 has joined #openstack-dev15:43
*** yazirian has joined #openstack-dev15:44
*** davidha has joined #openstack-dev15:50
*** tserong has joined #openstack-dev15:50
*** tserong has joined #openstack-dev15:50
*** crobinso has quit IRC15:50
*** andrewsben_zz is now known as andrewsben15:51
*** jgriffith has joined #openstack-dev15:52
*** sniperd has quit IRC15:59
*** thingee has joined #openstack-dev16:02
*** sannes1 has quit IRC16:05
claygjgriffith: I'm not sure if vish was going to trigger the ci tests on https://review.openstack.org/#/c/6511/8, but I think I'm seeing an issue with the migrations16:08
*** jemartin has joined #openstack-dev16:09
*** garyk has joined #openstack-dev16:09
jgriffithclayg: That's no good... what are you seeing?16:12
jgriffithThey ran clean for me last night, but I can check them again16:12
claygjgriffith: http://paste.openstack.org/show/14388/16:12
jgriffithclayg: Hmmm... ok, let me have a look. Assuming unit tests didn't hit this because no actual populated mysql db16:13
claygmaybe I don't understand how migrations work, cause I don't see a snapshot_id "column" on the volume_metadata table :(16:14
*** Ryan_Lane has quit IRC16:16
jgriffithclayg: Nahh... I think you understand it, I probably put in an extra column accidentally :)16:17
jgriffithclayg: looking now16:17
*** joesavak has joined #openstack-dev16:17
*** anniec72 has quit IRC16:17
*** sannes has joined #openstack-dev16:18
claygjgriffith: fwiw, I don't acctually *care* about these migrations, as much as I just want to see this get merged :)16:18
*** jsavak has quit IRC16:19
jgriffithclayg: Yep, looks like you found another bug for me16:21
*** dtroyer_zzz is now known as dtroyer16:21
*** maplebed has joined #openstack-dev16:24
*** Mandell has joined #openstack-dev16:24
*** heckj has joined #openstack-dev16:25
*** ncode has quit IRC16:25
*** sandywalsh_ has quit IRC16:26
*** s0mik has joined #openstack-dev16:28
jgriffithclayg: pushed, sorry about that16:28
*** markmcclain has joined #openstack-dev16:29
*** vincentricci has joined #openstack-dev16:30
*** sniperd has joined #openstack-dev16:30
*** RobertLaptop has joined #openstack-dev16:32
*** vincentricci has quit IRC16:33
*** Mandell has quit IRC16:33
*** pengyong has quit IRC16:35
*** mnewby has joined #openstack-dev16:39
*** mnewby has quit IRC16:39
*** mnewby has joined #openstack-dev16:39
*** dachary has quit IRC16:44
claygjgriffith: http://paste.openstack.org/show/14389/16:44
*** dachary has joined #openstack-dev16:44
claygit looked like you just removed it in the other places, so i figured it was ok?16:44
*** RobertLaptop has left #openstack-dev16:46
bhuvanmtaylor, termie: can you please review/approve this patch 6421?16:47
jgriffithclayg: rats!16:48
jgriffithclayg: you're correct16:48
jgriffithclayg: I was really hoping to avoid 10! :(16:48
mtaylorbhuvan: looks great to me - termie will need to re-review to undo the block16:49
bhuvanthank you, mtaylor!16:49
*** dolphm has quit IRC16:53
*** Ryan_Lane has joined #openstack-dev17:03
*** adjohn has joined #openstack-dev17:06
*** derekh has quit IRC17:07
*** jdurgin has joined #openstack-dev17:07
*** adjohn has quit IRC17:10
*** danpb has quit IRC17:17
claygjgriffith: is the volume_id_mappings table supposed to get populated from existing volumes during the migration?  i.e. if I have a volume '1' is the intention for it to get a uuid created for it during migration?17:18
jgriffithclayg: Yes!17:19
jgriffithclayg: Are you not seeing that?17:20
*** torgomatic has joined #openstack-dev17:20
claygno, on sqlite the migration fails, on mysql it leaves it set to NULL (if the db has existing volumes)17:20
jgriffithclayg: crap17:21
claygI see the tables create in 089_add_volume_id_mappings.py, but I don't see where it gets populated with the old volumes?17:21
*** gyee has joined #openstack-dev17:21
*** maoy has joined #openstack-dev17:22
jgriffithclayg: Holly cow, yes that entire section of code is missing17:22
mtaylorbhuvan: yay! it landed. you gonna port the changes back into openstack.common and then across to the other projects as well?17:22
jgriffithclayg: yesterdays merge killed me...  Fixing it now17:22
andrewbogottdtroyer:  Should I be trying to understand about where python-openstackclient is hosted in gerrit and github, or is all that still in process?17:23
mtaylorandrewbogott: it should be good to go17:23
mtaylorandrewbogott: we set if up like the rest of them, so you should be able to clone from github and git review changes to gerrit17:23
mtaylorandrewbogott: https://github.com/openstack/python-openstackclient17:24
andrewbogottIs it going to live in github/dtroyer going forward?  Or is it someplace else now?  (Maybe the location goes without saying, or maybe I overlooked an email...)17:24
andrewbogottAh, there's my answer :)17:24
andrewbogottmtaylor:  Tangentially: can I configure gerrit to call my attention to patches in particular projects?  At the moment I'm just All->Open by project, which feels slightly silly.17:26
jk0is there a PPB meeting today?17:26
*** chuckieb has joined #openstack-dev17:26
*** mszilagyi has joined #openstack-dev17:27
*** bepernoot has joined #openstack-dev17:27
jaypipesvishy: got a sec?17:28
vishyjaypipes: in meetings17:28
jaypipesvishy: k17:28
*** thingee has quit IRC17:29
*** rods has joined #openstack-dev17:33
*** torgomatic_ has joined #openstack-dev17:35
*** bepernoot has quit IRC17:35
*** mdrnstm has joined #openstack-dev17:36
*** rbasak has quit IRC17:37
*** Ryan_Lane1 has joined #openstack-dev17:37
*** Ryan_Lane has quit IRC17:37
*** flaviamissi has quit IRC17:38
*** torgomatic has quit IRC17:38
*** torgomatic_ is now known as torgomatic17:38
*** dachary has quit IRC17:41
*** johnpostlethwait has joined #openstack-dev17:42
*** dolphm has joined #openstack-dev17:43
*** Ryan_Lane1 is now known as Ryan_Lane17:43
*** Ryan_Lane has joined #openstack-dev17:43
*** Ryan_Lane is now known as Ryan_lane17:43
*** Ryan_lane is now known as Ryan_Lane17:43
*** dachary has joined #openstack-dev17:44
*** sannes has quit IRC17:44
*** sannes has joined #openstack-dev17:44
*** lorin11 has joined #openstack-dev17:46
*** lorin11 has quit IRC17:46
*** rbasak has joined #openstack-dev17:48
*** azbarcea_ has joined #openstack-dev17:48
*** thingee has joined #openstack-dev17:48
*** lorin1 has quit IRC17:49
*** heckj_ has joined #openstack-dev17:51
*** heckj_ has quit IRC17:51
*** heckj_ has joined #openstack-dev17:51
*** isolationism has quit IRC17:51
jog0got a keystone authtoken question:  what exactly  are the service_ variables used for?17:52
*** heckj has quit IRC17:52
*** heckj_ is now known as heckj17:52
jog0I am having trouble finding there use in the source code17:54
*** lorin1 has joined #openstack-dev17:54
*** lorin1 has quit IRC17:54
*** harlowja has joined #openstack-dev17:54
mtaylorandrewbogott: yes - what you want is a project watch17:55
mtaylorandrewbogott: https://review.openstack.org/#/settings/projects17:55
andrewbogottmtaylor:  cool!  thanks17:56
mtaylorandrewbogott: if you add projects to that list, you can configure it to email you about changes to them - and also you can then go to https://review.openstack.org/#/q/is:watched+status:open,n,z17:56
mtaylor(which is My->Watched Changes)17:56
jgriffithclayg: http://paste.openstack.org/show/14394/17:57
jgriffithclayg: If you wouldn't mind, I'm installing venv and testing now...  but heading to a meeting for about 1/2 hour17:58
harlowja#startvote "vi or emacs" "vi"17:58
harlowjaguess not enabled here, haha17:58
*** chuckieb has quit IRC17:59
claygjgriffith: roger18:02
mtaylorharlowja: a meeting would have to be enabled first :)18:05
harlowja:-p18:05
*** isolationism has joined #openstack-dev18:05
bhuvanmtaylor: yes indeed. changes to keystone and glance went in already18:05
mtaylorclarkb: hrm. new feature request: a) allow meetbot to lurk in a channel with "#startmeeting" disabled18:05
bhuvanit include the change related to AUTHORS.in18:05
clarkbjust for logging?18:05
mtaylorclarkb: b) allow #startvote to be used outside of a meeting without recording to the log18:05
clarkboh18:06
mtaylorclarkb: well, for logging, or just so that people can randomly do what harlowja just tried to do :)18:06
mtaylorclarkb: I think I'm mostly kidding18:06
bhuvanreview for nova patch is in progress, https://review.openstack.org/#/c/669918:06
mtaylorbhuvan: awesome18:06
*** Transformer has joined #openstack-dev18:06
*** Transformer has quit IRC18:10
*** maoy has quit IRC18:11
*** zaitcev has joined #openstack-dev18:16
*** galstrom has quit IRC18:22
*** novas0x2a|laptop has joined #openstack-dev18:22
*** bepernoot has joined #openstack-dev18:25
*** spiffxp has joined #openstack-dev18:25
*** Ryan_Lane has quit IRC18:26
*** Ryan_Lane1 has joined #openstack-dev18:26
*** lorin1 has joined #openstack-dev18:26
*** Ryan_Lane1 is now known as Ryan_Lane18:27
*** Ryan_Lane has joined #openstack-dev18:27
claygjgriffith: generate_uuid should be gen_uuid, and sqlite requires a bit of type coersion =>18:29
clayghttp://paste.openstack.org/show/14396/18:29
*** sandywalsh has joined #openstack-dev18:30
*** reed has joined #openstack-dev18:30
lorin1The documentation on creating networks talks about a "project" label. Does that map to keystone tenants, or is the project label when creating a  network a totally separate thing?18:31
lorin1#annegentle: Are you around?18:34
annegentlelorin1: project and tenant are the same thing, however, for something like cloud pipe you have to indicate both18:34
* annegentle waves :)18:34
lorin1annegentle: Yes, hello. ;)18:34
annegentlelorin1: which I just discovered yesterday with vish's response to the mailing list about cloudpipe18:34
lorin1annegentle: Even without the cloudpipe stuff, when the documentation talks about how to use "nova-manage network create" and mentions a "project", it never talks about how these are related to keystone tenants.18:35
annegentlelorin1: ohnoimdead or devcamcar may be able to speak more specifically about what they'd like18:35
lorin1The examples I've seen use a project named "private", but there's no corresponding tenant named private.18:35
*** berendt has joined #openstack-dev18:35
annegentlelorin1: because I think there was some discussion at the DS about project and tenant labels18:35
annegentlelorin1: the examples with "private" are a label, not a project18:36
lorin1annegentle: Oh, I see. I guess you need —project for it to be a project?18:36
lorin1annegentle: Do we have any documentation on the nova-manage commands?18:36
annegentlelorin1: not that I know of… pout18:37
lorin1annegentle: There isn't any example I could find in the docs with VLANManager and multi-tenancy: creating multiple tenants, and then one VLAN for each tenant.18:37
*** lloydde_ has joined #openstack-dev18:38
*** berendt has quit IRC18:39
lorin1annegentle: I didn't see vish's emails, was that on the main list?18:40
*** lloydde has quit IRC18:41
annegentlelorin1: this is the one that got me wondering http://www.mail-archive.com/openstack@lists.launchpad.net/msg10745.html18:44
annegentleabout the co-existence of tenant and project18:45
davidkranzlorin1: We investigated this with tempest. The 'private' seems to be just a label that has no relation to anything else.18:45
lorin1annegentle: Yeah, I see that on the API page now for creating a cloudpipe, how the parameter is project_id, but it's for a tenant.18:45
annegentlelorin1: right. that's what made me go "hm"18:46
*** edygarcia_ has joined #openstack-dev18:46
lorin1annegentle: Should clean that up in the docs on vlanmanager, right now there's no mention of how to associate a network with a project/tenant, although we do document how to disassociate them.18:46
*** vincentricci has joined #openstack-dev18:46
annegentlelorin1: want to log a doc bug?18:47
lorin1annegentle: will do18:47
*** lorin1 has quit IRC18:47
*** edygarcia has quit IRC18:48
*** edygarcia_ is now known as edygarcia18:48
*** lorin1 has joined #openstack-dev18:53
lorin1annegentle: Mostly unrelated, but if I wanted to start writing docs against the nova CLI, where would those go?18:55
annegentlelorin1: so I have a new Rackspace writer working on that, but she's in orientation this week. The idea is to work on bug 927316 and bug 897461 by expanding /doc/src/docbkx/api-quick-start/src/docbkx/cli-uses.xml18:57
uvirtbotLaunchpad bug 927316 in openstack-manuals "How to use the nova client to boot from volume" [Medium,Confirmed] https://launchpad.net/bugs/92731618:57
uvirtbotLaunchpad bug 897461 in openstack-manuals "No documentation for inserting metadata when launching an instance" [Undecided,Confirmed] https://launchpad.net/bugs/89746118:57
annegentlelorin1: the cli-uses.xml document only does starter nova CLI commands18:58
annegentlelorin1: it would be great to expand on that chapter18:58
annegentlelorin1: thoughts?18:58
annegentlelorin1: don't want to duplicate efforts18:58
comstud_this is awesome18:58
comstud_nova unit tests are trying to sudo now18:58
comstud_as of today18:58
*** dachary has quit IRC18:59
comstud_anyone know of a bug on this yet?18:59
*** comstud_ is now known as comstud18:59
*** dolphm has quit IRC18:59
comstud    test_get_console_output_file                                [sudo] password for cbehrens:18:59
comstudwoot18:59
lorin1annegentle: That's a reasonable place to start, but ultimately I think those docs belong somewhere else.18:59
annegentlelorin1: I don't think cli-uses.xml has to always be in the book it's currently in, right.19:00
annegentlelorin1: where else is somewhere else? :)19:00
*** jmckind has joined #openstack-dev19:00
*** pengyong has joined #openstack-dev19:00
*** dachary has joined #openstack-dev19:01
lorin1annegentle: I think either part of the compute admin guide, or in a separate document.19:01
*** jsavak has joined #openstack-dev19:01
*** Mandell has joined #openstack-dev19:01
annegentlelorin1: yes, definitely as part of the compute set, probably as a new compute user guide19:01
annegentlelorin1: do you recall the outline I sent out after doc day in March?19:02
lorin1annegentle: I don't. :(19:02
*** joesavak has quit IRC19:02
annegentlelorin1: I'll dig it up, but yeah, the new "Compute user guide" is where the CLI stuff belongs for sure19:02
lorin1annegentle: We also need a Python API doc for this. I would be tempted to do that doc in something like Sphinx.19:03
jgriffithclayg: Thanks, pushing now19:03
annegentlelorin1: this isn't it? http://docs.openstack.org/api/openstack-compute/programmer/content/19:03
*** bepernoot has quit IRC19:04
comstuddprince: ^^19:04
annegentlelorin1: for example http://docs.openstack.org/api/openstack-compute/programmer/content/setting-server-metadata-using-python.html19:04
lorin1annegentle: No, that's using Python to access the REST API.19:04
annegentlelorin1: oh, what's the other way?19:04
lorin1I mean something like "Python API" at the bottom of this page: http://pypi.python.org/pypi/python-novaclient/2.6.0.119:04
annegentlelorin1: oh, cool19:05
lorin1annegentle: I assume python-novaclient contains a Python API and a command-line wrapper around it, but it's not documented anywhere (except a few lines on that page)19:05
dprincecomstud: I'll look at fixing it.19:05
annegentlelorin1: yowsh19:05
annegentleI just made that up to indicate surprise and pain19:05
annegentle:)19:05
lorin1;)19:06
annegentlelorin1: RST or markdown makes sense for the python api19:06
comstuddprince: I'm not sure where the sudo is coming from offhand19:06
lorin1annegentle: This could live right in the repo, there are *some* docs here, although I don't know where they go once they are generated: https://github.com/openstack/python-novaclient/tree/master/docs19:07
openstackgerritVerification of a change to openstack/keystone failed: Added 'NormalizingFilter' middleware. Fixes bug 956954.  https://review.openstack.org/642519:07
uvirtbotLaunchpad bug 956954 in keystone "Keystone needs a URL normalizer middleware" [Low,In progress] https://launchpad.net/bugs/95695419:07
comstuddprince: ah19:07
comstud  File "/home/cbehrens/openstack/nova/ohthree-nova.git/nova/virt/libvirt/connection.py", line 977, in get_console_output19:07
comstud    libvirt_utils.chown(path, os.getuid())19:07
annegentlelorin1: agreed19:08
*** Ryan_Lane has quit IRC19:08
*** Ryan_Lane has joined #openstack-dev19:08
*** openstack has joined #openstack-dev19:09
*** jaypipes is now known as jaypipes-afk19:11
comstuddprince: _flush_libvirt_console is going to need stubbed, too, or something.19:13
comstuddprince: for the pty test19:13
*** davidha has quit IRC19:13
zykes-_markmc: still around ?19:13
*** bepernoot has joined #openstack-dev19:13
*** spiffxp has quit IRC19:13
*** davidha has joined #openstack-dev19:13
*** s0mik has quit IRC19:16
annegentlerats, still haven't fixed bug 985143 even though supposedly I just have to delete references  to .js files19:17
uvirtbotLaunchpad bug 985143 in openstack-manuals "Other Releases drop down link not working on docs.openstack.org" [Undecided,Fix committed] https://launchpad.net/bugs/98514319:17
*** heckj_ has joined #openstack-dev19:18
*** heckj has quit IRC19:19
*** heckj_ is now known as heckj19:19
*** darraghb has quit IRC19:19
*** anderstj has quit IRC19:20
*** heckj has quit IRC19:20
annegentlelorin1: here's a link to the "Compute User Guide" outline http://etherpad.openstack.org/drs6dPNF4p19:22
lorin1annegentle: Yeah, I don't think I've seen that before.19:23
jgriffith /msg anotherjesse ping19:23
annegentlelorin1: Anthony Young wrote it up.19:23
zykes-_markmc: http://pastebin.com/HY9Mp6x019:24
*** justinsb has quit IRC19:25
markmczykes-_, hey, you need to install the debuginfo19:26
markmc"Missing separate debuginfos, use: debuginfo-install qemu-kvm-0.12.1.2-2.209.el6_2.4.x86_64"19:26
*** sannes has quit IRC19:26
*** justinsb has joined #openstack-dev19:26
zykes-_after that re-run trace ?19:26
*** sannes has joined #openstack-dev19:26
markmczykes-_, yep19:27
zykes-_is debuginfo-install a command ?19:28
zykes-_nvm19:28
*** lorin11 has joined #openstack-dev19:29
*** koolhead17 has quit IRC19:29
*** jakedahn_zz is now known as jakedahn19:29
*** lorin1 has quit IRC19:29
lorin11annegentle: Looks good to me.19:29
annegentlelorin11: yep, me too19:29
*** rkukura has quit IRC19:30
zykes-_markmc: i get that19:32
zykes-_there's no package for qemu-kvm with the debug stuff19:32
markmcthere is, maybe a 'yum --enablerepo=*debuginfo install qemu-kvm-debuginfo' will do it19:33
zykes-_nvm, seperate repo19:33
*** hashar has joined #openstack-dev19:34
*** anderstj has joined #openstack-dev19:39
zykes-_markmc: http://pastebin.com/rGdZYZUL < do i need to install all the other stuff there as well ?19:42
markmczykes-_, sounds like it19:44
zykes-_sigh19:45
markmczykes-_, probably best to move this to #fedora-cloud, kinda off topic for here19:45
*** anderstj has quit IRC19:47
*** tong has quit IRC19:52
*** sannes has quit IRC19:53
*** maoy has joined #openstack-dev19:54
*** lorin11 has quit IRC19:55
*** lorin1 has joined #openstack-dev19:55
*** sannes has joined #openstack-dev19:56
Lumierechmouel: are you available?19:57
*** heckj has joined #openstack-dev19:59
*** anotherjesse_zz is now known as anotherjesse20:00
*** hub-cap has joined #openstack-dev20:03
*** rnirmal has quit IRC20:05
*** hub_cap has quit IRC20:06
*** hub-cap is now known as hub_cap20:06
*** hashar has quit IRC20:07
*** s0mik has joined #openstack-dev20:07
vishycomstud: does the test need to run execute at all?20:07
ameade_Could I get some eyes on this? https://review.openstack.org/#/c/646920:07
ameade_It expired once due to lack of review20:07
vishycomstud: can't the stub execute just return ('fake', 'fake')20:08
dprincevishy: I would like it to continue running execute so that it tests more of the code.20:08
dprinceSpecifically the chown and the dd.20:08
jog0vishy: what is service_port in filter:tokenauth used for (from keystone middleware)?20:09
vishyjog0: not sure20:10
vishydprince: i am afraid of tests actually shelling out20:10
vishydprince: but i suppose the fix works so whatever :)20:10
dprincevishy: Sure. I don't think this isn't the only place we do it though.20:10
vishydprince, but think of windows for example20:10
vishydprince: it doesn't have the shell commands20:11
dprincevishy: do the unit tests run on Windows?20:11
vishyanyway I will approve but in general we mock out shell commands20:11
jog0vishy: thanks.    Who would know?  I couldn't find a clear reference to it in any source code20:11
vishydprince: clearly not now :)20:11
dprincevishy: Well. These tests may also get skipped due to the libvirt requirement.20:12
*** Ryan_Lane has quit IRC20:12
*** Ryan_Lane has joined #openstack-dev20:12
sdaguedtroyer: on devstack, it currently does a glance install if g-api or n-api is set to be enabled. Is that right? does n-api need an installed glance repo?20:12
*** mattray has quit IRC20:13
dtroyersdague: Yup, due to the glance client being in there.  When the Nova API service is changed to use the new python-glanceclient we can change that over.20:16
jog0termie: what is service_port in filter:tokenauth used for (from keystone middleware)?20:16
sdagueok, so that makes an interesting issue if you enable n-api20:16
sdaguebut not any of the glance stuff20:16
sdaguebecause it never installs the glance prereqs :)20:17
*** heckj_ has joined #openstack-dev20:19
termiejog0: a quick grep -R on my keystone directory shows no use of serivce_port besides in docs20:19
*** heckj has quit IRC20:20
*** heckj_ is now known as heckj20:20
jog0termie: hmm but service_port is referenced in both nova config and glance config20:20
*** troytoman-away is now known as troytoman20:22
vishyjog0: where?20:24
jog0termie:  in glance: etc/glance-registry-paste.ini:service_port = 500020:24
sdaguedtroyer: ok, I'll see about a patch here20:25
vishyi don't see it in nova anywhere20:25
vishyjog0: might be legacy from old keystone20:25
dtroyersdague: re: prereqs, yup, that was an interesting one to find.  I though we nailed them all by now?20:25
sdaguedtroyer: well pysendfile just dragged in libxml2-dev20:26
dtroyersdague: that merged yesterday...20:26
sdaguedtroyer: right20:27
jog0vishy: its in nova in etc/nova/api-paste.ini20:27
sdaguebut it only installs when g-* is enabled20:27
sdagueI'm using devstack on a 3 node cluster, 2 of which are only n-*20:27
sdagueand were reasonably minimal20:27
jog0vishy: termie:  it looks like it is from old keystone reverted my keystone repo to ee4795c291fb20da027dda830d5eabc41a3d3535 and found  service_port references20:27
termiejog0: what is your question? it doesn't exist anymore20:28
jog0termie: my question was what was service_port used for and, the answer sounds like it isn't used for anything and should be removed from sample configs in all the repos.20:29
dtroyersdague: we do the same thing…I just checked the setup and g-api is enabled to work around this.  yuck20:29
*** heckj has quit IRC20:33
*** heckj has joined #openstack-dev20:33
*** joesavak has joined #openstack-dev20:33
sdaguedtroyer: ok, so do you want me to just patch get_packages(), or do you have an idea for a more clean approach?20:33
*** johnpostlethwait has quit IRC20:34
dtroyersdague: I think the right thing to do is factor the contents of the bottom loop in get_packages() so it can be called directly, then where the dependency occurs call it  to get the additional packages required20:36
*** jsavak has quit IRC20:36
*** spiffxp has joined #openstack-dev20:44
claygjgriffith: in mysql when I create-volume using a --snapshot_id, the volumes.snapshot_id that goes in the volume is an integer20:44
claygand then listings break20:45
claygseems to work on sqlite20:45
sdaguedtroyer: ok, so I just pushed the fix I have. It seems like there is probably a refactoring that could happen that was more explicit about each service and the trees they need, but that's more bash than I can handle late in the day :)20:45
sdagueso feel free to take my fix, or point in another direction20:45
*** markmc has quit IRC20:46
*** mattray has joined #openstack-dev20:47
jgriffithclayg: the id is  a uuid on sqlite and not mysql?20:47
*** heckj_ has joined #openstack-dev20:47
*** rkukura has joined #openstack-dev20:47
claygvolumes.snapshot_id - yes20:47
*** heckj has quit IRC20:48
*** heckj_ is now known as heckj20:48
claygand this is on empty db's in both cases20:48
claygI mean... I'm not migrating old data, it's a fresh empty db => create volume, create snapshot, create volume from snapshot20:48
jgriffithclayg: hmm, Yeah, I got ya20:48
claygthere's only two volumes in the volumes table, and on mysql one of them has an integer in volumes.snapshot_id20:48
claygok... sorry, it's totally blowing my mind, but I'm still trying to trace the code path for create from snapshot20:49
jgriffithclayg: Odd though, that it's correct in one db and not the other?20:49
*** joesavak has quit IRC20:49
jgriffithclayg: At that point it should just be the API call that's setting the uuid20:49
claygjgriffith: EXACTLY!  that should not be :\20:49
claygsnapshot_id` int(11) DEFAULT NULL,20:50
jgriffithWTF?20:50
*** Ryan_Lane has quit IRC20:50
claygit's getting truncated by sqla because the type isn't right?20:50
jgriffithOk.. hold on, I might have an idea.20:50
*** Ryan_Lane has joined #openstack-dev20:50
jgriffithclayg: yes, I see the problem...20:52
jgriffithclayg: You've sufficiently destroyed my morale for the day!20:53
dtroyersdague: is the [[ ! $file_to_parse =~ nova ]] needed?  that duplicates the next set below your fix20:53
jgriffithclayg: I was so happy with my little patch :(20:53
*** seats has quit IRC20:53
jgriffithclayg: Somewhere along the way I dropped the volumes.c.snapshot_id.alter(String(36), primary_key=True)20:54
*** seats has joined #openstack-dev20:54
claygyeah that's the business I was looking for!20:54
jgriffithclayg: minus the "primary_key=True"20:54
jgriffithclayg: You guys are going to fire me...  :)20:55
*** heckj_ has joined #openstack-dev20:55
*** johnpostlethwait has joined #openstack-dev20:56
jgriffithclayg: This is the part where you say "nahhh...."20:56
*** gabrielhurley has joined #openstack-dev20:56
claygjgriffith: heck no!!!! much better you go through all this pain!20:56
jgriffithclayg: LOL... there we go :)20:57
vishyjgriffith is going to be an expert in migrations by the end of this20:57
*** heckj_ has quit IRC20:57
claygsho' nuff20:57
*** heckj has quit IRC20:58
*** heckj_ has joined #openstack-dev20:58
jgriffithvishy clayg: yes, I would like to hope so.  This wasn't nearly as easy as the first pass20:58
*** heckj_ is now known as heckj20:58
jgriffithclayg: Ok, here goes.  Last one!!!!21:00
*** davlaps has joined #openstack-dev21:00
vishyi'm just happy clayg is testing this stuff :)21:01
jgriffithvishy: No kidding!!  Makes me think in the future some functional testing will be mandatory on my side21:02
*** azbarcea_ has quit IRC21:02
vishyjgriffith: devstack ftw21:02
*** dolphm has joined #openstack-dev21:02
vishyjgriffith: excercises/volumes.sh21:02
jgriffithvishy: DOH!!!21:03
vishy(probabably we should make one for snapshotting too)21:03
jgriffithvishy: Ok, I'll learn, really...21:03
jgriffithvishy:  Well if this ever goes through I'll look at that, as well as updating pyhton nova client21:03
vishyjgriffith: its going to have to pass exercises/volumes.sh to merge so...21:04
vishy:)21:04
jgriffithjgriffith sigh of relief21:04
claygaww man... so then I should just be letting the gates catch all this!?21:06
*** bepernoot has quit IRC21:06
*** utlemming has quit IRC21:07
*** pnavarro has quit IRC21:07
*** utlemming has joined #openstack-dev21:07
jgriffithclayg:  No no, this is much better (for me)  :)21:08
*** bepernoot has joined #openstack-dev21:08
*** bepernoot has quit IRC21:09
*** utlemming has quit IRC21:09
*** utlemming has joined #openstack-dev21:10
vishyclayg: you're like a high-speed gate21:10
vishy:)21:10
jgriffithMuch better feedback as well21:10
sdaguedtroyer: it is, because it's an elif21:10
claygvishy: jgriffith: ok, that last patch fixed it for me21:11
dtroyersdague: roger21:11
jgriffithWooHooo!!21:11
jgriffithclayg: Now as vishy said, it's up to the ci gods21:11
claygwell, if I hit lgtm can vish acctually go ahead and press the go buttom?21:12
claygwhoa... s/buttom/button/21:12
vishyclayg: no we need another core reviewer21:12
vishy:(21:12
jgriffithbcwaldon: interested?21:12
claygisn't this where you get to throw around some of the ptl juice21:12
vishy:)21:13
bcwaldonjgriffith: interested in...21:13
jgriffithreviewing the volume uuid... I figure you helped get me into that mess :)21:13
jgriffithhttps://review.openstack.org/#/c/6511/21:13
bcwaldonaha21:13
bcwaldonIf I have time today, I will21:13
bcwaldonfairly busy at the moment21:13
*** dprince has quit IRC21:14
jgriffithbcwaldon: NP, Thanks!21:14
claygjgriffith: while you're waiting on bcwaldon -> can you start on this one https://bugs.launchpad.net/nova/+bug/98855721:15
uvirtbotLaunchpad bug 988557 in nova "volume attach should be separated in to its own extension" [Undecided,New]21:15
clayg:D21:15
openstackgerritVerification of a change to openstack/horizon failed: Adds dash/panel app templates, mgmt commands, template loader.  https://review.openstack.org/685421:16
*** hub_cap has quit IRC21:16
*** hub_cap has joined #openstack-dev21:16
vishycomstud: I nixed your review here https://review.openstack.org/#/c/6983/ (sorry :()21:16
*** hub_cap has quit IRC21:17
*** utlemming has quit IRC21:18
*** utlemming has joined #openstack-dev21:18
jgriffithclayg: I'll look at that, but speaking of Cinder I REALLy need to get some things squared away and ready for Thursday meeting21:18
comstudvishy: it's more than 'chown' that's the problem21:19
comstudvishy: there's a 'dd' that's done as well21:20
comstudanyway, I'm unable to fix it further right now21:20
comstudso if someone else can take it21:20
comstud930     def _flush_libvirt_console(self, pty): 931         out, err = utils.execute('dd', 932                                  'if=%s' % pty,21:20
comstudthis is called by the pty test21:21
comstudand needs stubbed as well21:21
vishycomstud: well that should be going through libvirt utils :)21:21
vishycomstud: gotcha21:21
comstudyeah, sorry21:21
comstudi'm helping load a truck right now21:21
comstud    return unittest.skip("mysql not available")21:22
comstudAttributeError: 'module' object has no attribute 'skip'21:22
comstudthis is another one I'm getting right now too21:22
comstud:(21:22
comstudkinda disappointing21:22
comstudanyway21:22
comstud    test_mysql_innodb                                           ERROR21:22
comstudanyway21:22
comstudbbl21:22
* comstud &21:22
vishyugh someone used the wrong decorator :(21:23
*** eglynn__ has joined #openstack-dev21:24
*** anderstj has joined #openstack-dev21:24
*** eglynn has quit IRC21:24
*** anderstj has quit IRC21:24
*** anderstj has joined #openstack-dev21:24
*** Gordonz has quit IRC21:27
*** troytoman is now known as troytoman-away21:30
*** littleidea_ has joined #openstack-dev21:31
*** maoy has quit IRC21:32
anotherjessejgriffith: want to help build http://wiki.openstack.org/Cinder21:32
*** Ryan_Lane has quit IRC21:32
*** Ryan_Lane has joined #openstack-dev21:32
*** Ryan_Lane has quit IRC21:33
*** Ryan_Lane has joined #openstack-dev21:33
jgriffithSure... btw I've been working on you cp -R method21:33
jgriffithhttp://etherpad.openstack.org/cinder-worksheet21:34
jgriffithanotherjesse: wanted to get feedback from you and vishy before pushing to gerrit and abandoning my other approach that's in gerrit already21:34
*** pengyong has quit IRC21:35
*** littleidea has quit IRC21:35
*** littleidea_ is now known as littleidea21:35
anotherjessejgriffith: you've been pushing to your github?21:35
jgriffithdoing that now...21:36
jgriffithI was pushing to gerrit21:36
jgriffithThen realized nobody was listening ;(21:36
jgriffithanotherjesse: We have an official openstack github, avoid for now?21:37
anotherjesseavoid - the github is just for a day to get a working project in gerrit ASAP21:37
anotherjessebut to have a place to collaborate21:37
jgriffithcool21:37
*** alaski has quit IRC21:38
anotherjessejgriffith: I've been updating the todo..  please correct me if it isn't what you are thinking21:39
jgriffithanotherjesse: I'm watching you... so far so good21:39
jgriffithanotherjesse: excellent21:40
anotherjessejgriffith: I'll sucker dtroyer into helping with devstack integration ;)21:42
*** lts has quit IRC21:45
jgriffithanotherjesse: Great... work so far is pushed to my github21:45
anotherjessejgriffith: update the git clone link then ;)21:47
jgriffithanotherjesse: it was so close I didn't notice it was wrong ;)21:47
anotherjessevishy: once volume is its own service what happens with the ec2 volume API commands, does it proxy to the cinder service ;)21:49
*** markmcclain has quit IRC21:52
*** Shrews has quit IRC21:52
anotherjessejgriffith: you might want to re-init the repo21:53
anotherjesseyou included pyc and other stuff21:53
anotherjessedon't forget to move hte .gitignore21:53
jgriffithanotherjesse: crap21:53
jgriffithOn it21:53
*** lorin1 has quit IRC21:53
*** agonella has joined #openstack-dev21:53
anotherjessejust blow away the .git dir and push -f21:53
*** Ryan_Lane has quit IRC21:57
*** Ryan_Lane has joined #openstack-dev21:57
vishyanotherjesse: yes21:59
blamarsdague: any thoughts on easiest way to make https://review.openstack.org/#/c/6805/ python2.6 compatible? unittest.skip doesn't exist :(22:01
*** ayoung has quit IRC22:05
gabrielhurleyAnybody else have problems with Gerrit not sending email notifications anymore sense the upgrade? It's completely stopped sending them for me...22:06
jgriffithanotherjesse: I think you've covered it for now, also just having the wiki point to the etherpad should be sufficient.22:08
jgriffithanotherjesse: I'll send an email out to the cinder team with links telling folks to look at updates22:08
jgriffithBetter yet, just openstack ML22:09
anotherjessejgriffith: you commited run_tests.log22:10
anotherjesseI really recommend rm -rf .git; git init; git add .; git commit -a -m "initial copy"; git remote add origin git@github.com:j-griffith/cinder.git; git push origin master -f22:11
jgriffithanotherjesse: Yeah, cleaning everything that was missed by not having .gitignore now22:11
jgriffithanotherjesse: ok22:11
jgriffithanotherjesse: done22:12
*** dolphm has quit IRC22:14
*** x86brandon has quit IRC22:16
anotherjessejgriffith: do we have a cinder channel - or do we want to spam this channel?22:16
vishymtaylor: how is the openstack nose plugin coming?22:16
vishymtaylor: does it provide pretty output yet?22:17
clarkbblamar: use unittest2 when run under 2.6?22:17
jgriffithanotherjesse: Do not have a seperate channel, if traffic actually picks up I'm all for creating #openstack-cinder22:17
anotherjesseI'm starting to prune some of the code ...22:18
*** kbringard has quit IRC22:18
anotherjessegetting tests that we don't need tremoved22:18
blamarclarkb: I've suggested multiple times to add unittest2 to nova pip-requires but always met with… resistance :)22:18
jgriffithanotherjesse: Ok, good thing is a good number of the failing tests will just go away as they're unrelated22:18
creihthttps://review.openstack.org/#/c/6511/22:20
creihtjust needs one more review :)22:20
*** ywu has joined #openstack-dev22:23
anotherjessevishy: where does the mapping of ec2 id to volume uuid live - nova http proxy or volume openstack api ;)22:25
*** gyee has quit IRC22:27
*** edygarcia has quit IRC22:27
creihtvishy, anotherjesse: with the cinder work, is all new volume code going to cinder?  or how long will nova-volume get patches?22:28
anotherjessecreiht: we need to have a deprecation plan … not 100% sure - vishy?22:29
jgriffithcreiht: We discussed this and the idea was that for Folsom it's both22:35
jgriffithcreiht anotherjesse: There weren't major blueprints so far for volumes so seemed this would be reasonable22:36
vishycomstud: https://review.openstack.org/699622:36
jgriffithI think if things come up we'll need to work with nova-core to figure out how to address22:37
vishycreiht: the volume code in nova will stay in its current state until we are sure cinder is stable22:37
vishycreiht: probably still get bugfixes22:37
vishyanotherjesse: right now it is in a mapping layer db table22:37
vishyanotherjesse: just like images22:37
vishyanotherjesse: the awsome project does some kind of mapping with uuid22:38
vishyanotherjesse: in a stateless fashion22:38
vishyanotherjesse: which is fine until you start getting collisions22:38
creihtvishy: cool22:39
*** kpepple_ has joined #openstack-dev22:41
*** mattray has quit IRC22:46
*** bourke has quit IRC22:50
*** x86brandon_ has joined #openstack-dev22:50
*** Ryan_Lane has quit IRC22:50
*** agonella has quit IRC22:50
*** jemartin has quit IRC22:50
*** s1rp has quit IRC22:50
*** Susanne-Balle has quit IRC22:50
*** martines has quit IRC22:50
*** mattstep has quit IRC22:50
*** jk0 has quit IRC22:50
*** notmyname has quit IRC22:50
*** cloudfly has quit IRC22:50
*** CatKiller has quit IRC22:50
*** bodepd has quit IRC22:50
*** _cerberus_ has quit IRC22:50
*** guaqua has quit IRC22:50
*** jeremydei has quit IRC22:50
*** openstack has joined #openstack-dev22:55
*** rmk has quit IRC22:58
*** pixelbeat has quit IRC22:58
*** rmk has joined #openstack-dev22:58
*** jmckind has joined #openstack-dev22:58
vishyjgriffith: OperationalError: (OperationalError) (1025, "Error on rename of './nova/#sql-483f_29' to './nova/volumes' (errno: 150)") '\nALTER TABLE volumes CHANGE COLUMN id id VARCHAR(36) NOT NULL' ()22:58
vishyjgriffith: apparently it doesn't like altering the type of primary keys?22:59
*** deshantm has joined #openstack-dev22:59
*** pixelbeat has joined #openstack-dev23:00
*** glenc has joined #openstack-dev23:00
*** chmouel_ has joined #openstack-dev23:00
*** chuck_ has joined #openstack-dev23:00
*** anderstj has joined #openstack-dev23:00
*** littleidea has joined #openstack-dev23:00
*** rkukura has joined #openstack-dev23:00
*** spiffxp has joined #openstack-dev23:00
*** sannes has joined #openstack-dev23:00
*** justinsb has joined #openstack-dev23:00
*** dachary has joined #openstack-dev23:00
*** vincentricci has joined #openstack-dev23:00
*** lloydde_ has joined #openstack-dev23:00
*** reed has joined #openstack-dev23:00
*** sandywalsh has joined #openstack-dev23:00
*** novas0x2a|laptop has joined #openstack-dev23:00
*** zaitcev has joined #openstack-dev23:00
*** isolationism has joined #openstack-dev23:00
*** rbasak has joined #openstack-dev23:00
*** torgomatic has joined #openstack-dev23:00
*** rods has joined #openstack-dev23:00
*** jdurgin has joined #openstack-dev23:00
*** mnewby has joined #openstack-dev23:00
*** sniperd has joined #openstack-dev23:00
*** maplebed has joined #openstack-dev23:00
*** garyk has joined #openstack-dev23:00
*** jgriffith has joined #openstack-dev23:00
*** tserong has joined #openstack-dev23:00
*** salgado has joined #openstack-dev23:00
*** andrewbogott has joined #openstack-dev23:00
*** larsbutler has joined #openstack-dev23:00
*** blamar has joined #openstack-dev23:00
*** dingdeng has joined #openstack-dev23:00
*** carter has joined #openstack-dev23:00
*** pquerna has joined #openstack-dev23:00
*** rgoodwin has joined #openstack-dev23:00
*** cweidenkeller has joined #openstack-dev23:00
*** jaypipes-afk has joined #openstack-dev23:00
*** benner has joined #openstack-dev23:00
*** JordanRinke has joined #openstack-dev23:00
*** openstackgerrit has joined #openstack-dev23:00
*** asalkeld has joined #openstack-dev23:00
*** sdake has joined #openstack-dev23:00
*** Adri2000 has joined #openstack-dev23:00
*** jog0 has joined #openstack-dev23:00
*** bhuvan has joined #openstack-dev23:00
*** sileht has joined #openstack-dev23:00
*** fc__ has joined #openstack-dev23:00
*** hugokuo has joined #openstack-dev23:00
*** sorrison_ has joined #openstack-dev23:00
*** Ruetobas has joined #openstack-dev23:00
*** jakedahn has joined #openstack-dev23:00
*** negronjl has joined #openstack-dev23:00
*** cp16net has joined #openstack-dev23:00
*** hattwick has joined #openstack-dev23:00
*** jkoelker has joined #openstack-dev23:00
*** BLZbubba_ has joined #openstack-dev23:00
*** Daviey has joined #openstack-dev23:00
*** JStoker has joined #openstack-dev23:00
*** statik has joined #openstack-dev23:00
*** fattarsi has joined #openstack-dev23:00
*** crago has joined #openstack-dev23:00
*** darkhorse has joined #openstack-dev23:00
*** nikhil__ has joined #openstack-dev23:01
*** mikal has joined #openstack-dev23:01
*** huats has joined #openstack-dev23:01
*** clarkb has joined #openstack-dev23:01
*** sdague has joined #openstack-dev23:01
*** haleyb has joined #openstack-dev23:01
*** med_ has joined #openstack-dev23:01
*** _0x44 has joined #openstack-dev23:01
*** wkelly has joined #openstack-dev23:01
*** sleepsonzzz has joined #openstack-dev23:01
*** yamahata_ has joined #openstack-dev23:01
*** zykes-_ has joined #openstack-dev23:01
*** agy has joined #openstack-dev23:01
*** LarsErikP has joined #openstack-dev23:01
*** clayg has joined #openstack-dev23:01
*** comstud has joined #openstack-dev23:01
*** termie has joined #openstack-dev23:01
*** LinuxJedi has joined #openstack-dev23:01
*** tr3buchet has joined #openstack-dev23:01
*** pknouff has joined #openstack-dev23:01
*** pandemicsyn has joined #openstack-dev23:01
*** rha has joined #openstack-dev23:01
*** troytoman-away has joined #openstack-dev23:01
*** Kiall has joined #openstack-dev23:01
*** jerdfelt has joined #openstack-dev23:01
*** russellb has joined #openstack-dev23:01
*** ipl31_ has joined #openstack-dev23:01
*** Drakiz has joined #openstack-dev23:01
*** Vek has joined #openstack-dev23:01
*** verne.freenode.net sets mode: +v pandemicsyn23:01
*** fesnel has joined #openstack-dev23:01
*** hazmat has joined #openstack-dev23:01
*** andrewsben has joined #openstack-dev23:01
*** anotherjesse has joined #openstack-dev23:01
*** jkoelker has quit IRC23:01
*** hyakuhei has joined #openstack-dev23:01
*** gabrielhurley has joined #openstack-dev23:01
*** s0mik has joined #openstack-dev23:01
*** n0ano has joined #openstack-dev23:01
*** openstackjenkins has joined #openstack-dev23:01
*** GheRivero has joined #openstack-dev23:01
*** Aaton has joined #openstack-dev23:01
*** oneiroi has joined #openstack-dev23:01
*** 65MAAJZSE has joined #openstack-dev23:01
*** btorch has joined #openstack-dev23:01
*** letterj has joined #openstack-dev23:01
*** jeremyb has joined #openstack-dev23:01
*** ohnoimdead has joined #openstack-dev23:01
*** radii has joined #openstack-dev23:01
*** mtaylor has joined #openstack-dev23:01
*** ghantoos has joined #openstack-dev23:01
*** dtroyer_zzz has joined #openstack-dev23:01
*** writerdavid has joined #openstack-dev23:01
*** villep has joined #openstack-dev23:01
*** creiht has joined #openstack-dev23:01
*** verne.freenode.net sets mode: +vvv letterj mtaylor creiht23:01
*** jeremyb has quit IRC23:01
*** Ryan_Lane has joined #openstack-dev23:01
*** agonella has joined #openstack-dev23:01
*** jemartin has joined #openstack-dev23:01
*** s1rp has joined #openstack-dev23:01
*** Susanne-Balle has joined #openstack-dev23:01
*** martines has joined #openstack-dev23:01
*** mattstep has joined #openstack-dev23:01
*** jk0 has joined #openstack-dev23:01
*** bodepd has joined #openstack-dev23:01
*** notmyname has joined #openstack-dev23:01
*** cloudfly has joined #openstack-dev23:01
*** jeremydei has joined #openstack-dev23:01
*** CatKiller has joined #openstack-dev23:01
*** _cerberus_ has joined #openstack-dev23:01
*** guaqua has joined #openstack-dev23:01
*** redbo has joined #openstack-dev23:01
*** verne.freenode.net sets mode: +vvvv jk0 notmyname _cerberus_ redbo23:01
*** annegentle has joined #openstack-dev23:01
*** antonym has joined #openstack-dev23:01
*** pabelanger has joined #openstack-dev23:01
*** errr has joined #openstack-dev23:01
*** dragondm has joined #openstack-dev23:01
*** dmarkey has joined #openstack-dev23:01
*** cburgess has joined #openstack-dev23:01
*** jeremyb has joined #openstack-dev23:02
*** dmarkey has quit IRC23:02
*** jkoelker has joined #openstack-dev23:02
*** dmarkey has joined #openstack-dev23:02
vishyjgriffith: found it:   CONSTRAINT `sm_volume_ibfk_1` FOREIGN KEY (`id`) REFERENCES `volumes` (`id`) in sm_volume23:03
*** utlemming has joined #openstack-dev23:03
*** blamar has quit IRC23:04
*** Ryan_Lane has quit IRC23:05
*** Ryan_Lane has joined #openstack-dev23:05
jgriffithvishy: ?23:07
jgriffithDdi something fail again and I missed it?23:08
vishyjgriffith: you missed one of the constraints23:08
vishysm_volume.id -> volumes.id23:08
jgriffithYeah, see that, but how did you find it?23:08
jgriffith:)23:08
*** littleidea has quit IRC23:08
jgriffithYa know what sucks, is I remember seeing/mentioning that one in a chat with you earlier this week23:08
vishyit failed to migrate23:08
vishyso i manually tried the alter23:09
vishyand did a show engine innodb status to find out why it failed23:09
jgriffithclever23:09
jgriffithvishy: so what exactly is sm_volume for anyway?23:09
vishyask renuka :)23:10
vishyit is for the storage manager backend23:10
jgriffithvishy: ahhh23:10
jgriffithvishy: yeah, I see xen...23:11
jgriffithvishy: alrighty, one more time.  I'll add the sm_volume table to the migration and change to id = Column(String(36)23:11
*** davlaps has quit IRC23:12
jgriffithvishy: of course this is likely to open a can of worms in the xen unit tests23:13
vishyjgriffith: ok i got the db sync working23:13
*** jdurgin has quit IRC23:14
*** galstrom has joined #openstack-dev23:15
vishyjgriffith: http://paste.openstack.org/show/14414/23:15
jgriffithvishy: Oh you are the man!!23:15
vishyjgriffith: you'll have to fix the other migrations23:16
vishyjgriffith: and see if there are any tests that break23:16
vishy(and fix models.py23:16
jgriffithvishy: models is done, looking at the others23:16
vishyand i will tell you in a sec if your code will pass tests :)23:16
jgriffithvishy: LOL23:17
*** Susanne-Balle has quit IRC23:17
*** lloydde_ has quit IRC23:17
vishyjgriffith: survey says… nope23:18
*** pabelanger has quit IRC23:18
*** pabelanger has joined #openstack-dev23:18
*** pabelanger has joined #openstack-dev23:18
*** rkukura has quit IRC23:19
vishyjgriffith: problem with devstack23:19
jgriffithvishy: dang it!23:19
*** Susanne-Balle has joined #openstack-dev23:20
anotherjessevishy: don't you dare blame my progeny23:20
*** dtroyer_zzz is now known as dtroyer23:21
vishyjgriffith: I will submit a patch to devstack if that is the only issue23:22
*** gabrielhurley1 has joined #openstack-dev23:24
*** somik has joined #openstack-dev23:24
*** letterj- has joined #openstack-dev23:24
vishyjgriffith second error23:24
vishyinsert into iscsi target broken23:24
jgriffithvishy: Man!23:24
*** dbuzz has joined #openstack-dev23:24
*** btorch_ has joined #openstack-dev23:25
*** villep_ has joined #openstack-dev23:25
*** creiht_ has joined #openstack-dev23:25
*** mtaylor1 has joined #openstack-dev23:25
*** ChanServ sets mode: +v mtaylor123:25
*** ghantoos_ has joined #openstack-dev23:25
*** dtroyer- has joined #openstack-dev23:26
*** littleidea has joined #openstack-dev23:26
*** ohnoimde1d has joined #openstack-dev23:27
*** hyakuhei_ has joined #openstack-dev23:27
*** writerdae has joined #openstack-dev23:27
jgriffithvishy: let me get these migrations in the sql files then look at that23:28
*** Aaton_ has joined #openstack-dev23:28
vishyjgriffith: so the problem appears to be the handling of id23:28
vishyid should be an autoinc column in iscsi target23:28
vishyit is the volume_id column that needs to change to uuid23:29
vishythe id column should stay the same23:29
*** anotherjesse is now known as anotherjesse_zz23:29
vishybrb23:29
jgriffithvishy: ohhh... yes I see it23:29
jgriffithDANG23:29
*** sandywalsh has quit IRC23:31
*** hyakuhei has quit IRC23:32
*** gabrielhurley has quit IRC23:32
*** s0mik has quit IRC23:32
*** n0ano has quit IRC23:32
*** openstackjenkins has quit IRC23:32
*** GheRivero has quit IRC23:32
*** Aaton has quit IRC23:32
*** oneiroi has quit IRC23:32
*** 65MAAJZSE has quit IRC23:32
*** btorch has quit IRC23:32
*** letterj has quit IRC23:32
*** ohnoimdead has quit IRC23:32
*** radii has quit IRC23:32
*** dtroyer has quit IRC23:32
*** mtaylor has quit IRC23:32
*** villep has quit IRC23:32
*** ghantoos has quit IRC23:32
*** writerdavid has quit IRC23:32
*** creiht has quit IRC23:32
*** Aaton_ is now known as Aaton23:32
*** somik is now known as s0mik23:32
*** dtroyer- is now known as dtroyer23:32
*** dbuzz is now known as oneiroi23:32
*** writerdae is now known as writerdavid23:32
*** openstackjenkins has joined #openstack-dev23:36
*** radii has joined #openstack-dev23:36
*** giroro_ has joined #openstack-dev23:37
*** zykes- has joined #openstack-dev23:37
*** LarsErik1 has joined #openstack-dev23:38
*** dbuzz has joined #openstack-dev23:38
*** n0ano has joined #openstack-dev23:38
*** GheRivero has joined #openstack-dev23:39
*** huats_ has joined #openstack-dev23:39
*** huats_ has quit IRC23:39
*** huats_ has joined #openstack-dev23:39
jgriffithvishy: When you get back http://paste.openstack.org/show/14421/  Meanwhile, looking at iscsi...23:41
*** clayg_ has joined #openstack-dev23:41
*** lloydde has joined #openstack-dev23:42
*** sdague_ has joined #openstack-dev23:42
*** Ruetobas has quit IRC23:42
*** oneiroi has quit IRC23:42
*** zykes-_ has quit IRC23:42
*** LarsErikP has quit IRC23:42
*** huats has quit IRC23:42
*** hyakuhei_ has quit IRC23:42
*** glenc has quit IRC23:42
*** dbuzz is now known as oneiroi23:42
*** glenc_ has joined #openstack-dev23:42
*** hub_cap has joined #openstack-dev23:43
*** jog0_ has joined #openstack-dev23:44
*** Vek_ has joined #openstack-dev23:44
*** troytoma` has joined #openstack-dev23:45
*** dachary1 has joined #openstack-dev23:45
*** jemartin_ has joined #openstack-dev23:45
*** carter__ has joined #openstack-dev23:45
*** russellb_ has joined #openstack-dev23:46
*** lloydde has quit IRC23:47
*** hyakuhei has joined #openstack-dev23:47
*** hyakuhei has joined #openstack-dev23:47
jgriffithvishy: the whole deal... http://paste.openstack.org/show/14422/23:48
*** fesnel` has joined #openstack-dev23:49
*** gakott has joined #openstack-dev23:49
*** jemartin has quit IRC23:49
*** jemartin_ is now known as jemartin23:49
*** mnewby_ has joined #openstack-dev23:50
*** dachary has quit IRC23:50
*** Vek has quit IRC23:50
*** jog0 has quit IRC23:50
*** carter has quit IRC23:50
*** sdague has quit IRC23:50
*** troytoman-away has quit IRC23:50
*** russellb has quit IRC23:50
*** anotherjesse_zz has quit IRC23:50
*** reed has quit IRC23:51
*** garyk has quit IRC23:51
*** Adri2000 has quit IRC23:51
*** Kiall has quit IRC23:51
*** fesnel has quit IRC23:51
*** jog0_ is now known as jog023:51
*** reed has joined #openstack-dev23:51
*** anotherjesse_zz has joined #openstack-dev23:51
*** anotherjesse_zz is now known as anotherjesse23:51
*** spiffxp has quit IRC23:52
*** Kiall has joined #openstack-dev23:53
*** cmagina_ has quit IRC23:53
*** cmagina has joined #openstack-dev23:53
*** vincentricci has quit IRC23:54
*** mnewby has quit IRC23:54
*** lloydde has joined #openstack-dev23:54
*** mnewby_ has quit IRC23:55
*** cmagina has quit IRC23:55
mtaylor1vishy: yes. it's great. we use it everywhere23:55
jgriffithvishy: pushed, heading home but be back online in about an hour23:56
mtaylor1vishy: even in nova! :)23:56
*** cmagina has joined #openstack-dev23:56
*** blamar has joined #openstack-dev23:57
*** jgriffith has quit IRC23:57
mtaylor1jgriffith: did you do a wholesale replacement of the guts of cinder? do you need me to update the copy in gerrit?23:57
* mtaylor1 is reading scrollback and stuff23:57
*** mtaylor1 is now known as mtaylor23:57
*** galstrom has quit IRC23:59
*** lloydde has quit IRC23:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!