*** issackel_ has quit IRC | 00:01 | |
*** mokas has quit IRC | 00:03 | |
*** Adri2000 has joined #openstack-dev | 00:05 | |
mnaser | with xenserver, security groups are not working? FORWARD chain nothing happenming | 00:05 |
---|---|---|
*** Mandell has quit IRC | 00:06 | |
*** anniec has quit IRC | 00:18 | |
*** novas0x2a|lapto1 has joined #openstack-dev | 00:20 | |
*** novas0x2a|lapto1 has joined #openstack-dev | 00:20 | |
*** novas0x2a|laptop has quit IRC | 00:21 | |
*** thingee has quit IRC | 00:21 | |
*** alop has quit IRC | 00:22 | |
*** Gordonz has joined #openstack-dev | 00:23 | |
*** johnpostlethwait has quit IRC | 00:23 | |
*** epim has quit IRC | 00:24 | |
*** mnaser has quit IRC | 00:25 | |
*** halfss has quit IRC | 00:27 | |
*** littleidea has quit IRC | 00:28 | |
*** jakedahn is now known as jakedahn_zz | 00:34 | |
*** mnewby has quit IRC | 00:40 | |
*** alop has joined #openstack-dev | 00:50 | |
*** jtran has quit IRC | 00:50 | |
*** roge has quit IRC | 00:53 | |
*** halfss has joined #openstack-dev | 00:54 | |
*** Gordonz has quit IRC | 01:00 | |
*** alop has quit IRC | 01:01 | |
*** sacharya has joined #openstack-dev | 01:06 | |
adam_g | mikal: around? | 01:06 |
mikal | Yep, wassup> | 01:06 |
mikal | ? | 01:06 |
*** jakedahn_zz is now known as jakedahn | 01:07 | |
adam_g | mikal: just started hitting this: http://paste.ubuntu.com/1112989/ any clues? | 01:08 |
* mikal clicks | 01:08 | |
mikal | Oh, that's totally my fault | 01:09 |
adam_g | mikal: :) | 01:09 |
mikal | Ok, I'll look at that nowish. Can you file a bug for it please? | 01:10 |
adam_g | mikal: do you want a bug? | 01:10 |
mikal | :) | 01:10 |
adam_g | ha ya, | 01:10 |
adam_g | happy to test a fix while i still have this cluster up | 01:10 |
*** reed has quit IRC | 01:11 | |
mikal | Oh, I see what happened | 01:11 |
mikal | I had a change go in last night which moves the fixed_ips take to using instance uuids instead of ids | 01:12 |
mikal | The instance lookup is way too early in nova.nova.db.sqlalchemy.api.fixed_ip_associate_pool | 01:12 |
mikal | I didn't realize the uuid could be none. | 01:12 |
mikal | Its an easy fix. I shall do it nowish. | 01:12 |
*** Ryan_Lane has quit IRC | 01:12 | |
mikal | adam_g: Got a bug id for me? | 01:13 |
*** alop has joined #openstack-dev | 01:13 | |
adam_g | mikal: i noticed you were the last to commit code there, tahts why i asked :) | 01:13 |
adam_g | filing now | 01:13 |
mikal | Yeah, that patch was super painful. The fixed_ips code is really complicated. | 01:13 |
*** fss has joined #openstack-dev | 01:13 | |
*** gyee has quit IRC | 01:14 | |
*** ewindisch has quit IRC | 01:14 | |
adam_g | mikal: bug #1029721 | 01:15 |
uvirtbot | Launchpad bug 1029721 in nova "nova-network: InvalidUUID exception on instance spawn" [Undecided,New] https://launchpad.net/bugs/1029721 | 01:15 |
mikal | Thanks | 01:15 |
* adam_g hopes to get this stuff going pre-commit soon. could've caught this one, i think | 01:15 | |
mikal | That would have been cool | 01:16 |
mikal | Ok, running unit tests on that change now | 01:17 |
russellb | mikal: going to have a patch soon? i can stick around to review before i go crash | 01:18 |
*** fss has quit IRC | 01:19 | |
mikal | Yeah, that would be cool | 01:20 |
*** fss has joined #openstack-dev | 01:20 | |
mikal | Just waiting for the unit tests to finish | 01:20 |
*** jakedahn is now known as jakedahn_zz | 01:20 | |
mikal | Probably five minutes? | 01:20 |
asalkeld | russellb, you used devstack on f17? | 01:22 |
russellb | asalkeld: not yet | 01:22 |
asalkeld | groan | 01:22 |
asalkeld | seems to work but no services started | 01:22 |
russellb | my devstack vm is f16, but it supposedly works ... | 01:22 |
russellb | ah, that qualifies as not working i guess :) | 01:22 |
russellb | check the output, hopefully it gives you some hints | 01:23 |
asalkeld | f16 getting a bit long in the tooth | 01:23 |
russellb | asalkeld: you know about the screen session, right? | 01:23 |
* russellb nods | 01:23 | |
asalkeld | ya | 01:23 |
asalkeld | no worries I'll check it out | 01:23 |
russellb | k | 01:23 |
russellb | turn off horizon, unless you feel like installing nodejs from some random repo | 01:24 |
asalkeld | sure | 01:24 |
asalkeld | (looks like that boat missed) | 01:24 |
*** tserong has quit IRC | 01:25 | |
mikal | russellb / adam_g: https://review.openstack.org/#/c/10390/ | 01:25 |
russellb | mikal: hrm ... is it valid for instance_uuid to be None there? | 01:26 |
*** fss has quit IRC | 01:26 | |
mikal | Oh poo | 01:26 |
mikal | I fixed the wrong method. | 01:26 |
mikal | Its going to be one of _those_ days | 01:27 |
russellb | heh | 01:27 |
russellb | k, review will have to wait then, sorry, i'm out | 01:27 |
russellb | g'night/day! | 01:27 |
mikal | Sorry man | 01:27 |
*** fss has joined #openstack-dev | 01:27 | |
russellb | mikal: no worries! | 01:29 |
*** jakedahn_zz is now known as jakedahn | 01:29 | |
russellb | mikal: it's just software | 01:29 |
mikal | Yeah, I mised up fixed_ip_associate and fixed_ip_associate_pool in my keeness to get a fix out | 01:30 |
russellb | no worries, approved | 01:30 |
* russellb & | 01:30 | |
mikal | Thanks! | 01:30 |
mikal | Now you may go to bed | 01:30 |
adam_g | mikal: that didn't fix it entirely | 01:31 |
*** nati_ueno has quit IRC | 01:31 | |
adam_g | i had to add a second check for instance_uuid to fixed_ip_associate_pool() | 01:31 |
mikal | adam_g: yeah, I fixed the wrong method. | 01:31 |
mikal | The check in fixed_ip_associate_pool is the only one required | 01:32 |
mikal | The patch is approved, and should merge soon | 01:32 |
adam_g | mikal: doh, missed that update | 01:33 |
adam_g | cool | 01:33 |
*** alop has quit IRC | 01:33 | |
mikal | Yeah, I was flipping between windows, and got lost in the source file | 01:33 |
mikal | But its fixed now | 01:33 |
mikal | So I can come out of hiding again | 01:33 |
*** fss has quit IRC | 01:34 | |
*** littleidea has joined #openstack-dev | 01:34 | |
*** thingee has joined #openstack-dev | 01:34 | |
*** fss has joined #openstack-dev | 01:35 | |
*** novas0x2a|lapto1 has quit IRC | 01:35 | |
adam_g | mikal: thanks | 01:37 |
mikal | NP | 01:38 |
*** sunxin has joined #openstack-dev | 01:39 | |
*** fss has quit IRC | 01:41 | |
*** fss has joined #openstack-dev | 01:42 | |
*** ewindisch has joined #openstack-dev | 01:42 | |
*** jakedahn is now known as jakedahn_zz | 01:44 | |
*** PotHix has quit IRC | 01:44 | |
*** jdurgin has quit IRC | 01:45 | |
*** fss has quit IRC | 01:48 | |
*** fss has joined #openstack-dev | 01:49 | |
*** zhuadl has joined #openstack-dev | 01:54 | |
*** fss has quit IRC | 01:56 | |
*** sunxin has quit IRC | 01:57 | |
*** fss has joined #openstack-dev | 01:57 | |
*** ewindisch_ has joined #openstack-dev | 01:58 | |
*** ewindisch has quit IRC | 01:58 | |
*** ewindisch_ is now known as ewindisch | 01:58 | |
*** bahubali has joined #openstack-dev | 01:59 | |
*** nunosantos_ has joined #openstack-dev | 02:00 | |
*** markmcclain has joined #openstack-dev | 02:02 | |
*** nunosantos has quit IRC | 02:03 | |
*** ayoung has joined #openstack-dev | 02:03 | |
*** fss has quit IRC | 02:04 | |
*** fss has joined #openstack-dev | 02:05 | |
*** bahubali has quit IRC | 02:05 | |
*** markmcclain has quit IRC | 02:05 | |
*** sunxin has joined #openstack-dev | 02:09 | |
*** fss has quit IRC | 02:13 | |
*** fss has joined #openstack-dev | 02:14 | |
*** nunosantos_ has quit IRC | 02:15 | |
*** roge has joined #openstack-dev | 02:18 | |
*** fss has quit IRC | 02:19 | |
*** fss has joined #openstack-dev | 02:20 | |
*** koolhead17 has quit IRC | 02:23 | |
*** fss has quit IRC | 02:28 | |
*** fss has joined #openstack-dev | 02:29 | |
*** sunxin has quit IRC | 02:34 | |
*** Slidey has quit IRC | 02:34 | |
*** dachary has quit IRC | 02:35 | |
*** dachary has joined #openstack-dev | 02:36 | |
*** fss has quit IRC | 02:36 | |
*** fss has joined #openstack-dev | 02:37 | |
*** linmin has quit IRC | 02:37 | |
*** littleidea has quit IRC | 02:38 | |
*** sunxin has joined #openstack-dev | 02:40 | |
*** Aaton is now known as Aaton_off | 02:41 | |
*** sunxin has quit IRC | 02:42 | |
*** fss has quit IRC | 02:46 | |
*** dachary has quit IRC | 02:46 | |
*** dachary has joined #openstack-dev | 02:46 | |
*** fss has joined #openstack-dev | 02:46 | |
*** linmin has joined #openstack-dev | 02:52 | |
*** blamar has quit IRC | 02:53 | |
*** anderstj has joined #openstack-dev | 02:53 | |
*** littleidea has joined #openstack-dev | 02:56 | |
*** fss has quit IRC | 02:57 | |
*** fss has joined #openstack-dev | 02:58 | |
*** xchu has joined #openstack-dev | 03:02 | |
*** sunxin has joined #openstack-dev | 03:04 | |
*** theron has joined #openstack-dev | 03:05 | |
*** fss has quit IRC | 03:07 | |
*** Slidey has joined #openstack-dev | 03:07 | |
*** fss has joined #openstack-dev | 03:08 | |
*** jakedahn_zz is now known as jakedahn | 03:13 | |
*** Mandell has joined #openstack-dev | 03:15 | |
*** fss has quit IRC | 03:16 | |
*** fss has joined #openstack-dev | 03:17 | |
*** fss has quit IRC | 03:26 | |
*** fss has joined #openstack-dev | 03:28 | |
*** nati_ueno has joined #openstack-dev | 03:28 | |
*** fss has quit IRC | 03:37 | |
*** fss has joined #openstack-dev | 03:38 | |
*** fss has quit IRC | 03:46 | |
*** fss has joined #openstack-dev | 03:46 | |
*** reed has joined #openstack-dev | 03:46 | |
*** reed has quit IRC | 03:49 | |
*** ctracey has joined #openstack-dev | 03:53 | |
*** fss has quit IRC | 03:54 | |
*** fss has joined #openstack-dev | 03:55 | |
*** troytoman-away is now known as troytoman | 03:56 | |
*** fss has quit IRC | 04:01 | |
*** fss has joined #openstack-dev | 04:02 | |
*** johnpostlethwait has joined #openstack-dev | 04:03 | |
*** noob22 has joined #openstack-dev | 04:09 | |
noob22 | yo, any devs here? | 04:09 |
*** spiffxp has quit IRC | 04:10 | |
*** anderstj has quit IRC | 04:11 | |
*** fss has quit IRC | 04:12 | |
*** roge has quit IRC | 04:12 | |
*** fss has joined #openstack-dev | 04:12 | |
*** nati_ueno has quit IRC | 04:13 | |
*** nati_ueno has joined #openstack-dev | 04:14 | |
*** zhuadl has quit IRC | 04:15 | |
*** fss has quit IRC | 04:20 | |
*** fss has joined #openstack-dev | 04:21 | |
*** Ryan_Lane has joined #openstack-dev | 04:23 | |
*** noob22 has quit IRC | 04:23 | |
*** johnpostlethwait has quit IRC | 04:27 | |
*** sacharya has quit IRC | 04:36 | |
*** halfss has quit IRC | 04:46 | |
*** theron has quit IRC | 04:52 | |
*** theron has joined #openstack-dev | 04:52 | |
*** theron has quit IRC | 04:53 | |
*** zhuadl has joined #openstack-dev | 05:00 | |
*** littleidea has quit IRC | 05:01 | |
*** littleidea_ has joined #openstack-dev | 05:01 | |
*** nati_uen_ has joined #openstack-dev | 05:02 | |
*** nati_ueno has quit IRC | 05:05 | |
*** nati_uen_ has quit IRC | 05:09 | |
*** vanchester has joined #openstack-dev | 05:09 | |
*** nati_ueno has joined #openstack-dev | 05:09 | |
*** anderstj has joined #openstack-dev | 05:13 | |
*** johnpostlethwait has joined #openstack-dev | 05:17 | |
*** steveb_ has quit IRC | 05:20 | |
*** matwood has quit IRC | 05:20 | |
*** littleidea_ has quit IRC | 05:26 | |
*** alop has joined #openstack-dev | 05:28 | |
*** dachary has quit IRC | 05:29 | |
*** dachary has joined #openstack-dev | 05:30 | |
*** anderstj has quit IRC | 05:31 | |
*** anniec has joined #openstack-dev | 05:32 | |
*** anderstj has joined #openstack-dev | 05:38 | |
*** johnpostlethwait has quit IRC | 05:40 | |
*** Mandell has quit IRC | 05:45 | |
*** amotoki has joined #openstack-dev | 05:46 | |
*** dachary has quit IRC | 05:47 | |
*** dachary has joined #openstack-dev | 05:47 | |
vishy | jeblair, mtaylor: looks like this patch exposed a problem with stable/essex devstack: https://jenkins.openstack.org/job/gate-tempest-devstack-vm/5057/artifact/logs/screen-n-net.txt | 05:48 |
*** sniperd has quit IRC | 05:51 | |
*** johnpostlethwait has joined #openstack-dev | 05:54 | |
vishy | jeblair, mtaylor, dtroyer_zzz: fix for the above here: https://review.openstack.org/#/c/10393/ | 05:55 |
*** Mandell has joined #openstack-dev | 05:58 | |
*** steveb_ has joined #openstack-dev | 05:58 | |
*** Mandell has quit IRC | 05:58 | |
*** Mandell has joined #openstack-dev | 05:59 | |
*** troytoman is now known as troytoman-away | 06:01 | |
*** nati_uen_ has joined #openstack-dev | 06:03 | |
*** nati_uen_ has quit IRC | 06:03 | |
*** nati_uen_ has joined #openstack-dev | 06:04 | |
*** jakedahn is now known as jakedahn_zz | 06:06 | |
*** nati_ueno has quit IRC | 06:06 | |
*** dachary has quit IRC | 06:07 | |
*** dachary has joined #openstack-dev | 06:07 | |
*** salv-orlando has joined #openstack-dev | 06:10 | |
*** alex88 has joined #openstack-dev | 06:10 | |
*** anderstj has quit IRC | 06:10 | |
*** johnpostlethwait has quit IRC | 06:13 | |
*** GheRivero has joined #openstack-dev | 06:15 | |
*** johnpostlethwait has joined #openstack-dev | 06:22 | |
*** alop has quit IRC | 06:26 | |
*** asalkeld has quit IRC | 06:26 | |
*** colinmcnamara has joined #openstack-dev | 06:28 | |
*** johnpostlethwait has quit IRC | 06:38 | |
*** colinmcnamara has quit IRC | 06:38 | |
*** anniec has quit IRC | 06:38 | |
*** dachary has quit IRC | 06:44 | |
*** eglynn_ has joined #openstack-dev | 06:45 | |
*** fss has quit IRC | 06:46 | |
*** nati_uen_ has quit IRC | 06:47 | |
*** johnpostlethwait has joined #openstack-dev | 06:47 | |
*** johnpostlethwait has quit IRC | 06:50 | |
*** johnpostlethwait has joined #openstack-dev | 07:03 | |
*** m4xmr has joined #openstack-dev | 07:09 | |
alex88 | these packages are stable ready for production? https://launchpad.net/~openstack-ubuntu-testing/+archive/essex-stable-testing | 07:16 |
*** ctracey has quit IRC | 07:17 | |
*** johnpostlethwait has quit IRC | 07:18 | |
*** markmc has quit IRC | 07:19 | |
*** eglynn_ has quit IRC | 07:19 | |
GheRivero | being called testing... i don't think they are production ready, but should work pretty well | 07:26 |
alex88 | thanks ;) | 07:32 |
*** Mandell_ has joined #openstack-dev | 07:33 | |
*** Mandell has quit IRC | 07:33 | |
*** sunxin has quit IRC | 07:41 | |
*** sunxin has joined #openstack-dev | 07:47 | |
*** zhuadl has quit IRC | 07:49 | |
*** asalkeld has joined #openstack-dev | 07:52 | |
*** vanchester has left #openstack-dev | 08:00 | |
*** zhuadl has joined #openstack-dev | 08:01 | |
*** danpb has joined #openstack-dev | 08:10 | |
*** sulochan has joined #openstack-dev | 08:11 | |
*** pixelbeat has joined #openstack-dev | 08:14 | |
*** derekh has joined #openstack-dev | 08:20 | |
*** eglynn_ has joined #openstack-dev | 08:26 | |
*** troytoman-away has quit IRC | 08:30 | |
*** sulochan has quit IRC | 08:33 | |
*** troytoman-away has joined #openstack-dev | 08:34 | |
*** sniperd has joined #openstack-dev | 08:37 | |
*** thingee is now known as thingee_zz | 08:37 | |
*** Mandell_ has quit IRC | 08:38 | |
*** bencherian has quit IRC | 08:40 | |
*** apevec has joined #openstack-dev | 08:44 | |
*** thingee_zz has quit IRC | 08:45 | |
*** mokas has joined #openstack-dev | 08:50 | |
*** dachary has joined #openstack-dev | 08:57 | |
*** fc__ has joined #openstack-dev | 09:01 | |
*** thovden has joined #openstack-dev | 09:02 | |
*** nunosantos has joined #openstack-dev | 09:08 | |
*** m4xmr has left #openstack-dev | 09:08 | |
*** sunxin has quit IRC | 09:09 | |
*** nunosantos has quit IRC | 09:09 | |
*** sulochan has joined #openstack-dev | 09:10 | |
*** nunosantos has joined #openstack-dev | 09:11 | |
*** garyk has quit IRC | 09:14 | |
*** darraghb has joined #openstack-dev | 09:17 | |
*** markmc has joined #openstack-dev | 09:18 | |
*** m4xmr_ has joined #openstack-dev | 09:41 | |
*** m4xmr_ is now known as m4xmr | 09:41 | |
*** m4xmr has quit IRC | 09:43 | |
*** garyk has joined #openstack-dev | 09:54 | |
*** steveb_ has quit IRC | 10:03 | |
*** rods has joined #openstack-dev | 10:13 | |
*** rods has quit IRC | 10:13 | |
*** halfss has joined #openstack-dev | 10:15 | |
*** matiu has quit IRC | 10:16 | |
*** sulochan has quit IRC | 10:23 | |
*** rods has joined #openstack-dev | 10:31 | |
*** xchu has quit IRC | 10:38 | |
*** zhuadl has quit IRC | 10:38 | |
*** dhellmann has left #openstack-dev | 10:46 | |
*** m4xmr has joined #openstack-dev | 10:46 | |
*** rohitk has joined #openstack-dev | 10:47 | |
*** m4xmr has left #openstack-dev | 10:49 | |
*** thovden has quit IRC | 10:54 | |
*** halfss has quit IRC | 10:59 | |
*** fss has joined #openstack-dev | 11:00 | |
*** mokas has quit IRC | 11:01 | |
*** fss has quit IRC | 11:06 | |
*** eglynn__ has joined #openstack-dev | 11:27 | |
*** eglynn_ has quit IRC | 11:27 | |
*** halfss has joined #openstack-dev | 11:27 | |
*** eglynn__ is now known as eglynn | 11:28 | |
*** markvoelker has joined #openstack-dev | 11:51 | |
*** garyk has quit IRC | 12:02 | |
*** dprince has joined #openstack-dev | 12:19 | |
eglynn | Daviey: could I trouble you to do stable/essex review? | 12:24 |
eglynn | Daviey: https://review.openstack.org/9534 has been outstanding for a while, needs a +1 to get it over the line | 12:25 |
Daviey | eglynn: in 20 mins, i'll take it. :) | 12:26 |
eglynn | Daviey: thank you sir! | 12:26 |
*** lorin1 has joined #openstack-dev | 12:27 | |
*** dprince has quit IRC | 12:43 | |
*** dprince has joined #openstack-dev | 12:46 | |
benner | in documentation i see OS-EXT-SRV-ATTR:host attribute in nova show <instance> output, but in my essex install it does not exist. is there need for some extension or it's version dependent? | 12:46 |
*** andrewbogott has joined #openstack-dev | 12:55 | |
*** andrewbogott has joined #openstack-dev | 12:55 | |
*** andrewbogott has quit IRC | 12:56 | |
ttx | markmc: is it possible to mark specific values of an config option as being deprecated ? Or is it the full config option ? | 12:56 |
markmc | ttx, just the full option currently | 12:56 |
markmc | ttx, we don't do any validation of string values currently | 12:57 |
markmc | ttx, could add a deprecated_values=[] param to Opt | 12:57 |
ttx | markmc: okthx | 12:58 |
*** markmcclain has joined #openstack-dev | 13:07 | |
*** andrewsmedina has quit IRC | 13:11 | |
*** kbringard has joined #openstack-dev | 13:15 | |
*** sunxin has joined #openstack-dev | 13:17 | |
*** jaypipes has joined #openstack-dev | 13:20 | |
*** roge has joined #openstack-dev | 13:21 | |
zul | does anyone know why cliff was added to python-quantumclient? | 13:25 |
*** koolhead17 has joined #openstack-dev | 13:26 | |
dansmith | markmc: so, I did that because of wrap_policy() complaining that "inner() isn't permitted by policy" | 13:29 |
dansmith | I was actually going to ask/suggest if we should be running the other instance check before wrap_policy | 13:29 |
dansmith | seems like the latter needs to be right up against the function it's checking (by name) for policy okay-ness, no? | 13:29 |
markmc | zul, "adopt cliff arch" isn't enough info for you? | 13:30 |
*** littleidea has joined #openstack-dev | 13:30 | |
zul | markmc: well cliff depends on tablib which contains code from a dead project, which is kind of worrisome to me | 13:30 |
dansmith | (I'm not sure why wrap_policy doesn't complain about the other decorator -- haven't looked yet0 | 13:31 |
markmc | dansmith, doesn't make much sense given that check_instance_state already works after wrap_policy(), that sounds like some sort of screwup | 13:31 |
markmc | zul, I'm being sarcastic - I don't think "adopt cliff arch" is sufficient info to justify a new dep to packagers :) | 13:31 |
dansmith | markmc: doesn't it make most sense to have wrap_policy() wrap the actual function directly? Perhaps that's worth another cleanup first? | 13:32 |
*** GheRivero_ has joined #openstack-dev | 13:32 | |
markmc | zul, our very our dhellmann maintains this? http://blog.doughellmann.com/2012/04/cliff-command-line-interface.html | 13:32 |
Daviey | markmc: Jumping in a little deeper.. tablib bundles odf (which is a dead project). :) | 13:32 |
Daviey | markmc: so the real comment is.. does cliff 'upstream' also take on the burden of maintaining odf3, considering it's bundled. | 13:33 |
markmc | Daviey, just wait for doug to turn up methinks | 13:33 |
Daviey | yah | 13:34 |
markmc | Daviey, the fact that the author is also an OpenStack developer makes me think we should be able to sort this out easily :) | 13:34 |
markmc | dansmith, hmm, don't understand the question | 13:35 |
dansmith | markmc: check_policy looks at function.__name__ and checks the policy | 13:35 |
markmc | dansmith, yeah, catching up with that now .. weird | 13:36 |
dansmith | what does functools.wraps() do? | 13:36 |
dansmith | maybe that's the magic? | 13:36 |
markmc | dansmith, yeah, could be | 13:36 |
markmc | dansmith, vague on the details, my guess would likely be wrong :) | 13:36 |
dansmith | markmc: the doc on functools.wraps() makes me suspicious of its origin.. it's pretty shifty and vague | 13:37 |
markmc | dansmith, you're sounding pretty shift and vague yourself :-P | 13:38 |
* markmc ducks | 13:38 | |
markmc | shifty | 13:38 |
*** andrewsmedina has joined #openstack-dev | 13:38 | |
markmc | dansmith, uh, to be clear, I'm kidding :) | 13:39 |
*** flaviamissi has joined #openstack-dev | 13:39 | |
dansmith | well, I haven't had coffee yet, so, I'm allowed | 13:40 |
*** zhuadl has joined #openstack-dev | 13:40 | |
*** GheRivero_ has quit IRC | 13:42 | |
*** wiliam has joined #openstack-dev | 13:47 | |
*** alex88 has quit IRC | 13:49 | |
*** sacharya has joined #openstack-dev | 13:50 | |
*** anderstj has joined #openstack-dev | 13:54 | |
*** anderstj has quit IRC | 13:56 | |
*** markmcclain has quit IRC | 13:58 | |
*** sacharya has quit IRC | 14:00 | |
*** Mandell has joined #openstack-dev | 14:00 | |
markmc | russellb, there? | 14:01 |
russellb | markmc: yup | 14:01 |
markmc | russellb, what is going on here? https://review.openstack.org/#/c/10381/1/nova/tests/compute/test_rpcapi.py | 14:02 |
russellb | code is changing | 14:02 |
markmc | russellb, in the instance_id vs instance_uuid stuff | 14:02 |
markmc | russellb, looks like e.g. check_can_live_migrate_destination being removed from the list? | 14:02 |
russellb | the instance_id thing, i forgot to remove a couple of other methods in an earlier patch | 14:02 |
russellb | so a few are removed there, but it's intentional | 14:03 |
russellb | should have commented on that in commit msg | 14:03 |
russellb | they are already converted (they are listed in the earlier list) | 14:03 |
markmc | russellb, ah, ok - you are being a naughty boy then | 14:04 |
russellb | my bad, yo. | 14:04 |
markmc | russellb, I was just confused looking at the diff of test_compute.py using 'git show' and not seeing it | 14:04 |
markmc | russellb, was convinced that gerrit was making shit up :) | 14:05 |
*** Mandell has quit IRC | 14:05 | |
* markmc wonders how russellb hasn't gone blind doing this | 14:05 | |
russellb | markmc: it gets painful, yes | 14:05 |
russellb | all for the greater good, so i'll keep chugging along | 14:06 |
*** markmcclain has joined #openstack-dev | 14:08 | |
*** mdomsch has joined #openstack-dev | 14:10 | |
*** mdomsch has quit IRC | 14:11 | |
dansmith | markmc: FWIW, running one of the tests: | 14:13 |
dansmith | PolicyNotAuthorized: Policy doesn't allow compute:inner to be performed | 14:13 |
dansmith | I'll futz around with things and try to figure out what the best change is | 14:14 |
dansmith | (trying to avoid adding inner:*.* to the policy :P) | 14:14 |
*** renier has quit IRC | 14:16 | |
*** renier has joined #openstack-dev | 14:16 | |
*** n3d has quit IRC | 14:18 | |
*** dachary has quit IRC | 14:20 | |
*** dachary1 has joined #openstack-dev | 14:20 | |
*** dachary1 has quit IRC | 14:24 | |
*** dachary has joined #openstack-dev | 14:25 | |
*** dachary has quit IRC | 14:26 | |
*** dachary1 has joined #openstack-dev | 14:26 | |
*** dachary has joined #openstack-dev | 14:28 | |
*** dachary1 has quit IRC | 14:28 | |
*** mdomsch has joined #openstack-dev | 14:28 | |
*** ctracey has joined #openstack-dev | 14:29 | |
*** datsun180b has joined #openstack-dev | 14:30 | |
*** e1mer has quit IRC | 14:32 | |
*** darkhorse has joined #openstack-dev | 14:38 | |
*** sunxin has quit IRC | 14:43 | |
*** ctracey has quit IRC | 14:45 | |
*** bencherian has joined #openstack-dev | 14:45 | |
*** thovden has joined #openstack-dev | 14:48 | |
*** thovden has quit IRC | 14:49 | |
*** timello has joined #openstack-dev | 14:49 | |
*** troytoman-away is now known as troytoman | 14:54 | |
jaypipes | timello: mornin :) | 14:54 |
*** sacharya has joined #openstack-dev | 14:54 | |
timello | hey jaypipes! Thank you for the review! | 14:54 |
jaypipes | timello: no problemo | 14:54 |
jaypipes | timello: everything make sense? | 14:54 |
jaypipes | timello: I know that using stubout can take a little getting used to... | 14:55 |
timello | jaypipes: totally :) | 14:55 |
jaypipes | ok cool | 14:55 |
jaypipes | timello: you are making steady progress, though. :) good to see | 14:55 |
*** amotoki has quit IRC | 14:56 | |
*** rohitk_1 has joined #openstack-dev | 14:56 | |
timello | jaypipes: \o/ Thank you! I hope the next patches we'll have less and less comments :). I'll work on the changes and I'll have another patch soon! | 14:57 |
jaypipes | timello: rock on. BTW, I presume IBM has some test environments that could possibly be linked into the upstream Jenkins continuous integration system? So that changes to Nova (at least) could trigger test runs using the powerVM virt driver? One of the things that lapsed with the Hyper-V driver was keeping up with trunk, and that was partly because there were no test environments for it. | 14:59 |
jaypipes | timello: for more info on it: http://ci.openstack.org/third_party.html | 14:59 |
timello | jaypipes: definitely. I'll look for something regarding that. | 15:00 |
*** fc__ has quit IRC | 15:01 | |
*** halfss has quit IRC | 15:02 | |
*** GheRivero_ has joined #openstack-dev | 15:05 | |
*** alop has joined #openstack-dev | 15:07 | |
*** spiffxp has joined #openstack-dev | 15:10 | |
*** dspano has joined #openstack-dev | 15:11 | |
*** rohitk_1 has left #openstack-dev | 15:12 | |
*** andrewbogott has joined #openstack-dev | 15:12 | |
*** andrewbogott has joined #openstack-dev | 15:12 | |
*** dachary has quit IRC | 15:13 | |
*** sstent has quit IRC | 15:15 | |
*** rohitk has quit IRC | 15:15 | |
*** sstent has joined #openstack-dev | 15:15 | |
*** rohitk has joined #openstack-dev | 15:15 | |
*** rnirmal has joined #openstack-dev | 15:17 | |
*** haleyb has quit IRC | 15:18 | |
*** troytoman is now known as troytoman-away | 15:19 | |
*** lorin1 has quit IRC | 15:19 | |
*** dansmith has quit IRC | 15:19 | |
*** dansmith has joined #openstack-dev | 15:22 | |
*** rohitk has quit IRC | 15:22 | |
*** dtroyer has joined #openstack-dev | 15:23 | |
* mtaylor would love to hook IBM's stuff in as third-party testing | 15:23 | |
*** jtran has joined #openstack-dev | 15:24 | |
*** GheRivero_ has quit IRC | 15:25 | |
*** PotHix has joined #openstack-dev | 15:27 | |
*** colinmcnamara has joined #openstack-dev | 15:30 | |
bcwaldon | mtaylor: is it 'recheck' for pre-approval tests? | 15:30 |
*** dtroyer has quit IRC | 15:32 | |
*** colinmcnamara has quit IRC | 15:32 | |
dansmith | bcwaldon: yeah, I think so | 15:33 |
dansmith | bcwaldon: and reverify for the gate tests, IIRC | 15:33 |
bcwaldon | dansmith: cool, thank | 15:33 |
bcwaldon | keep getting them confused | 15:33 |
*** rkukura has quit IRC | 15:33 | |
*** dtroyer has joined #openstack-dev | 15:34 | |
*** colinmcnamara has joined #openstack-dev | 15:37 | |
*** Gordonz has joined #openstack-dev | 15:39 | |
*** dachary has joined #openstack-dev | 15:39 | |
*** lorin1 has joined #openstack-dev | 15:41 | |
markmc | bcwaldon, could be reverify for pre-approval ... since it's about the "verify" vote | 15:42 |
markmc | bcwaldon, that was my understanding, at least | 15:42 |
bcwaldon | bah, so confusing | 15:43 |
dansmith | could we not have jenkins retry whichever one makes sense at the given state? | 15:45 |
*** rohitk has joined #openstack-dev | 15:45 | |
sdague | jaypipes: we don't have anything quite like that yet, especially not something we can surface beyond the firewall | 15:46 |
*** derekh has quit IRC | 15:47 | |
*** zhuadl has quit IRC | 15:47 | |
jaypipes | sdague: wouldn't need to surface beyong the firewall... only need to be able to query the upstream... | 15:47 |
sdague | our plan was to just provide enough of a simulator shim layer in the driver, that it can be fully tested on non power hardware | 15:47 |
clarkb | dansmith: we couldn't before. But jeblair is writing a patch to Gerrit that should give zuul the information it needs to make that determination | 15:47 |
sdague | jaypipes: except, if it fails, then there is no good way to expose the failures :) | 15:48 |
dansmith | clarkb: ah, okay, that'd be cool :) | 15:48 |
jaypipes | sdague: yes, true, but that's something that can be worked out later... :) | 15:48 |
clarkb | dansmith: so it is a potential feature in the near future ish | 15:48 |
jaypipes | sdague: the only time that is a critical issue is if you would be part of the gate (which the powervm stuff wouldn't be, clearly) | 15:48 |
sdague | jaypipes: right | 15:49 |
sdague | I think we'd like to get this as part of the gate by grizzly release, so post folsom we'll start working on how to do that right by everyone | 15:49 |
*** Gordonz has quit IRC | 15:49 | |
*** nati_ueno has joined #openstack-dev | 15:50 | |
*** Gordonz has joined #openstack-dev | 15:50 | |
sdague | jaypipes: unrelated, i'm going after this stale reservation bug that you reported. The limits API in tempest doesn't seem to return anything about reserved, am I looking at that right? | 15:50 |
jaypipes | sdague: link for me? :) | 15:51 |
sdague | https://bugs.launchpad.net/nova/+bug/1009115 - here you go | 15:51 |
uvirtbot | Launchpad bug 1009115 in nova "Reservations not decremented when instances are destroyed" [High,Confirmed] | 15:51 |
jaypipes | cheers, looking | 15:52 |
dansmith | uvirtbot: you just *have* to butt in every time, don't you? | 15:52 |
uvirtbot | dansmith: Error: "you" is not a valid command. | 15:52 |
dansmith | ouch. | 15:52 |
jaypipes | lol lmao | 15:52 |
*** rkukura has joined #openstack-dev | 15:52 | |
jgriffith | dansmith: Ouch!!! You've been virtbotted | 15:53 |
sdague | dansmith: don't you know not to get in an argument with a bot :) | 15:53 |
jaypipes | dansmith: currently investigating smoething else... can you gimme a few (maybe an hour?). I want to re-run that particular test and see if any recent nova patches may have changed behaviour... | 15:53 |
dansmith | heh | 15:53 |
*** danwent has joined #openstack-dev | 15:56 | |
*** markmc has quit IRC | 15:58 | |
*** dachary has quit IRC | 15:59 | |
*** dachary has joined #openstack-dev | 15:59 | |
*** dachary has quit IRC | 15:59 | |
*** dachary has joined #openstack-dev | 15:59 | |
sdague | jaypipes: so the question is that given that reserved isn't returned via the limits API call, is there a mechanism for actually poking the db api in tempest? | 15:59 |
*** rohitk has quit IRC | 16:00 | |
*** EmilienM has left #openstack-dev | 16:00 | |
jaypipes | sdague: heh, yeah, well, it's in code review :) https://review.openstack.org/#/c/9059/ | 16:00 |
jaypipes | sdague: so should be soon.... | 16:00 |
*** nati_ueno has quit IRC | 16:03 | |
sdague | ok, well that patch did start a month ago. Any idea how landable it is? | 16:03 |
jaypipes | sdague: I'm reviewing it again today... rohit and I are trying to land it this weekend. | 16:04 |
sdague | ok, cool :) | 16:04 |
jaypipes | sdague: https://github.com/rohit-k/tempest/blob/whitebox-manager/tempest | 16:04 |
jaypipes | sdague: he's working on versions there. | 16:04 |
sdague | great | 16:05 |
*** armaan has joined #openstack-dev | 16:06 | |
*** cp16net is now known as cp16net|away | 16:09 | |
sdague | ok, follow on question on openstack API. Is "contrib" considered part of the stable API? is adding attributes to a contrib API considered breaking behavior? | 16:11 |
sdague | asking because it seems like it makes sense if the reserved values are exposed via the used_limits extension | 16:14 |
*** wiliam has quit IRC | 16:17 | |
*** ctracey has joined #openstack-dev | 16:19 | |
*** maurosr has joined #openstack-dev | 16:19 | |
kbringard | quick ?, in Essex are floating IPs supposed to be de-allocated from instances when you nova delete them? | 16:23 |
*** anniec has joined #openstack-dev | 16:29 | |
*** danwent_ has joined #openstack-dev | 16:29 | |
jtran | kbringard, i think i saw a bug in regards to that https://bugs.launchpad.net/nova/+bug/997763 | 16:30 |
uvirtbot | Launchpad bug 997763 in quantum "floating ips are not disassociated from instances on deletion" [High,Fix released] | 16:30 |
jtran | it does appear that it was 'fixed' in essex | 16:30 |
jtran | backport perhaps | 16:31 |
kbringard | thanks, jt | 16:32 |
kbringard | I'll take a looksee | 16:32 |
*** danwent has quit IRC | 16:32 | |
*** danwent_ is now known as danwent | 16:32 | |
*** wiliam has joined #openstack-dev | 16:33 | |
*** jakedahn_zz is now known as jakedahn | 16:37 | |
*** danpb has quit IRC | 16:37 | |
*** danwent has quit IRC | 16:40 | |
*** eglynn has quit IRC | 16:42 | |
*** bencherian has quit IRC | 16:44 | |
*** glamb has joined #openstack-dev | 16:49 | |
andrewbogott | jkoelker: Would you re-approve https://review.openstack.org/#/c/10035/ please? | 16:50 |
*** kbringard has quit IRC | 16:50 | |
*** colinmcnamara has quit IRC | 16:53 | |
*** kbringard has joined #openstack-dev | 16:55 | |
vishy | any stable-maint around that want to look at? https://review.openstack.org/#/c/10393/ | 16:57 |
*** bencherian has joined #openstack-dev | 16:59 | |
jtran | i didn't even know bash had regexp matching. nice | 17:02 |
*** darraghb has quit IRC | 17:03 | |
*** issackel_ has joined #openstack-dev | 17:03 | |
*** jdurgin has joined #openstack-dev | 17:10 | |
*** timello has quit IRC | 17:10 | |
*** timello has joined #openstack-dev | 17:11 | |
*** rohitk has joined #openstack-dev | 17:13 | |
*** m4xmr has joined #openstack-dev | 17:14 | |
*** andrewbogott has quit IRC | 17:14 | |
*** markmcclain has quit IRC | 17:14 | |
*** colinmcnamara has joined #openstack-dev | 17:15 | |
*** nunosantos has quit IRC | 17:15 | |
*** davidkranz_ has joined #openstack-dev | 17:16 | |
*** anderstj has joined #openstack-dev | 17:17 | |
*** davidkranz has quit IRC | 17:17 | |
*** garyk has joined #openstack-dev | 17:20 | |
*** rohit404 has joined #openstack-dev | 17:22 | |
*** m4xmr has quit IRC | 17:22 | |
rohit404 | hey devstack gurus, any idea how to resolve this error when installing latest devstack on UB12.04 http://pastebin.com/QK90YLt1 | 17:23 |
jtran | rohit404, what happens when you sudo pip install prettytable? | 17:26 |
vishy | dtroyer: ^^ | 17:27 |
*** Mandell has joined #openstack-dev | 17:27 | |
rohit404 | jtran:thanks for your response...here is the output of the command you suggested - http://pastebin.com/h07EskJu | 17:29 |
jtran | rohit404, hmmm... | 17:30 |
jtran | is dpkg python-prettytable installed? perhaps try uninstalling | 17:30 |
vishy | you can force it with pip install prettytable=6.0 | 17:30 |
*** nati_ueno has joined #openstack-dev | 17:31 | |
vishy | er == | 17:31 |
jtran | vishy, that sounds like a better idea | 17:32 |
vishy | apparently some projects have a dep on prettytable and others have a dep on prettytable=6.0 which is kind of annoying | 17:32 |
rohit404 | vishy: thanks..yeah i'm able to move forward with your suggestion...but like you pointed, i think one of the projects upgrades it to 0.6.1 because of another package dependency.. | 17:34 |
zul | vishy: changing the utils.execute in the tgt gerrit review to self._run should work right? | 17:35 |
vishy | zul: self._run forces the first param to tgtadm | 17:35 |
zul | vishy: dang | 17:36 |
vishy | zul: so if you need tgt-admin then you need to use self._execute | 17:36 |
zul | k | 17:36 |
*** davidkranz_ has quit IRC | 17:36 | |
*** davidkranz_ has joined #openstack-dev | 17:36 | |
*** apevec has quit IRC | 17:39 | |
*** markmcclain has joined #openstack-dev | 17:40 | |
vishy | wow the keyring stuff is really annoying | 17:42 |
*** epim has joined #openstack-dev | 17:43 | |
clarkb | vishy: export OS_NO_CACHE=True | 17:45 |
vishy | clarkb: thanks, sounds like a good default for devstack | 17:46 |
clarkb | its the default in devstack-gate, but hasn't gotten as far as devstack | 17:46 |
*** sulochan has joined #openstack-dev | 17:47 | |
dansmith | russellb: I have an api versioning question | 17:48 |
zykes- | vishy: in cinder will it be able to set some kind of reasonable default / policy for where volumes go for diff things ? | 17:48 |
dansmith | russellb: if you look at Mark's second-to-last comment: https://review.openstack.org/#/c/10355/ | 17:48 |
dansmith | russellb: we're going to add a "lock_checked" argument to all the compute rpcapi functions, | 17:49 |
*** colinmcnamara has quit IRC | 17:49 | |
dansmith | russellb: but it'll be optional for the moment and do the right thing if missing.. I'm not entirely sure why I need to bump any rpcapi version numbers (as he describes) | 17:49 |
*** dachary has quit IRC | 17:55 | |
*** dachary has joined #openstack-dev | 17:55 | |
*** danwent has joined #openstack-dev | 18:04 | |
bcwaldon | jaypipes: if you have a sec -> https://review.openstack.org/#/c/9930/ | 18:06 |
jaypipes | bcwaldon: sure, on call, will do after | 18:07 |
bcwaldon | jaypipes: kk | 18:07 |
*** matwood has joined #openstack-dev | 18:10 | |
russellb | dansmith: because if you do send a new argument, and the other side *doesn't* support it, it will break | 18:12 |
russellb | dansmith: so you have to include in the message that the other side must support at least version 1.Y | 18:12 |
russellb | dansmith: the backwards compat is just so that the updated manager.py can handle messages that originated from earlier versions, before it sent that additional argument | 18:12 |
*** colinmcnamara has joined #openstack-dev | 18:14 | |
dansmith | russellb: okay, so that's the per-method verison? | 18:16 |
russellb | the version goes in a couple of places. in nova/compute/manager.py there is one version, which is the version currently implemented (RPC_API_VERSION) | 18:16 |
russellb | the other place is nova/compute/rpcapi.py, and that is specified on a per-method basis (or it can just use the default base version) | 18:17 |
russellb | in rpcapi.py, you're saying "the other side must implement at least this version for this to work" | 18:17 |
russellb | so, if you set version=1.5, the manager that gets the message must be 1.Y where Y >= 5 | 18:17 |
russellb | once this all makes sense, take a look at https://github.com/openstack/openstack-common/blob/master/openstack/common/rpc/dispatcher.py#L18 to see if you can help improve the docs to help others grok it :) | 18:18 |
dansmith | oh, I see, I was thinking I was missing something because the per-method ones were up around 21,22.. I didn't realize that compute/manager had already gotten up that high | 18:19 |
*** rohitk has quit IRC | 18:19 | |
dansmith | thus, I figured per-method and per-api versions were never compared | 18:19 |
russellb | most of the version bumps are from me. i've been working through https://blueprints.launchpad.net/nova/+spec/no-db-messaging | 18:19 |
russellb | converting one or two methods at a time to make it easier to review, and the version is bumped in each patch | 18:20 |
dansmith | yeah, I know.. just stirring up trouble left right and center :) | 18:20 |
russellb | version numbers don't cost us any extra :) | 18:20 |
dansmith | heh | 18:20 |
russellb | i hope anyway | 18:20 |
*** dubsquared has joined #openstack-dev | 18:20 | |
dansmith | so, if I add something to every lock-able method in manager.py, and the version api goes to 23, then every corresponding method in rpcapi is going to go straight to 1.23, right? | 18:22 |
*** sulochan has quit IRC | 18:22 | |
*** pixelbeat has quit IRC | 18:24 | |
*** Ryan_Lane has quit IRC | 18:25 | |
*** pixelbeat has joined #openstack-dev | 18:29 | |
*** dubsquared has quit IRC | 18:30 | |
*** dubsquared has joined #openstack-dev | 18:33 | |
*** andrewbogott has joined #openstack-dev | 18:35 | |
*** andrewbogott has joined #openstack-dev | 18:35 | |
*** dachary has quit IRC | 18:35 | |
*** dachary has joined #openstack-dev | 18:36 | |
*** dprince has quit IRC | 18:36 | |
*** pixelbeat has quit IRC | 18:38 | |
*** johnpostlethwait has joined #openstack-dev | 18:41 | |
*** bencherian has quit IRC | 18:50 | |
*** armaan has left #openstack-dev | 18:53 | |
*** mokas has joined #openstack-dev | 18:59 | |
*** dhellmann has joined #openstack-dev | 19:02 | |
dhellmann | dtroyer: Could you take a look at https://review.openstack.org/#/c/10363/ when you have a few minutes? | 19:02 |
*** ewindisch_ has joined #openstack-dev | 19:11 | |
*** kbringard has quit IRC | 19:12 | |
*** kbringard has joined #openstack-dev | 19:13 | |
*** Ryan_Lane has joined #openstack-dev | 19:14 | |
*** ewindisch has quit IRC | 19:14 | |
*** ewindisch_ is now known as ewindisch | 19:14 | |
zul | dhellmann: ping | 19:16 |
dhellmann | zul: pong | 19:18 |
zul | dhellmann: hi, im in the middle of updating python-quantumclient for ubuntu and cliff is a dependency | 19:19 |
dhellmann | you're working on packaging? | 19:19 |
zul | dhellmann: yeah | 19:20 |
zul | dhellmann: one of the many things i do :) | 19:20 |
dhellmann | the folks that do that work deserve medals ;-) | 19:20 |
*** dprince has joined #openstack-dev | 19:20 | |
*** colinmcnamara has quit IRC | 19:21 | |
zul | dhellmann: anyways cliff uses tablib which bundles odf3 which is a dead project...which might pose some problems for us | 19:21 |
zul | dhellmann: thanks! | 19:21 |
* dhellmann looks up odf3 | 19:21 | |
*** danishman has joined #openstack-dev | 19:21 | |
dhellmann | does tablib have a dependency on odf3, or include the source? | 19:22 |
zul | dhellmann: so the real question is also take on the burden of maintaining odf3, considering it's bundled. | 19:22 |
zul | its included in the soruce | 19:22 |
dhellmann | ok | 19:22 |
dhellmann | is that a change from the version of tablib that was being used by, for example, the nova client? | 19:23 |
zul | afaik nova client is not using tablib | 19:23 |
zul | dhellmann: https://github.com/kennethreitz/tablib/tree/develop/tablib/packages/odf3 | 19:24 |
dhellmann | hmm. something was. | 19:24 |
*** nati_ueno has quit IRC | 19:24 | |
dhellmann | oh, no, it uses prettytable | 19:24 |
dhellmann | sorry, too many libraries :-) | 19:24 |
zul | dhellmann: yeah tell me about it | 19:24 |
dhellmann | ok, so tablib includes odf3, odf3 development has stopped. | 19:25 |
*** issackel_ has quit IRC | 19:25 | |
zul | dhellmann: right | 19:25 |
dhellmann | I guess ubuntu has a policy against packaging dead projects? makes sense. | 19:25 |
zul | dhellmann: correct for our main repository | 19:25 |
dhellmann | and the fact that it is included, rather than a dependency, doesn't change that? | 19:25 |
andrewbogott | jeblair: Any idea how I can reproduce that runaway testing failure locally? It's not obvious to me from that stack dump what it's doing. | 19:25 |
zul | dhellmann: correct | 19:25 |
*** rohitk has joined #openstack-dev | 19:26 | |
* dhellmann thinking | 19:26 | |
dhellmann | it looks like odf3 was replaced by ezodf https://bitbucket.org/mozman/ezodf | 19:26 |
dhellmann | well, I guess I could make tablib support an add-on to cliff | 19:27 |
*** jtran has quit IRC | 19:27 | |
zul | dhellmann: that would be awesome | 19:27 |
dhellmann | or I could talk to Kenneth about switching to ezodf | 19:27 |
dhellmann | are there alternatives I'm missing? | 19:28 |
zul | im not aware of any | 19:28 |
vishy | jog0: did you ever get this when running unittests? | 19:28 |
vishy | File "/opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/111_general_aggregates.py", line 46, in upgrade | 19:28 |
vishy | aggregate_hosts.drop_column('host') | 19:28 |
vishy | fikkiwed by: | 19:29 |
jeblair | andrewbogott: "tox -e py27" ? that's all the jenkins slaves do. it happened on both python26 and 27, so it seems like it shouldn't be too rare. | 19:29 |
vishy | * followed by: File "/usr/lib/python2.7/dist-packages/sqlalchemy/sql/compiler.py", line 1786, in _requires_quotes | 19:29 |
vishy | lc_value = value.lower() | 19:29 |
vishy | AttributeError: 'int' object has no attribute 'lower' | 19:29 |
dhellmann | zul, I should be able to do that as long as none of the tablib-based formats are the default format in the quantum cli or the unified cli. I think we used table to be consistent with the old output in the unified cli. | 19:30 |
andrewbogott | jeblair: Awkwardly I can't run the whole test suite because it always hangs in test_iterconsume_errors_will_reconnect. I guess I need to fix /that/ before I can fix my actual problem. | 19:30 |
zul | dhellmann: good enough for me thanks | 19:30 |
*** maurosr has quit IRC | 19:30 | |
dhellmann | zul: let me get in touch with kenneth and see what he says, and then get back to you. would you mind dropping me an email (doug.hellmann at dreamhost.com) so I can get back to you with what we decide to do? | 19:31 |
zul | dhellmann: sure | 19:31 |
dhellmann | zul: thanks! | 19:31 |
dhellmann | oh, do you have a time-frame for needing something? | 19:31 |
dhellmann | sooner==better, but is there a deadline? | 19:32 |
jog0 | vishy: don't think so. I had to add that line just for the unit tests actually | 19:32 |
*** reed has joined #openstack-dev | 19:32 | |
vishy | jog0: ok unittests are broken with SQLAlchemy 0.7.4 | 19:34 |
vishy | jog0: work on SQLAlchemy 0.7.8 | 19:34 |
jog0 | vishy: ahh | 19:34 |
*** nati_ueno has joined #openstack-dev | 19:35 | |
jog0 | vishy: and it looks like sqlalchemy isn't pinned down fully - 'tools/pip-requires:SQLAlchemy>=0.7.3' | 19:36 |
jeblair | andrewbogott: i may have traced that error back to the wrong change... i'm digging into that. I'm going to re-kick the test for your change. If that's what's happened, I'm verry sorry about that. | 19:37 |
andrewbogott | jeblair: It would surprise me if my change caused the problem. Some exceptions cause notifications, and if a notification causes an exception it can spin. | 19:38 |
*** eglynn has joined #openstack-dev | 19:38 | |
*** matwood has quit IRC | 19:39 | |
*** matwood has joined #openstack-dev | 19:40 | |
*** jtran has joined #openstack-dev | 19:41 | |
jeblair | andrewbogott: that's the case. my sincere apologies for sending you astray. Here's the change that actually caused the problem: https://review.openstack.org/#/c/10397/ | 19:41 |
andrewbogott | jeblair: Ah, ok. So, I'm behind in my jenkins know-how… can I retrigger the test, or should I just re-submit a trivially different patch? | 19:43 |
*** heckj has joined #openstack-dev | 19:43 | |
jeblair | andrewbogott: you can leave a comment that consists only of "recheck" and it will re-run the on-upload check tests. | 19:44 |
andrewbogott | Oh, cool! | 19:44 |
jeblair | andrewbogott: i did so already for that change, and it passed | 19:44 |
andrewbogott | thx | 19:44 |
andrewbogott | …that means I've come full-circle, and am back to asking jkoelker for a +2. https://review.openstack.org/#/c/10035/ | 19:45 |
vishy | jog0: the real issue is that precise is on .7.4 so we probably need to fix that migration | 19:47 |
jog0 | vishy: why didn't this get detected by the gating? | 19:47 |
*** nati_ueno has quit IRC | 19:48 | |
andrewbogott | jeblair: Meanwhile… do you have any idea if test_iterconsume_errors_will_reconnect 'mostly' works for people, or if it's expected to hang without certain infrastructure? | 19:48 |
*** nati_ueno has joined #openstack-dev | 19:48 | |
jeblair | andrewbogott: i don't know anything about that particular test -- it just looks like it passes in jenknis, which we try to keep as bare-bones as possible (very little is installed outside of the virtualenv that tox creates) | 19:51 |
*** novas0x2a|laptop has joined #openstack-dev | 19:51 | |
andrewbogott | hrm, ok. If it's not famous as a blocked than I probably have a fixable problem. | 19:51 |
*** novas0x2a|laptop has quit IRC | 19:51 | |
*** novas0x2a|laptop has joined #openstack-dev | 19:51 | |
*** nati_ueno has quit IRC | 19:53 | |
*** rohitk has quit IRC | 20:05 | |
*** wiliam has quit IRC | 20:06 | |
*** mokas has quit IRC | 20:06 | |
vishy | jog0: gates test with a venv | 20:06 |
vishy | using pip requires | 20:06 |
jog0 | ahh | 20:07 |
*** rohitk has joined #openstack-dev | 20:07 | |
*** steveb_ has joined #openstack-dev | 20:10 | |
jgriffith | zul: ping | 20:10 |
zul | jgriffith: pong | 20:10 |
*** markvoelker has quit IRC | 20:11 | |
jgriffith | zul: Hey... one thing you might notice... your gate tests on the nova-v branch are probably always going to pass | 20:11 |
jgriffith | zul: We're only gating on cinder now :( | 20:11 |
zul | jgriffith: ergh.. | 20:11 |
zul | jgriffith: so cinder is failing? | 20:11 |
jgriffith | zul: Sorry, should've mentioned tha earlier | 20:11 |
jgriffith | zul: fraid so... at least last time I checked | 20:12 |
zul | jgriffith: ok ill take a look this weekend | 20:12 |
jgriffith | zul: Sorry man | 20:12 |
zul | jgriffith: blah.. | 20:12 |
zul | jgriffith: how do you switch devstack to cinder? | 20:13 |
jgriffith | zul: I'll look and make sure it's even related | 20:13 |
jgriffith | zul: So you can do: | 20:13 |
jgriffith | zul: ENABLED_SERVICES+=,-n-vol,cinder,c-vol,c-api,c-sch | 20:14 |
jgriffith | zul: Add to your localrc | 20:14 |
jgriffith | zul: or just pull devstack review 9662 :) | 20:14 |
zul | jgriffith: ok ill poke at it | 20:17 |
*** danishman has quit IRC | 20:17 | |
jeblair | jgriffith: are you talking about tests zul wrote other than nova/cinder unit tests? | 20:18 |
jgriffith | jeblair: No I was talking about the changes he made to the volume code itself | 20:18 |
jeblair | jgriffith: so the _unit_ tests don't run in a devstack environment -- they just run in a virtualenv, and all of them (that aren't SKIPped) are run all the time... | 20:19 |
jgriffith | jeblair: Well, what I was getting at was the tempest tests | 20:19 |
jgriffith | jeblair: we're *only* running against cinder code now right? | 20:20 |
jgriffith | jeblair: So it doesn't run nova-volume, or does it do both? | 20:20 |
jeblair | jgriffith: okay. yes -- tempest will no longer test his new code in the devstack-gate-tempest test. | 20:20 |
*** rohitk has quit IRC | 20:20 | |
jgriffith | jeblair: Ok, that's what I was getting at. His submit on nova passes everything, but the cinder one fails tempest | 20:20 |
jgriffith | jeblair: I was pointing out the reason | 20:21 |
jeblair | jgriffith: gotcha. indeed, that may suggest the nova code has similar problems, but no automatic detection. | 20:21 |
jgriffith | jeblair: I was thinking about this type of situation the other day | 20:21 |
jgriffith | jeblair: Kind of exposed on the nova volume side of things | 20:21 |
jeblair | jgriffith: yeah. is the plan to still remove n-vol? | 20:22 |
jgriffith | jeblair: I think that remains to be answered based on the never ending ML thread | 20:22 |
jgriffith | jeblair: At the very least I think we'll deprecate | 20:22 |
jeblair | jgriffith: ugh. | 20:22 |
jgriffith | jeblair: But I don't get to make decisions about Nova :) | 20:22 |
*** sniperd_ has joined #openstack-dev | 20:23 | |
*** matwood_ has joined #openstack-dev | 20:23 | |
*** sniperd has quit IRC | 20:23 | |
jgriffith | jeblair: The only thing I can figure is make Cinder work and be as compat as possible so none of this is even an issue | 20:23 |
jeblair | jgriffith: yes. i'd like to just make the switch. it seems so wasteful for people to have to write code twice, and i'm not excited about testing it twice. | 20:24 |
jgriffith | jeblair: Yep | 20:24 |
jgriffith | jeblair: It causes a number of problems and confusion in my opinion | 20:25 |
zul | jgriffith: im getting the following when running it on cinder http://paste.ubuntu.com/1114435/ | 20:25 |
*** anniec has quit IRC | 20:25 | |
jgriffith | zul: ??? Have to say I haven't seen that before | 20:25 |
zul | jgriffith: im using euca2ools if that matters | 20:26 |
jgriffith | zul: shouldn't | 20:26 |
*** matwood has quit IRC | 20:26 | |
*** matwood_ is now known as matwood | 20:26 | |
jgriffith | zul: Lemme go look on my setup | 20:26 |
jgriffith | zul: Which command was this from? | 20:26 |
*** armaan has joined #openstack-dev | 20:26 | |
zul | euca-create-volumes -s 1 -z nvoa | 20:26 |
zul | er...-z nova | 20:26 |
jgriffith | :) | 20:27 |
*** Aaton_off is now known as Aaton | 20:27 | |
jgriffith | zul: hmmm... working for me | 20:29 |
jgriffith | zul: Fresh download of all the packages? | 20:29 |
zul | yep | 20:29 |
jgriffith | zul: DOH! Wait, there it is | 20:30 |
*** zaitcev has joined #openstack-dev | 20:30 | |
zul | looks like its missing cinder.compute import vm_states or soemthing | 20:30 |
jgriffith | zul: Well the bigger question is why it's even there/looking | 20:30 |
jgriffith | zul: We only do volumes :) | 20:31 |
zul | jgriffith: no idea...im off to watch the olympics have a good weekend :) | 20:31 |
jgriffith | zul: Thanks... enjoy! | 20:31 |
*** dprince has quit IRC | 20:35 | |
jgriffith | zul: It appears we've broken euca2ools :( You'll need to use the cinderclient for now: 'cinder create 1' etc | 20:38 |
jgriffith | zul: If i fix it this afternoon I'll let you know | 20:38 |
jgriffith | zul: Ohhhh... I think it's because you used -z nova, you need '-z cinder' | 20:40 |
jgriffith | zul: Yep... that was it | 20:42 |
zul | ok cool...i think i found my problems ill submit an update later | 20:42 |
jgriffith | zul: Great... have a good week-end! | 20:42 |
jgriffith | zul: I'll have to figure out how to deal with the zones at some point | 20:43 |
*** nati_ueno has joined #openstack-dev | 20:44 | |
clayg | do you have do anything to enable instance_faults getting saved into the db? It was added back in December and I never noticed it, but in my dev setups I don't see any rows even if I get a instance create to fail (e.g. image download fails) | 20:44 |
vishy | annegentle: ping | 20:45 |
*** colinmcnamara has joined #openstack-dev | 20:45 | |
*** issackel_ has joined #openstack-dev | 20:52 | |
*** ewindisch has quit IRC | 21:02 | |
*** jtran has quit IRC | 21:05 | |
*** colinmcnamara has quit IRC | 21:11 | |
*** andrewbogott has quit IRC | 21:12 | |
*** andrewbogott has joined #openstack-dev | 21:13 | |
*** andrewbogott has joined #openstack-dev | 21:13 | |
*** colinmcnamara has joined #openstack-dev | 21:14 | |
*** spiffxp is now known as spiffxp-testing | 21:14 | |
*** spiffxp-testing is now known as spiffxp | 21:15 | |
*** rohit404 has quit IRC | 21:15 | |
*** anderstj has quit IRC | 21:18 | |
*** anderstj_ has joined #openstack-dev | 21:18 | |
*** matwood has quit IRC | 21:19 | |
*** Ruetobas has quit IRC | 21:19 | |
clayg | i must have just found a method/error that didn't instance_fault_warp - I've got some stuff in the faults table now | 21:20 |
ayoung | can anyone 'recheck' on gerrit? I just tried to retrigger https://review.openstack.org/#/c/10341/1 | 21:20 |
ayoung | since itr depended on https://review.openstack.org/#/c/9582/ | 21:20 |
ayoung | which is now merged | 21:20 |
ayoung | but gate job does not seem to be running | 21:20 |
clarkb | ayoung: recheck runs the check tests. if you want to run the gate tests leave a comment with "reverify". Only do that if you have the necessary approvals to merge (code review +2 and approval +1) | 21:22 |
ayoung | clarkb, nah, I want the check tests | 21:23 |
ayoung | the glance patch had the approvals, and reverify worked fine | 21:23 |
ayoung | clarkb, now the check tests on the python-glanceclient patch need to be rerun | 21:23 |
clarkb | looks like they are running | 21:24 |
ayoung | ah, they are? How can you tell? | 21:24 |
clarkb | https://jenkins.openstack.org/zuul/status | 21:24 |
*** Ruetobas has joined #openstack-dev | 21:24 | |
ayoung | clarkb, thanks | 21:24 |
*** jtran has joined #openstack-dev | 21:25 | |
*** lorin1 has quit IRC | 21:30 | |
*** jtran has quit IRC | 21:31 | |
*** Gordonz has quit IRC | 21:31 | |
*** colinmcnamara has quit IRC | 21:31 | |
Ryan_Lane | ayoung: can you give me a curl example of getting a tenant token from a non-tenant token? | 21:34 |
Ryan_Lane | I'm not passing in the json properly | 21:35 |
ayoung | Ryan_Lane, yeah, there are examples online. 1 sec | 21:39 |
Ryan_Lane | cool. thanks | 21:39 |
ayoung | http://docs.openstack.org/developer/keystone/api_curl_examples.html | 21:40 |
ayoung | curl -d '{"auth":{"passwordCredentials":{"username": "joeuser", "password": "secrete"}}}' -H "Content-type: application/json" http://localhost:35357/v2.0/token | 21:40 |
ayoung | Ryan_Lane, I just tested ^^ with my sample user and it works | 21:41 |
ayoung | Ah, wait | 21:41 |
ayoung | that is not what you wanted | 21:41 |
Ryan_Lane | I tried this: curl -d '{"auth":{"tenant":{"name":"testlabs"}}}' -H 'content-type: application/json' -H 'X-Auth-Token: b6425b37fede4d1c91022424af570c7b' 'http://127.0.0.1:5000/v2.0/tokens' | 21:42 |
Ryan_Lane | I'm sure that's horribly wrong | 21:42 |
*** jtran has joined #openstack-dev | 21:43 | |
ayoung | passwordCredentials still needs to be inthere. which is likely abug | 21:43 |
*** rnirmal has quit IRC | 21:43 | |
Ryan_Lane | oh | 21:44 |
ayoung | if 'passwordCredentials' in auth: | 21:45 |
ayoung | that just measn auth has to be there, not passwordCredentials... | 21:45 |
ayoung | Ryan_Lane, actually, what you have there looks relatively correct | 21:46 |
*** kbringard has quit IRC | 21:47 | |
Ryan_Lane | well, there's a token line below the passwordCredentials line | 21:47 |
Ryan_Lane | hm. well, I just got a token back from a request | 21:48 |
Ryan_Lane | but it is missing role into and such | 21:48 |
Ryan_Lane | curl -d '{"auth":{"token":{"tenantName":"testlabs","id":"b6425b37fede4d1c91022424af570c7b"}}}' -H 'content-type: application/json' 'http://127.0.0.1:5000/v2.0/tokens' | 21:48 |
Ryan_Lane | *role info | 21:49 |
ayoung | Ryan_Lane, this is in essex, right? | 21:50 |
Ryan_Lane | yep | 21:50 |
*** cp16net|away is now known as cp16net | 21:50 | |
ayoung | OK, My code base is a little different now, as it has all my PKI tokens stuff in it...I might have a problem with expiry right now | 21:52 |
*** heckj has quit IRC | 21:56 | |
*** eglynn has quit IRC | 21:56 | |
ayoung | Ryan_Lane, is it possible that you are seeing the same LDAP problem we discusses and submitted the patch for ? | 21:56 |
ayoung | https://review.openstack.org/#/c/10365/ | 21:57 |
*** colinmcnamara has joined #openstack-dev | 21:59 | |
Ryan_Lane | ayoung: well, this is a patched version that I'm using | 21:59 |
ayoung | hmm | 21:59 |
*** datsun180b has quit IRC | 21:59 | |
Ryan_Lane | let me try the same with password auth and see what happens | 21:59 |
Ryan_Lane | wait. isn't it authenticating to something other than ldap with this? | 22:00 |
Ryan_Lane | how does it pull the roles and such in that auth function? | 22:00 |
Ryan_Lane | would it pull it from ldap? | 22:00 |
*** flaviamissi has quit IRC | 22:01 | |
*** markmcclain has quit IRC | 22:02 | |
ayoung | Ryan_Lane, try passing tenantid not tenant name | 22:03 |
ayoung | hmm | 22:04 |
ayoung | My code is significantly different. | 22:04 |
ayoung | Let me switch over to essex. I have Issues with my Folsom code right now | 22:04 |
*** dubsquared has quit IRC | 22:05 | |
Ryan_Lane | ok. I'll be tracing through the code too | 22:06 |
Ryan_Lane | the positive to all of this is that I'm getting reasonably familiar with the code :D | 22:06 |
Ryan_Lane | hm. yeah, when doing password auth I get all the info back | 22:07 |
*** dspano has quit IRC | 22:07 | |
Ryan_Lane | I basically only get the token back when doing token auth | 22:08 |
ayoung | Ryan_Lane, can you run the code in a debugger? | 22:09 |
Ryan_Lane | which debugger? | 22:09 |
*** andrewsmedina has quit IRC | 22:10 | |
ayoung | Well, I use eclipse. but there are many ways | 22:10 |
ayoung | probably the easiest is to run the keystone-all script from bin | 22:10 |
Ryan_Lane | it's running live on a server. I can run the process manually via a debugger, but not eclipse | 22:10 |
ayoung | and putin a import pdb; right into the code | 22:10 |
Ryan_Lane | I put debugging statement into the code | 22:11 |
ayoung | import pdb; pdb.set_trace() | 22:11 |
ayoung | that will break when you hit it | 22:11 |
Ryan_Lane | it's not getting a tenant_ref | 22:11 |
*** issackel_ has quit IRC | 22:11 | |
ayoung | line 334 fails? | 22:11 |
ayoung | tenant_ref = self.identity_api.get_tenant(context=context, | 22:11 |
ayoung | tenant_id=tenant_id) returns None? | 22:11 |
Ryan_Lane | yep | 22:12 |
Ryan_Lane | let me check my ldap log | 22:12 |
ayoung | tenantid is set? | 22:12 |
ayoung | pass the tenant_id in instead? | 22:12 |
Ryan_Lane | gimme a sec to see | 22:12 |
ayoung | tenant_id = auth.get('tenantId', None) | 22:12 |
Ryan_Lane | no tenant_id | 22:12 |
Ryan_Lane | ah | 22:14 |
Ryan_Lane | I see | 22:14 |
Ryan_Lane | I must be passing tenantName in wrong | 22:14 |
ayoung | "tenantName":"testlabs" looks right to me | 22:14 |
Ryan_Lane | curl -d '{"auth":{"tenantName":"testlabs","token":{"id":"b6425b37fede4d1c91022424af570c7b"}}}' -H 'content-type: application/json' 'http://127.0.0.1:35357/v2.0/tokens' | 22:15 |
Ryan_Lane | that's what I'm using now | 22:15 |
Ryan_Lane | it's getting closer | 22:15 |
Ryan_Lane | but now I'm getting a stacktrace | 22:15 |
Ryan_Lane | for role_id in metadata_ref.get('roles', []): | 22:15 |
Ryan_Lane | AttributeError: 'list' object has no attribute 'get' | 22:15 |
ayoung | hmmm...that sounds like our problem from the patch | 22:16 |
ayoung | looks like a list instead of a dict | 22:16 |
Ryan_Lane | yeah | 22:16 |
Ryan_Lane | self.identity_api.get_metadata | 22:17 |
Ryan_Lane | ah | 22:17 |
Ryan_Lane | it returns a list | 22:17 |
Ryan_Lane | in authenticate for the ldap backend we're turning it into a dict | 22:17 |
Ryan_Lane | but here we're making the call directly, which is a list | 22:17 |
ayoung | OK, hack in the change. We'll see it through | 22:18 |
Ryan_Lane | hah | 22:18 |
Ryan_Lane | got it | 22:18 |
Ryan_Lane | I hacked the metadata call into a dict and it works now | 22:18 |
Ryan_Lane | so… there's a more correct way for us to do this | 22:18 |
*** sacharya has quit IRC | 22:18 | |
Ryan_Lane | the metadata call should return a dict | 22:18 |
ayoung | right | 22:18 |
Ryan_Lane | and authenticate shouldn't turn it into one | 22:19 |
ayoung | better to change the LDAP provider than this code | 22:19 |
*** issackel_ has joined #openstack-dev | 22:19 | |
Ryan_Lane | yep | 22:19 |
ayoung | this is called by SQL and we can;t change it | 22:19 |
Ryan_Lane | yeah | 22:19 |
Ryan_Lane | let me push in a change | 22:19 |
Ryan_Lane | ok. tested my change in the live code. seems to work | 22:24 |
ayoung | Looks like I'll need to have an essex setup to test these changes | 22:25 |
Ryan_Lane | pushed a dependent change: https://review.openstack.org/10441 | 22:25 |
Ryan_Lane | ayoung: thanks so much for all the help, btw. this would have taken me way longer otherwise :) | 22:29 |
ayoung | Ryan_Lane, my pleasure | 22:29 |
ayoung | and probably my bugs in the first place | 22:29 |
Ryan_Lane | bugs happen. I need to catch up to the dev cycle for testing, rather than constantly being a version behind | 22:29 |
ayoung | Ryan_Lane, please file bugs. This will have to be fixed in both essex and folsome | 22:31 |
Ryan_Lane | ah. opk | 22:31 |
Ryan_Lane | will do | 22:31 |
ayoung | separate tix would be nice | 22:32 |
* Ryan_Lane nods | 22:32 | |
ayoung | I'll let you guess to whom they sould be assigned | 22:32 |
Ryan_Lane | is the first change we pushed in fixed in folsom? | 22:33 |
*** shardy is now known as shardy_afk | 22:34 | |
Ryan_Lane | oh | 22:35 |
Ryan_Lane | get_metadata is actually correct in folsom | 22:35 |
Ryan_Lane | both issues are fixed in folsom, actually | 22:36 |
*** rpedde is now known as rpedde_away | 22:38 | |
*** steveb_ has quit IRC | 22:46 | |
Ryan_Lane | ayoung: \o/ I have password, then token auth working in my frontend now :) | 22:57 |
Ryan_Lane | thanks for the help | 22:57 |
ayoung | Schweeet! | 22:57 |
ayoung | Now that I've solved your problem, lets see if I can solve my own | 22:57 |
Ryan_Lane | now I need to add memcache support to hold all the tokens for non-tenant and with-tenant tokens per user. I also need to ensure the token time for mediawiki and keystone match :) | 22:58 |
ayoung | memcache support should be just a config file change | 22:58 |
Ryan_Lane | well, I mean memcache support for mediawiki | 22:58 |
Ryan_Lane | for the api calls | 22:58 |
ayoung | [token] | 22:59 |
*** johnpostlethwait has quit IRC | 22:59 | |
ayoung | driver = keystone.token.backends.memcached.Token | 22:59 |
ayoung | or something | 22:59 |
Ryan_Lane | hm. probably a good idea to use memcache for keystone too | 22:59 |
Ryan_Lane | if I reboot the box then mediawiki sessions will be lost anyway | 22:59 |
Ryan_Lane | so the keystone tokens will be worthless | 22:59 |
Ryan_Lane | *the mediawiki memcache box | 23:00 |
*** jakedahn is now known as jakedahn_zz | 23:01 | |
*** matwood has joined #openstack-dev | 23:02 | |
*** andrewbogott has quit IRC | 23:02 | |
*** johnpostlethwait has joined #openstack-dev | 23:03 | |
*** koolhead17 has quit IRC | 23:05 | |
*** johnpostlethwait has quit IRC | 23:10 | |
*** armaan has left #openstack-dev | 23:14 | |
*** jakedahn_zz is now known as jakedahn | 23:16 | |
*** issackel_ has quit IRC | 23:18 | |
*** halfss has joined #openstack-dev | 23:19 | |
jgriffith | vishy: ping | 23:19 |
vishy | jgriffith: sup? | 23:20 |
jgriffith | vishy: Do you have a preference on https://bugs.launchpad.net/cinder/+bug/1029762 | 23:20 |
uvirtbot | Launchpad bug 1029762 in nova "Metadata items not seen in response body of Create Volume" [Undecided,New] | 23:20 |
jgriffith | vishy: I can either include the metadata and types in the object returned from create, or remove the metadata header altogether | 23:20 |
jgriffith | vishy: Wanted somebody elses input before I just *changed* it | 23:21 |
*** jog0 has quit IRC | 23:21 | |
vishy | jgriffith: if create accepts metadata the response should show it | 23:22 |
jgriffith | vishy: k, I'll add the info in the db api create method | 23:23 |
jgriffith | vishy: thanks | 23:23 |
*** dachary has quit IRC | 23:25 | |
*** dachary has joined #openstack-dev | 23:25 | |
*** anderstj_ has quit IRC | 23:27 | |
*** alop has quit IRC | 23:29 | |
*** armaan has joined #openstack-dev | 23:30 | |
*** armaan has left #openstack-dev | 23:30 | |
*** jakedahn is now known as jakedahn_zz | 23:31 | |
*** anderstj_ has joined #openstack-dev | 23:34 | |
*** anderstj_ has quit IRC | 23:34 | |
*** salv-orlando has quit IRC | 23:36 | |
*** anderstj has joined #openstack-dev | 23:37 | |
*** andrewsmedina has joined #openstack-dev | 23:41 | |
*** utlemming has quit IRC | 23:46 | |
*** utlemming has joined #openstack-dev | 23:46 | |
*** nati_uen_ has joined #openstack-dev | 23:50 | |
*** sacharya has joined #openstack-dev | 23:50 | |
*** novas0x2a|laptop has quit IRC | 23:51 | |
*** matwood has quit IRC | 23:51 | |
*** nati_ueno has quit IRC | 23:52 | |
*** swifterdarrell has joined #openstack-dev | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!