openstackgerrit | sleepsonthefloor proposed a change to openstack-dev/devstack: Fixes dashboard for new nova client changes * Fixes bug 917457 https://review.openstack.org/3128 | 00:00 |
---|---|---|
uvirtbot | Launchpad bug 917457 in devstack "Openstackx broken since nova api refactor" [Critical,In progress] https://launchpad.net/bugs/917457 | 00:00 |
*** remco_ has joined #openstack-dev | 00:00 | |
*** oneiroi has quit IRC | 00:05 | |
openstackgerrit | sleepsonthefloor proposed a change to openstack-dev/devstack: Fixes dashboard for new nova api changes * Fixes bug 917457 https://review.openstack.org/3128 | 00:06 |
uvirtbot | Launchpad bug 917457 in devstack "Openstackx broken since nova api refactor" [Critical,In progress] https://launchpad.net/bugs/917457 | 00:06 |
openstackgerrit | Yaguang Tang proposed a change to openstack/nova: fixed bug lp:885966 https://review.openstack.org/3094 | 00:07 |
*** remco_ has quit IRC | 00:08 | |
*** remco_ has joined #openstack-dev | 00:08 | |
*** pmyers has quit IRC | 00:11 | |
*** jeffjapan has joined #openstack-dev | 00:13 | |
*** jeremy_ has joined #openstack-dev | 00:15 | |
*** jeremy_ has joined #openstack-dev | 00:15 | |
*** dtroyer has quit IRC | 00:15 | |
*** flaviamissi has joined #openstack-dev | 00:15 | |
vishy | comstud: you around? | 00:15 |
*** jeremy has quit IRC | 00:18 | |
comstud | vishy: yup | 00:18 |
*** jeremy_ is now known as jeremy | 00:18 | |
*** flaviamissi has quit IRC | 00:18 | |
*** dragondm has quit IRC | 00:19 | |
vishy | comstud: is this just missing another review: https://review.openstack.org/#change,2552 ? | 00:19 |
comstud | yeah... sandy is supposed to be looking at it any time now | 00:19 |
comstud | but | 00:19 |
comstud | I think his concerns are minor.. naming, etc. so if someone else can review it.. i think we can address any other cleanup afterwards | 00:20 |
comstud | i have at least 2 other branches waiting on that, so, it'd be nice to get that in | 00:20 |
comstud | :) | 00:20 |
*** pmyers has joined #openstack-dev | 00:20 | |
comstud | i think i addressed sandy's concerns in the latest patchset anyway | 00:20 |
comstud | we talked about one of them yesterday | 00:21 |
*** jeremy_ has joined #openstack-dev | 00:21 | |
*** jeremy_ has joined #openstack-dev | 00:21 | |
openstackgerrit | A change to openstack/nova has been rejected: Capacity table support https://review.openstack.org/2460 | 00:22 |
comstud | lol, rejections are dumped here, nice. | 00:22 |
adam_g | is 'http://10.55.60.140:8774/v1.1/%tenant_id%' still the correct endpoint template for nova given the recent nova api changes? | 00:23 |
*** sleepsonthefloo has quit IRC | 00:23 | |
*** jeremy has quit IRC | 00:25 | |
*** jeremy_ is now known as jeremy | 00:25 | |
vishy | sure but v2 would be recommended | 00:28 |
vishy | comstud: I want to do some simple scheduler refactoring but i don't want to do it while it is in flux | 00:28 |
vishy | johan_-_: ping | 00:28 |
comstud | vishy: Yep.. i'd like to hear what you have in mind compared to what I was thinking.. I'll be in tomorrow. | 00:29 |
openstackgerrit | Monty Taylor proposed a change to openstack/python-quantumclient: Prepare for Jenkins gating job. https://review.openstack.org/3129 | 00:31 |
openstackgerrit | Gabriel Hurley proposed a change to openstack/horizon: Converts instances and volumes to new tables, modals, etc. https://review.openstack.org/3127 | 00:32 |
vishy | comstud: only thing that bugs me in here is compute_host_passes volume_host_passes | 00:35 |
vishy | etc. | 00:35 |
comstud | it kinda bugs me now too | 00:36 |
comstud | I wanted to remove list rebuilding on every single filter routine, so I made it operate on a single host... and coming up with names that made sense was challenging | 00:36 |
comstud | but I can see the need for filtering on the whole list of hosts | 00:37 |
comstud | which part is your concern? | 00:37 |
openstackgerrit | Verification of a change to openstack/nova failed: Fixed bug 912701 https://review.openstack.org/3067 | 00:37 |
uvirtbot | Launchpad bug 912701 in nova "Openstack Compute with Xen in Ubuntu 11.10 fails to load due to Domain-0 being considered an instance" [Undecided,In progress] https://launchpad.net/bugs/912701 | 00:37 |
vishy | comstud: we have a different scheduler defined for compute and for volume | 00:38 |
vishy | comstud: (and we don't use scheduler for network at all) | 00:38 |
comstud | vishy: But should we? | 00:38 |
comstud | I guess that's the question | 00:39 |
vishy | comstud: I think so | 00:39 |
comstud | Ok | 00:39 |
vishy | comstud: i mean you could specify the same scheduler for both | 00:39 |
vishy | compute_scheduler=xxx and volume_scheduler=xxx | 00:39 |
comstud | I don't like this 'multi scheduler' thing | 00:39 |
comstud | it's a huge hack | 00:39 |
vishy | but do we need separate filters in the same method? | 00:39 |
vishy | comstud: schedulers are going to be inline eventually right? not through rpc? | 00:40 |
vishy | so volume-api will be using one scheduler and compute-api will be using another | 00:40 |
comstud | hm, I wasn't picturing that | 00:40 |
vishy | you still think there should be a queue? for scheduling? | 00:41 |
openstackgerrit | Johannes Erdfelt proposed a change to openstack/nova: KVM and XEN Disk Management Parity https://review.openstack.org/2918 | 00:41 |
comstud | I hadn't thought about it | 00:41 |
comstud | It would be nice to avoid it :) | 00:41 |
comstud | right now.. | 00:41 |
comstud | it would help avoid race conditions | 00:41 |
comstud | i mean | 00:41 |
comstud | the current way | 00:41 |
*** bsza has joined #openstack-dev | 00:41 | |
vishy | comstud: I don't think there is any need to send stuff through the queue | 00:41 |
comstud | we're holding state on things | 00:41 |
openstackgerrit | Brian Waldon proposed a change to openstack/glance: Add policy checking for basic image operations https://review.openstack.org/3130 | 00:42 |
vishy | if we do 1 scheduler we have an spof, so we will need to deal with race conditions anyway | 00:42 |
vishy | comstud: but regardless, even if we keep the queue, volume scheduling should be using a different queue that compute scheduling | 00:42 |
comstud | well, 2 schedulers is less issues than 600 compute hosts | 00:42 |
vishy | comstud: it is 2 schedulers vs X api nodes | 00:43 |
comstud | compute does scheduling too | 00:43 |
comstud | for resize, etc | 00:43 |
vishy | ah interesting | 00:43 |
vishy | ok well table the discussion on separate scheduler | 00:43 |
comstud | maybe it shouldn't | 00:43 |
vishy | comstud: it is going to be its own project eventually | 00:43 |
comstud | I mean... I really like the idea | 00:44 |
comstud | I'd like to thinka bout it some more | 00:44 |
vishy | comstud: volume that is | 00:44 |
vishy | comstud: so they shouldn't be using the same schedulers code wise | 00:44 |
comstud | Ok | 00:44 |
vishy | and network doesn't need a scheduler right now (and may never) | 00:44 |
comstud | I can remove the network based stub.. i'm not sure why I added it | 00:45 |
vishy | so i think just giving it one host_passes is fine | 00:45 |
openstackgerrit | Gabriel Hurley proposed a change to openstack/horizon: Converts instances and volumes to new tables, modals, etc. https://review.openstack.org/3127 | 00:45 |
comstud | Ok | 00:45 |
comstud | I'm fine with that | 00:45 |
vishy | and we can filter out host.service.binary != 'nova-compute' | 00:45 |
vishy | or whatever | 00:45 |
vishy | comstud: ok cool everything else looks good so far | 00:46 |
comstud | yeah, in the filters | 00:46 |
pvo | vishy: pong | 00:46 |
comstud | this will need some further tweaking after this lands still | 00:46 |
comstud | but I'll make those changes tonight | 00:46 |
vishy | comstud: coolness | 00:46 |
pvo | vishy: from your 5:12CST ping | 00:46 |
vishy | pvo: I was just trying to find out what was up with johan | 00:46 |
vishy | pvo: but he just updated his branch | 00:46 |
pvo | was in training today, but it seems I missed a lively ppb meeting. | 00:46 |
pvo | cool | 00:47 |
comstud | vishy: You can ask me about johan | 00:47 |
*** HDhillon_ has quit IRC | 00:47 | |
vishy | comstud: ok will do in the future | 00:47 |
pvo | vishy: yea, he and comstud are BFFs | 00:47 |
comstud | He's getting snowed on | 00:47 |
vishy | comstud: I just wasn't sure if there was some reason he hadn't updated the disk parity branch but he did | 00:47 |
comstud | what else do you want to know? | 00:47 |
comstud | :) | 00:47 |
comstud | i think it's just that he has 5 things going | 00:47 |
comstud | you know, we like to keep people busy over here in public cloud. | 00:48 |
comstud | :) | 00:48 |
vishy | comstud: k :) | 00:48 |
vishy | we're really close to getting all of the blueprints met for e3 | 00:48 |
vishy | - a few that sploded | 00:48 |
vishy | the other big one is yours :) | 00:48 |
comstud | cools | 00:48 |
comstud | yeah | 00:49 |
vishy | comstud: one other question | 00:49 |
comstud | will talk to youa bout that tomorrow | 00:49 |
*** pmyers has quit IRC | 00:49 | |
vishy | comstud: what is up with zonemanager | 00:49 |
comstud | i don't think there's a lot to talk about, but syncing in person will help | 00:49 |
vishy | comstud: is it going away? | 00:49 |
comstud | vishy: It's moving | 00:49 |
*** pmyers has joined #openstack-dev | 00:49 | |
comstud | to a separate zones service | 00:49 |
vishy | comstud: external to nova? | 00:50 |
comstud | it doesn't belong in with the scheduler | 00:50 |
comstud | No, although it could easily | 00:50 |
vishy | comstud: ok cool, we will chat about it tomorrow | 00:50 |
comstud | yep! | 00:50 |
comstud | that's part of what I want to talk about | 00:50 |
vishy | I just want to get to the point where i can rewrite simple scheduler | 00:50 |
comstud | yep | 00:50 |
vishy | and add something for special scheduler hints like 'different-host': | 00:50 |
comstud | zones shit will be ripped out from the schedulers | 00:50 |
comstud | that'll negate the need for the distributed scheduler | 00:51 |
*** pmyers has quit IRC | 00:51 | |
comstud | as long as we put the filtering/weighing functionality into simple or whatever. | 00:51 |
pvo | comstud: can I join that chat tomorrow too? | 00:51 |
*** pmyers has joined #openstack-dev | 00:51 | |
comstud | pvo: Are you going to make it to SF? | 00:51 |
*** lloydde has quit IRC | 00:51 | |
pvo | mebbie. | 00:51 |
comstud | hehe | 00:51 |
pvo | just want to eavesdrop on the direction. | 00:51 |
pvo | or maybe you can I can sync later. | 00:52 |
comstud | we don't have working phones | 00:52 |
comstud | so it's kind of an issue... we could try skype | 00:52 |
pvo | we use skype anyways :) | 00:52 |
pvo | k | 00:52 |
comstud | if you're available whenever we get around to talking | 00:52 |
pvo | sure, don't hold anything up for me | 00:52 |
*** crobinso has quit IRC | 00:52 | |
comstud | oh don't worry... we won't! | 00:52 |
comstud | :) | 00:52 |
openstackgerrit | Verification of a change to openstack/python-quantumclient failed: Prepare for Jenkins gating job. https://review.openstack.org/3129 | 00:52 |
pvo | i figured. ;p | 00:52 |
openstackgerrit | Verification of a change to openstack/python-quantumclient failed: Prepare for Jenkins gating job. https://review.openstack.org/3129 | 00:53 |
pvo | I did have some things to run by you so I'll try to find you tomorrow before you chat with vish. | 00:53 |
comstud | ok | 00:53 |
comstud | i guess i'll try to get into the city before my standup | 00:54 |
comstud | so i should have time right after that | 00:54 |
comstud | unless i'm late and driving after standup | 00:54 |
comstud | :) | 00:54 |
comstud | i gotta drop off while it's still daylight | 00:55 |
comstud | bbl | 00:55 |
* comstud & | 00:55 | |
zaitcev | I'm thinking about that SF thing too... But surely I'll manage Glance working before April | 00:56 |
openstackgerrit | Verification of a change to openstack/python-quantumclient failed: Prepare for Jenkins gating job. https://review.openstack.org/3129 | 00:58 |
*** sleepsonthefloo has joined #openstack-dev | 01:06 | |
openstackgerrit | Gabriel Hurley proposed a change to openstack/horizon: Converts instances and volumes to new tables, modals, etc. https://review.openstack.org/3127 | 01:08 |
*** lennox_ has joined #openstack-dev | 01:09 | |
*** AlanClark has quit IRC | 01:10 | |
*** bsza has quit IRC | 01:11 | |
*** flaviamissi has joined #openstack-dev | 01:11 | |
*** Ryan_Lane has quit IRC | 01:12 | |
*** jeremy has quit IRC | 01:13 | |
*** lennox_ has quit IRC | 01:13 | |
*** davlap has quit IRC | 01:14 | |
*** jeremy has joined #openstack-dev | 01:15 | |
*** jeremy has joined #openstack-dev | 01:15 | |
*** JeepinLennox_ has joined #openstack-dev | 01:15 | |
*** flaviamissi has quit IRC | 01:16 | |
*** Ryan_Lane has joined #openstack-dev | 01:19 | |
openstackgerrit | Verification of a change to openstack/python-quantumclient failed: Prepare for Jenkins gating job. https://review.openstack.org/3129 | 01:25 |
*** Ryan_Lane has quit IRC | 01:35 | |
*** Ryan_Lane1 has joined #openstack-dev | 01:35 | |
*** dtroyer has joined #openstack-dev | 01:40 | |
*** jakedahn has quit IRC | 01:44 | |
*** misheska has quit IRC | 01:45 | |
PaulM | hahaha | 01:50 |
openstackgerrit | Zhongyue Luo proposed a change to openstack/nova: api-paste.ini Keystone settings template https://review.openstack.org/3131 | 01:52 |
*** shevek_ has quit IRC | 01:54 | |
*** andrewbogott has quit IRC | 01:58 | |
*** Ryan_Lane1 is now known as Ryan_Lane | 02:01 | |
*** Ryan_Lane has joined #openstack-dev | 02:01 | |
*** Ryan_Lane has quit IRC | 02:13 | |
*** Ryan_Lane has joined #openstack-dev | 02:13 | |
openstackgerrit | Dan Prince proposed a change to openstack/nova: Set instance_ref property when creating snapshots. https://review.openstack.org/3116 | 02:15 |
*** novas0x2a|laptop has quit IRC | 02:15 | |
*** jdurgin has quit IRC | 02:16 | |
*** jakedahn has joined #openstack-dev | 02:18 | |
*** ohnoimdead has quit IRC | 02:21 | |
openstackgerrit | Joe Gordon proposed a change to openstack/nova: Cleanup Imports to match HACKING guidelines https://review.openstack.org/3132 | 02:22 |
*** AlanClark has joined #openstack-dev | 02:27 | |
*** mnewby_ has joined #openstack-dev | 02:31 | |
*** mnewby has quit IRC | 02:34 | |
*** anotherjesse has joined #openstack-dev | 02:35 | |
*** mnewby_ has quit IRC | 02:36 | |
*** anotherjesse1 has quit IRC | 02:36 | |
*** jog0 has quit IRC | 02:37 | |
*** anotherjesse has quit IRC | 02:37 | |
*** jakedahn has quit IRC | 02:40 | |
*** andrewbogott has joined #openstack-dev | 02:50 | |
*** andrewbogott has joined #openstack-dev | 02:50 | |
*** JeepinLennox_ has quit IRC | 02:51 | |
*** JeepinLennox has joined #openstack-dev | 02:53 | |
*** JeepinLennox has quit IRC | 02:56 | |
openstackgerrit | Dean Troyer proposed a change to openstack-dev/devstack: Glance changes to stack.sh for https://review.openstack.org/3092 https://review.openstack.org/3095 | 02:57 |
*** andrewbogott has quit IRC | 02:58 | |
*** mohans has joined #openstack-dev | 03:05 | |
*** Ryan_Lane has quit IRC | 03:07 | |
*** Ryan_Lane has joined #openstack-dev | 03:07 | |
*** Ryan_Lane has joined #openstack-dev | 03:07 | |
*** jeremy_ has joined #openstack-dev | 03:10 | |
*** jeremy_ has joined #openstack-dev | 03:10 | |
*** bengrue has quit IRC | 03:11 | |
*** jeremy has quit IRC | 03:12 | |
*** jeremy_ is now known as jeremy | 03:12 | |
*** AlanClark has quit IRC | 03:20 | |
*** maplebed has quit IRC | 03:25 | |
*** andrewsmedina has quit IRC | 03:29 | |
*** winston-d has quit IRC | 03:30 | |
*** winston-d has joined #openstack-dev | 03:32 | |
*** maplebed has joined #openstack-dev | 03:37 | |
*** jeremy_ has joined #openstack-dev | 03:46 | |
*** jeremy_ has joined #openstack-dev | 03:46 | |
*** jeremy has quit IRC | 03:49 | |
*** jeremy_ is now known as jeremy | 03:49 | |
openstackgerrit | Monty Taylor proposed a change to openstack/python-quantumclient: Added README. https://review.openstack.org/3133 | 03:50 |
*** jakedahn has joined #openstack-dev | 03:52 | |
*** lloydde has joined #openstack-dev | 04:01 | |
*** pquerna has quit IRC | 04:02 | |
*** deshantm has quit IRC | 04:04 | |
*** pquerna has joined #openstack-dev | 04:13 | |
*** maplebed has quit IRC | 04:16 | |
*** Ryan_Lane1 has joined #openstack-dev | 04:16 | |
*** Ryan_Lane has quit IRC | 04:16 | |
*** maplebed has joined #openstack-dev | 04:17 | |
*** Ryan_Lane1 is now known as Ryan_Lane | 04:17 | |
*** Ryan_Lane has joined #openstack-dev | 04:17 | |
*** pquerna has quit IRC | 04:18 | |
*** pquerna has joined #openstack-dev | 04:18 | |
openstackgerrit | Kei Masumoto proposed a change to openstack/nova: Fix bug #917615 https://review.openstack.org/3134 | 04:23 |
uvirtbot | Launchpad bug 917615 in nova "Inappropriate exception handling on kvm live/block migration" [Undecided,New] https://launchpad.net/bugs/917615 | 04:23 |
openstackgerrit | Verification of a change to openstack/nova failed: Add dns domain manipulation to nova. https://review.openstack.org/2938 | 04:31 |
*** shevek_ has joined #openstack-dev | 04:35 | |
*** sleepsonthefloo has quit IRC | 04:39 | |
*** dtroyer has quit IRC | 04:41 | |
openstackgerrit | Zhongyue Luo proposed a change to openstack/nova: api-paste.ini Keystone settings template https://review.openstack.org/3131 | 04:44 |
*** gyee has quit IRC | 04:58 | |
openstackgerrit | A change to openstack/nova has been rejected: blueprint nova-image-cache-management phase1 https://review.openstack.org/2902 | 05:02 |
*** andrewbogott has joined #openstack-dev | 05:03 | |
openstackjenkins | Project nova-docs build #1964: SUCCESS in 2 min 46 sec: https://jenkins.openstack.org/job/nova-docs/1964/ | 05:03 |
openstackjenkins | alex.meade: Stop allowing blank image names on snapshot/backup | 05:03 |
openstackgerrit | Verification of a change to openstack/nova failed: Added an LDAP/PowerDNS driver https://review.openstack.org/3025 | 05:07 |
*** lloydde has quit IRC | 05:09 | |
*** pixelbeat has quit IRC | 05:12 | |
mikal | mtaylor: you around? | 05:24 |
mtaylor | mikal: sup/ | 05:30 |
mtaylor | ? | 05:30 |
mikal | Hey -- I'm trying to work how I add a comment in a gerrit review that relates to the entire patch set, but not a single line of code. i.e. a message saying something about being at a conference and taking a look at review comments next week... | 05:31 |
andrewbogott | mikal: When you click the 'review' button you'll be prompted for a general (not-code-associated) comment. | 05:36 |
andrewbogott | Is that what you're asking? | 05:36 |
mtaylor | mikal: yes. what andrewbogott said | 05:36 |
mikal | Oh, that sounds perfect. Thanks. | 05:37 |
mtaylor | mikal: and just don't vote +1 or -1 | 05:37 |
andrewbogott | mikal: Indeed, even if you do line-by-line commenting, no one else can see them until you finalize by clicking 'review'. | 05:37 |
mikal | Yeah, I'd figured that bit out | 05:37 |
*** JeepinLennox has joined #openstack-dev | 05:39 | |
*** pmyers has quit IRC | 05:39 | |
openstackgerrit | Chris Behrens proposed a change to openstack/nova: Separate scheduler host management https://review.openstack.org/2552 | 05:40 |
*** lloydde has joined #openstack-dev | 05:42 | |
openstackgerrit | Chris Behrens proposed a change to openstack/nova: Separate scheduler host management https://review.openstack.org/2552 | 05:43 |
comstud | vishy: your issue should be addressed ^^ | 05:45 |
*** mnewby has joined #openstack-dev | 05:49 | |
*** sleepsonthefloo has joined #openstack-dev | 05:49 | |
*** mnewby has quit IRC | 05:50 | |
*** HDhillon has joined #openstack-dev | 05:50 | |
andrewbogott | bcwaldon: So, I need to add my new functions to a policy list someplace, right? | 05:51 |
openstackgerrit | Yaguang Tang proposed a change to openstack/nova: fixed bug lp:885966 https://review.openstack.org/3094 | 05:57 |
*** Ryan_Lane has quit IRC | 05:59 | |
*** Ryan_Lane has joined #openstack-dev | 05:59 | |
*** sleepsonthefloo has quit IRC | 06:09 | |
openstackgerrit | andrewbogott proposed a change to openstack/nova: Add dns domain manipulation to nova. https://review.openstack.org/2938 | 06:20 |
*** maplebed has quit IRC | 06:26 | |
*** HDhillon has quit IRC | 06:29 | |
*** spiffxp has quit IRC | 06:29 | |
*** shevek__ has joined #openstack-dev | 06:32 | |
*** shevek_ has quit IRC | 06:34 | |
*** lloydde has quit IRC | 06:36 | |
*** bepernoot has joined #openstack-dev | 06:38 | |
*** Ryan_Lane has quit IRC | 06:38 | |
*** JeepinLennox has quit IRC | 06:39 | |
openstackgerrit | Verification of a change to openstack/tempest failed: Adds Images API tests https://review.openstack.org/2884 | 06:42 |
openstackgerrit | Sapan Kona proposed a change to openstack/tempest: Made a few style-related fixups Changed the error response code from 422 to 404 and converted the indentation to 4 space width. Added nonexistant server action tests for reboot and rebuild Restored the deleted new lines. https://review.openstack.org/2554 | 06:45 |
*** reed has quit IRC | 06:49 | |
*** bepernoot has quit IRC | 06:51 | |
*** andrewbogott has quit IRC | 06:57 | |
*** sniperd_ has joined #openstack-dev | 07:07 | |
*** bourke_ has joined #openstack-dev | 07:07 | |
*** HDhillon has joined #openstack-dev | 07:13 | |
*** sniperd has quit IRC | 07:16 | |
*** bourke has quit IRC | 07:16 | |
*** Tribaal has quit IRC | 07:16 | |
*** rbasak has quit IRC | 07:16 | |
*** zykes- has quit IRC | 07:16 | |
*** mikal has quit IRC | 07:16 | |
*** Tribaal has joined #openstack-dev | 07:17 | |
*** rbasak has joined #openstack-dev | 07:17 | |
*** zykes- has joined #openstack-dev | 07:17 | |
*** mikal has joined #openstack-dev | 07:17 | |
*** mikal has quit IRC | 07:18 | |
*** Ryan_Lane has joined #openstack-dev | 07:18 | |
*** mikal has joined #openstack-dev | 07:20 | |
*** cdub has quit IRC | 07:21 | |
*** maplebed has joined #openstack-dev | 07:21 | |
*** cdub has joined #openstack-dev | 07:22 | |
*** mikal has quit IRC | 07:24 | |
*** mikal has joined #openstack-dev | 07:27 | |
*** zaitcev has quit IRC | 07:37 | |
*** HDhillon_ has joined #openstack-dev | 07:46 | |
*** HDhillon has quit IRC | 07:48 | |
soren | sandywalsh: No. | 07:48 |
soren | sandywalsh: Whatever you put as a decorator must be something that takes the decoratee as its only argument, right? | 07:49 |
*** bepernoot has joined #openstack-dev | 07:50 | |
soren | sandywalsh: Well, when you use a decorator that takes arguments itself, it gets evaluated, and the value of that "expression" has to be a decorator itself. | 07:51 |
soren | sandywalsh: Put differently, "@XXX" followed by "def foo(blah):" is equivalent to "def foo(blah):[...]" followed by "foo = XXX(foo)". So, for XXX == "decorator(with, args)", you're doing "foo = decorator(with, args)(foo)". Looking at that, it's obvious that it has to return a decorator. | 07:55 |
*** bepernoot has quit IRC | 07:59 | |
*** bepernoot has joined #openstack-dev | 08:00 | |
openstackjenkins | Project nova-docs build #1965: SUCCESS in 3 min 0 sec: https://jenkins.openstack.org/job/nova-docs/1965/ | 08:03 |
openstackjenkins | dan.prince: Set instance_ref property when creating snapshots. | 08:03 |
*** reidrac has joined #openstack-dev | 08:21 | |
openstackgerrit | Vish Ishaya proposed a change to openstack/nova: Brings back keystone middleware https://review.openstack.org/3135 | 08:27 |
openstackgerrit | A change to openstack/nova has been rejected: api-paste.ini Keystone settings template https://review.openstack.org/3131 | 08:29 |
*** eglynn has quit IRC | 08:31 | |
*** shevek__ has quit IRC | 08:43 | |
*** HDhillon_ has quit IRC | 08:43 | |
*** jeffjapan has quit IRC | 08:45 | |
*** apevec has joined #openstack-dev | 08:53 | |
*** koolhead11 has joined #openstack-dev | 08:54 | |
*** eglynn has joined #openstack-dev | 09:01 | |
openstackgerrit | Kei Masumoto proposed a change to openstack/nova: Adding live migration server actions https://review.openstack.org/2315 | 09:02 |
*** markmc has joined #openstack-dev | 09:02 | |
*** Ryan_Lane has quit IRC | 09:11 | |
*** bourke_ has quit IRC | 09:16 | |
*** bourke has joined #openstack-dev | 09:16 | |
*** oneiroi has joined #openstack-dev | 09:31 | |
*** maploin has joined #openstack-dev | 09:36 | |
*** maploin has joined #openstack-dev | 09:36 | |
*** darraghb has joined #openstack-dev | 09:54 | |
openstackgerrit | Sapan Kona proposed a change to openstack/tempest: Changed indentation to 4 space width. Added test_get_nonexistant_server_details https://review.openstack.org/2503 | 09:55 |
*** eglynn has quit IRC | 10:08 | |
*** pixelbeat has joined #openstack-dev | 10:23 | |
openstackgerrit | Sapan Kona proposed a change to openstack/tempest: Fixes LP Bug#903969 - Image metadata boundary tests https://review.openstack.org/2556 | 10:24 |
openstackgerrit | Sapan Kona proposed a change to openstack/tempest: Fixes LP Bug#903977 - Boundary tests for list servers https://review.openstack.org/2503 | 10:24 |
openstackgerrit | John Garbutt proposed a change to openstack/nova: blueprint host-aggregates https://review.openstack.org/3109 | 10:28 |
openstackgerrit | Sapan Kona proposed a change to openstack/tempest: Changed indentation to 4 space width. Added test_get_nonexistant_server_details https://review.openstack.org/2503 | 10:28 |
*** eglynn has joined #openstack-dev | 10:38 | |
openstackgerrit | Sapan Kona proposed a change to openstack/tempest: Fixes LP Bug#903977 - Boundary tests for list servers https://review.openstack.org/2503 | 10:40 |
*** markmc_ has joined #openstack-dev | 11:15 | |
*** markmc has quit IRC | 11:15 | |
*** markmc_ is now known as markmc | 11:17 | |
*** andrewsmedina has joined #openstack-dev | 11:34 | |
*** derekh has joined #openstack-dev | 11:35 | |
*** markvoelker has joined #openstack-dev | 11:50 | |
*** flaviamissi has joined #openstack-dev | 11:51 | |
*** andrewsmedina has quit IRC | 12:01 | |
openstackgerrit | Sapan Kona proposed a change to openstack/tempest: Wrote testcases for List Floating IP Operations https://review.openstack.org/3136 | 12:01 |
openstackgerrit | Zhongyue Luo proposed a change to openstack/nova: Nova API doesn't return instance security groups https://review.openstack.org/3137 | 12:18 |
*** corrigac has joined #openstack-dev | 12:21 | |
*** andrewsmedina has joined #openstack-dev | 12:27 | |
openstackgerrit | Razique Mahroua proposed a change to openstack/openstack-manuals: Fix bug #882287 https://review.openstack.org/3138 | 12:54 |
uvirtbot | Launchpad bug 882287 in openstack-manuals "--osapi_extensions_path is now gone; use --osapi_extension, which takes a different form of input" [Undecided,In progress] https://launchpad.net/bugs/882287 | 12:54 |
*** rkukura has joined #openstack-dev | 13:13 | |
*** lts has joined #openstack-dev | 13:14 | |
*** pmyers has joined #openstack-dev | 13:29 | |
openstackgerrit | Alvaro Lopez proposed a change to openstack/nova: Fixed bug 912701 https://review.openstack.org/3067 | 13:44 |
uvirtbot | Launchpad bug 912701 in nova "Openstack Compute with Xen in Ubuntu 11.10 fails to load due to Domain-0 being considered an instance" [Undecided,In progress] https://launchpad.net/bugs/912701 | 13:44 |
*** crobinso has joined #openstack-dev | 13:48 | |
*** pvo has quit IRC | 13:58 | |
*** pvo has joined #openstack-dev | 14:02 | |
*** flaviamissi has quit IRC | 14:04 | |
*** bsza has joined #openstack-dev | 14:07 | |
*** kbringard has joined #openstack-dev | 14:12 | |
*** dprince has joined #openstack-dev | 14:13 | |
*** AlanClark has joined #openstack-dev | 14:15 | |
openstackgerrit | Chuck Short proposed a change to openstack/tempest: Add start of EC2 API testing to tempest. https://review.openstack.org/3064 | 14:18 |
markmc | Daviey, add yourself to http://wiki.openstack.org/Contributors | 14:22 |
Daviey | Does this mean i need to dig out my echosign thingy? :) | 14:26 |
*** AlanClark has quit IRC | 14:26 | |
markmc | Daviey, yep | 14:27 |
*** vinilios has joined #openstack-dev | 14:29 | |
Kiall | Any of the keystone dev's about? I'm wondering how service catalog and multiple API versions should interact.. | 14:36 |
Kiall | Right now, the service catalog returns versioned URI's, but the client is left to parse that URI to know which API version it points at.. | 14:37 |
Daviey | markmc: done | 14:39 |
*** deshantm has joined #openstack-dev | 14:42 | |
*** AlanClark has joined #openstack-dev | 14:49 | |
openstackgerrit | rhafer proposed a change to openstack/keystone: Fix LDAP Schema Syntax (bug 904380) https://review.openstack.org/3140 | 14:49 |
uvirtbot | Launchpad bug 904380 in keystone ""Duplicate option" error when adding the LDAP schema to OpenLDAP" [Medium,Incomplete] https://launchpad.net/bugs/904380 | 14:49 |
*** oneiroi has quit IRC | 14:49 | |
*** dtroyer has joined #openstack-dev | 14:54 | |
*** jaypipes-afk is now known as jaypipes | 15:13 | |
Kiall | LinuxJedi: re https://review.openstack.org/2840 .. should the tests not have waited for the +2 aswell in that case? | 15:14 |
LinuxJedi | Kiall: the tests trigger when the Approved is ticked. So in an ideal world it won't like the Approval happen until +2 | 15:15 |
LinuxJedi | Kiall: and I've opened a Wishlist bug for that | 15:15 |
LinuxJedi | Kiall: https://bugs.launchpad.net/openstack-ci/+bug/917844 | 15:16 |
uvirtbot | Launchpad bug 917844 in openstack-ci "Gerrit should error if an Approval is attempted without a +2 in code review" [Wishlist,New] | 15:16 |
LinuxJedi | s/like/let | 15:16 |
markmc | Kiall, I +2ed it | 15:17 |
Kiall | markmc: cool :) | 15:17 |
*** zaitcev has joined #openstack-dev | 15:18 | |
LinuxJedi | markmc: now, from what mtaylor was saying the Approved thing needs ticking again and it should hopefully merge correctly. | 15:19 |
markmc | LinuxJedi, ok, I just tried toggling approved from +1 to 0 to +1 | 15:20 |
Kiall | LinuxJedi: I believe it just merged correctly, although the github mirror hasn't updated.. I assume that is on a timer though.. | 15:20 |
Kiall | Oh wait.. nevermind | 15:21 |
*** rnirmal has joined #openstack-dev | 15:21 | |
LinuxJedi | markmc: fantastic, it still doesn't work :) | 15:22 |
LinuxJedi | Kiall, markmc: I have to pop out now but I'll ping the guys to look at this | 15:22 |
*** flaviamissi has joined #openstack-dev | 15:22 | |
*** CarlosM has joined #openstack-dev | 15:23 | |
*** rnirmal_ has joined #openstack-dev | 15:26 | |
*** ghe_ has joined #openstack-dev | 15:27 | |
*** rnirmal_ has joined #openstack-dev | 15:27 | |
*** rnirmal has quit IRC | 15:27 | |
*** rnirmal_ is now known as rnirmal | 15:27 | |
*** rkukura has quit IRC | 15:32 | |
*** lloydde has joined #openstack-dev | 15:34 | |
*** koolhead11 has quit IRC | 15:40 | |
*** deshantm_ has joined #openstack-dev | 15:41 | |
*** lloydde has quit IRC | 15:42 | |
*** deshantm has quit IRC | 15:42 | |
*** deshantm_ is now known as deshantm | 15:42 | |
*** zzed has joined #openstack-dev | 15:46 | |
*** dragondm has joined #openstack-dev | 15:49 | |
*** dragondm has quit IRC | 15:57 | |
*** dragondm has joined #openstack-dev | 15:57 | |
openstackgerrit | Salvatore Orlando proposed a change to openstack/quantum: bug/801227 API should support paginated collections https://review.openstack.org/3141 | 15:59 |
openstackgerrit | Vish Ishaya proposed a change to openstack/nova: Brings back keystone middleware https://review.openstack.org/3135 | 16:00 |
openstackgerrit | Todd Willey proposed a change to openstack/nova: Add SSH Bastion support as alternate cloudpipe. https://review.openstack.org/2593 | 16:06 |
*** adjohn has joined #openstack-dev | 16:09 | |
*** reidrac has quit IRC | 16:11 | |
openstackgerrit | Thierry Carrez proposed a change to openstack/nova: Add a specific filter for kill commands https://review.openstack.org/3142 | 16:13 |
*** cp16net has joined #openstack-dev | 16:20 | |
*** lloydde has joined #openstack-dev | 16:31 | |
*** shevek_ has joined #openstack-dev | 16:34 | |
*** rkukura has joined #openstack-dev | 16:38 | |
*** bepernoot has quit IRC | 16:38 | |
openstackgerrit | gholt proposed a change to openstack/swift: Fix for UTF-8 encoding/quoting issues in staticweb. https://review.openstack.org/3143 | 16:38 |
openstackgerrit | gholt proposed a change to openstack/swift: Fix for UTF-8 encoding/quoting issues in staticweb. https://review.openstack.org/3143 | 16:39 |
LinuxJedi | Kiall: seems to have fixed itself now. I can see your merge on stable/diablo on github too :) | 16:40 |
*** reed has joined #openstack-dev | 16:45 | |
*** dwalleck_nova has joined #openstack-dev | 16:46 | |
jaypipes | bcwaldon: if you have a moment... https://review.openstack.org/#change,2857 | 16:48 |
openstackjenkins | Project nova-docs build #1966: SUCCESS in 2 min 59 sec: https://jenkins.openstack.org/job/nova-docs/1966/ | 16:48 |
openstackjenkins | * Chris Behrens: Separate scheduler host management | 16:48 |
openstackjenkins | * Alvaro: Fixed bug 912701 | 16:48 |
uvirtbot | Launchpad bug 912701 in nova "Openstack Compute with Xen in Ubuntu 11.10 fails to load due to Domain-0 being considered an instance" [Medium,Confirmed] https://launchpad.net/bugs/912701 | 16:48 |
jaypipes | dwalleck_nova: ah, good morning :) | 16:48 |
*** rkukura has quit IRC | 16:48 | |
*** rkukura has joined #openstack-dev | 16:49 | |
dwalleck_nova | jaypipes: Hey! | 16:51 |
*** maploin has quit IRC | 16:53 | |
jaypipes | dwalleck_nova: see /query | 16:54 |
Kiall | LinuxJedi: yea, Not entirely sure how it was fixed ;) | 16:57 |
LinuxJedi | Kiall: I wish I could take credit ;) | 16:57 |
openstackgerrit | Verification of a change to openstack/tempest failed: Rework exceptions in Tempest https://review.openstack.org/2857 | 17:05 |
bcwaldon | jaypipes: done | 17:05 |
bcwaldon | jaypipes: merge conflict | 17:05 |
*** adjohn has quit IRC | 17:05 | |
*** sleepsonthefloo has joined #openstack-dev | 17:08 | |
*** sleepsonthefloo has quit IRC | 17:08 | |
*** sleepsonthefloo has joined #openstack-dev | 17:09 | |
*** reed has quit IRC | 17:12 | |
openstackgerrit | Thierry Carrez proposed a change to openstack/nova: Add a specific filter for kill commands https://review.openstack.org/3142 | 17:15 |
*** shevek_ has quit IRC | 17:17 | |
*** andrewsmedina has quit IRC | 17:22 | |
*** andrewsmedina has joined #openstack-dev | 17:22 | |
*** remco_ has quit IRC | 17:24 | |
*** nati2 has joined #openstack-dev | 17:28 | |
*** pixelbeat has quit IRC | 17:28 | |
*** vinilios has quit IRC | 17:32 | |
*** eglynn has quit IRC | 17:33 | |
*** pixelbeat has joined #openstack-dev | 17:33 | |
openstackgerrit | John Garbutt proposed a change to openstack/python-novaclient: blueprint host-aggregates https://review.openstack.org/3144 | 17:34 |
*** derekh has quit IRC | 17:36 | |
*** HDhillon_ has joined #openstack-dev | 17:39 | |
*** andrewsmedina has quit IRC | 17:41 | |
openstackgerrit | Verification of a change to openstack/nova failed: Add dns domain manipulation to nova. https://review.openstack.org/2938 | 17:43 |
*** HDhillon_ has quit IRC | 17:44 | |
openstackgerrit | John Garbutt proposed a change to openstack/python-novaclient: blueprint host-aggregates https://review.openstack.org/3144 | 17:46 |
*** reidrac has joined #openstack-dev | 17:47 | |
openstackgerrit | Trey Morris proposed a change to openstack/nova: fixes bug lp914962 https://review.openstack.org/3145 | 17:47 |
*** flaviamissi has quit IRC | 17:49 | |
*** jdurgin has joined #openstack-dev | 17:51 | |
*** andrewsmedina has joined #openstack-dev | 17:54 | |
*** flaviamissi has joined #openstack-dev | 17:54 | |
*** andrewbogott has joined #openstack-dev | 17:56 | |
*** andrewbogott has joined #openstack-dev | 17:56 | |
*** andrewbogott has joined #openstack-dev | 17:56 | |
*** adjohn has joined #openstack-dev | 17:57 | |
andrewbogott | Can anyone help me understand this Jenkins failure? https://jenkins.openstack.org/job/gate-integration-tests-devstack-vm/572/ | 18:00 |
*** rods has joined #openstack-dev | 18:00 | |
andrewbogott | I see lots of errors in that log, but none that I can trace back to my patch. | 18:00 |
*** eglynn has joined #openstack-dev | 18:00 | |
*** dwalleck_nova has quit IRC | 18:01 | |
Kiall | andrewbogott: it looks like the error was caused by a timeout while starting an instance... | 18:01 |
Kiall | "server didn't become active within 150 seconds" | 18:01 |
Kiall | Thats the first thing that looks like it would have failed the job.. | 18:02 |
andrewbogott | ok... | 18:02 |
Kiall | It could have been unrelated to your changes, re-triggering that job would let you know for sure.. | 18:03 |
*** dwalleck_nova has joined #openstack-dev | 18:03 | |
openstackgerrit | Jay Pipes proposed a change to openstack/tempest: Rework exceptions in Tempest https://review.openstack.org/2857 | 18:03 |
andrewbogott | How do I re-trigger? | 18:03 |
Kiall | on the page you linked, there should be 2x links labelled retrigger and retrigger all.. | 18:03 |
Kiall | retrigger does just that job, retrigger all does all jobs for that review | 18:03 |
Kiall | since only the devstack job failed, you can just retrigger that one.. | 18:04 |
andrewbogott | hm... command-F finds no 'retrigger' on that page. | 18:05 |
andrewbogott | Maybe my version of that page is different | 18:05 |
openstackgerrit | Jay Pipes proposed a change to openstack/tempest: Rework exceptions in Tempest https://review.openstack.org/2857 | 18:06 |
Kiall | andrewbogott: lol.. | 18:07 |
Kiall | Well, I just hit retrigger for you ;) | 18:07 |
andrewbogott | I mean, since I'm not a core dev | 18:07 |
andrewbogott | thanks. | 18:07 |
Kiall | Neither am I ;) | 18:07 |
Kiall | Not even close | 18:07 |
andrewbogott | hm... | 18:07 |
*** mohans has quit IRC | 18:09 | |
andrewbogott | Kiall: this page? http://bogott.net/misc/jenkins.jpg | 18:10 |
*** eglynn has quit IRC | 18:10 | |
*** HDhillon has joined #openstack-dev | 18:11 | |
*** eglynn has joined #openstack-dev | 18:11 | |
Kiall | yea... http://dl.dropbox.com/u/1400487/Screenshot%20at%202012-01-18%2018%3A10%3A46.png | 18:11 |
andrewbogott | Am I mad, or are those links missing from my screenshot? | 18:12 |
Kiall | They are ;) | 18:12 |
andrewbogott | Curious. | 18:12 |
Kiall | probably some launchpad team membership of something.. | 18:13 |
Kiall | or* | 18:13 |
andrewbogott | I'm hoping that at any minute another dev will jump in here and tell me how to become a Jenkins boss. | 18:14 |
*** reed has joined #openstack-dev | 18:20 | |
andrewbogott | Kiall: also, thank you! | 18:21 |
*** darraghb has quit IRC | 18:21 | |
ironcamel | why is the Issues tab disabled on devstack's github page? https://github.com/cloudbuilders/devstack | 18:21 |
ironcamel | did the devstack people get tired of dealing with issues? so they disabled creating new issues. problem solved. | 18:21 |
bcwaldon | ironcamel: don't be a jerk | 18:22 |
Kiall | ironcamel: lol.. cynical much? | 18:22 |
bcwaldon | ironcamel: it's going through gerrit now | 18:23 |
Kiall | https://bugs.launchpad.net/devstack | 18:23 |
ironcamel | bcwaldon: miss you so much | 18:23 |
bcwaldon | ironcamel: miss you too, buddy | 18:23 |
ironcamel | Kiall: thanks | 18:23 |
*** novas0x2a|laptop has joined #openstack-dev | 18:24 | |
*** ghe_ is now known as GheRivero | 18:25 | |
*** jog0 has joined #openstack-dev | 18:26 | |
openstackgerrit | Verification of a change to openstack/nova failed: Add dns domain manipulation to nova. https://review.openstack.org/2938 | 18:26 |
Kiall | andrewbogott: ^ maybe it is your change ;) | 18:26 |
openstackgerrit | Johannes Erdfelt proposed a change to openstack/nova: KVM and XEN Disk Management Parity https://review.openstack.org/2918 | 18:27 |
bcwaldon | jeblair: ping | 18:30 |
*** adjohn has quit IRC | 18:31 | |
andrewbogott | Kiall: In that case, I could still use a hand learning what is failing and where :( | 18:31 |
Kiall | andrewbogott: lol, I'm not that familiar with it ;) | 18:31 |
Kiall | But the syslog has some errors which might be relevant.. https://jenkins.openstack.org/job/gate-integration-tests-devstack-vm/573/artifact/logs/syslog.txt | 18:32 |
bcwaldon | I'm trying to figure out why the policy checks are failing | 18:32 |
bcwaldon | hoping to get in and see what's in policy.json | 18:32 |
bcwaldon | either jeblair or mtaylor should be able to help | 18:32 |
Kiall | search for "ERROR " (with the space..). looks like policy errors with the DescribeInstances call... | 18:32 |
Kiall | bcwaldon: ah.. already spotted it :) | 18:33 |
bcwaldon | yeah, it's related to code that I put in recently, so I feel more responsible | 18:33 |
bcwaldon | found the error! | 18:34 |
bcwaldon | andrewbogott: you can't have a trailing comma in policy.json | 18:34 |
bcwaldon | andrewbogott: this also points out that we need to handle failures more gracefully | 18:35 |
andrewbogott | Oh... did I add an extra in the tests policy.json or the real one? | 18:35 |
andrewbogott | or both? | 18:35 |
* andrewbogott looks for himself | 18:35 | |
bcwaldon | I found it in the real one | 18:35 |
andrewbogott | Guess it must be the real one since the tests pass | 18:35 |
*** dwalleck_nova has quit IRC | 18:36 | |
*** rbasak has quit IRC | 18:37 | |
*** eglynn has quit IRC | 18:38 | |
openstackgerrit | andrewbogott proposed a change to openstack/nova: Add dns domain manipulation to nova. https://review.openstack.org/2938 | 18:39 |
bcwaldon | andrewbogott: just approved it | 18:41 |
andrewbogott | thanks | 18:41 |
*** rbasak has joined #openstack-dev | 18:45 | |
*** stanchan has joined #openstack-dev | 18:47 | |
*** bepernoot has joined #openstack-dev | 18:51 | |
*** eglynn has joined #openstack-dev | 18:54 | |
*** sleepsonthefloo has quit IRC | 18:58 | |
*** sleepsonthefloo has joined #openstack-dev | 18:58 | |
*** adjohn has joined #openstack-dev | 18:59 | |
*** pixelbeat has quit IRC | 19:00 | |
*** 18VAAJRCA has joined #openstack-dev | 19:02 | |
openstackgerrit | Verification of a change to openstack/nova failed: Add SSH Bastion support as alternate cloudpipe. https://review.openstack.org/2593 | 19:03 |
openstackjenkins | Project nova-docs build #1967: SUCCESS in 3 min 9 sec: https://jenkins.openstack.org/job/nova-docs/1967/ | 19:04 |
openstackjenkins | abogott: Add dns domain manipulation to nova. | 19:04 |
*** bepernoot has quit IRC | 19:07 | |
openstackgerrit | andrewbogott proposed a change to openstack/nova: Added an LDAP/PowerDNS driver https://review.openstack.org/3025 | 19:08 |
openstackgerrit | eglynn proposed a change to openstack/glance: Set size metadata correctly for remote images. https://review.openstack.org/3147 | 19:10 |
sniperd_ | redbo || notmyname: can you review my submission to the openstack cookbooks? https://review.openstack.org/#change,2571 | 19:16 |
*** winston-d has quit IRC | 19:18 | |
openstackgerrit | Dean Troyer proposed a change to openstack-dev/devstack: Glance changes to stack.sh for https://review.openstack.org/3092 https://review.openstack.org/3095 | 19:24 |
dtroyer | jaypipes: ping | 19:27 |
openstackgerrit | Todd Willey proposed a change to openstack/nova: Fix disassociating of auto assigned floating ips. https://review.openstack.org/3148 | 19:27 |
jaypipes | dtroyer: pong. hey dean :) | 19:28 |
dtroyer | jaypipes: which values in *-paste.ini did you want to add to the token list? | 19:28 |
dtroyer | all of service_* and auth_*? | 19:28 |
jaypipes | dtroyer: yep, I think that makes sense | 19:30 |
jaypipes | dtroyer: might have to add new vars for the _protocol ones .... :( | 19:30 |
openstackgerrit | Joe Gordon proposed a change to openstack/nova: Cleanup Imports to match HACKING guidelines https://review.openstack.org/3132 | 19:30 |
dtroyer | jaypipes: ok, I'll add them all | 19:30 |
jaypipes | dtroyer: u rock. thx man. | 19:30 |
openstackjenkins | Project nova-docs build #1968: SUCCESS in 2 min 56 sec: https://jenkins.openstack.org/job/nova-docs/1968/ | 19:33 |
openstackjenkins | treyemorris: fixes bug lp914962 | 19:33 |
openstackgerrit | Todd Willey proposed a change to openstack/nova: Fix disassociating of auto assigned floating ips. https://review.openstack.org/3148 | 19:34 |
*** bepernoot has joined #openstack-dev | 19:34 | |
*** anotherjesse has joined #openstack-dev | 19:34 | |
*** bepernoot has quit IRC | 19:37 | |
*** HDhillon has quit IRC | 19:39 | |
*** sleepsonthefloo has quit IRC | 19:40 | |
*** reed_ has joined #openstack-dev | 19:40 | |
*** sleepsonthefloo has joined #openstack-dev | 19:40 | |
*** reed has quit IRC | 19:42 | |
anotherjesse | I hope you all are supporting http://stopsoap.com/ today | 19:44 |
*** anotherjesse has left #openstack-dev | 19:45 | |
*** anotherjesse has joined #openstack-dev | 19:45 | |
openstackgerrit | andrewbogott proposed a change to openstack/nova: Automatically clean up DNS when a floating IP is deallocated. https://review.openstack.org/2971 | 19:47 |
*** sleepsonthefloo has quit IRC | 19:48 | |
*** sleepsonthefloo has joined #openstack-dev | 19:49 | |
openstackgerrit | Joe Gordon proposed a change to openstack/nova: Do not write passwords to verbose logs. bug 916167 https://review.openstack.org/3012 | 19:55 |
uvirtbot | Launchpad bug 916167 in nova "Do not write security sensitive flag values to verbose logs" [Undecided,In progress] https://launchpad.net/bugs/916167 | 19:55 |
openstackgerrit | Armando Migliaccio proposed a change to openstack/nova: blueprint host-aggregates: OSAPI/virt integration, via nova.compute.api https://review.openstack.org/3149 | 19:56 |
*** eglynn has quit IRC | 19:58 | |
*** eglynn has joined #openstack-dev | 19:59 | |
*** CarlosM has quit IRC | 20:01 | |
*** Gordonz has joined #openstack-dev | 20:01 | |
openstackjenkins | Project nova-docs build #1969: SUCCESS in 3 min 32 sec: https://jenkins.openstack.org/job/nova-docs/1969/ | 20:04 |
openstackjenkins | Todd Willey: Fix disassociating of auto assigned floating ips. | 20:04 |
*** justinsb has joined #openstack-dev | 20:04 | |
*** CarlosM has joined #openstack-dev | 20:05 | |
openstackgerrit | Gabriel Hurley proposed a change to openstack/horizon: Prevents rendered data from being cached across table instantiations. https://review.openstack.org/3150 | 20:08 |
*** nati2 has quit IRC | 20:13 | |
openstackgerrit | Dean Troyer proposed a change to openstack-dev/devstack: Glance changes to stack.sh for https://review.openstack.org/3092 https://review.openstack.org/3095 | 20:16 |
*** CarlosM1 has joined #openstack-dev | 20:22 | |
*** CarlosM has quit IRC | 20:25 | |
*** dprince has quit IRC | 20:27 | |
*** dwalleck_nova has joined #openstack-dev | 20:28 | |
*** shevek_ has joined #openstack-dev | 20:30 | |
*** dtroyer has quit IRC | 20:31 | |
*** jdurgin has quit IRC | 20:36 | |
*** xgmz has joined #openstack-dev | 20:38 | |
*** bencherian has joined #openstack-dev | 20:40 | |
*** bengrue has joined #openstack-dev | 20:42 | |
*** dtroyer has joined #openstack-dev | 20:44 | |
*** bepernoot has joined #openstack-dev | 20:48 | |
*** negronjl has quit IRC | 20:50 | |
*** markmc has quit IRC | 20:51 | |
*** bepernoot has quit IRC | 20:54 | |
openstackgerrit | Dean Troyer proposed a change to openstack-dev/devstack: Corresponds to the Glance patch that splits paste https://review.openstack.org/3092 | 20:55 |
*** deshantm has quit IRC | 20:59 | |
*** bencherian_ has joined #openstack-dev | 21:00 | |
*** bencherian_ has quit IRC | 21:00 | |
openstackgerrit | A change to openstack/nova has been rejected: Do not write passwords to verbose logs. bug 916167 https://review.openstack.org/3012 | 21:01 |
uvirtbot | Launchpad bug 916167 in nova "Do not write security sensitive flag values to verbose logs" [Undecided,In progress] https://launchpad.net/bugs/916167 | 21:01 |
*** bencherian_ has joined #openstack-dev | 21:02 | |
*** bencherian_ has quit IRC | 21:03 | |
*** bencherian has quit IRC | 21:03 | |
*** bencherian has joined #openstack-dev | 21:05 | |
openstackgerrit | Verification of a change to openstack/keystone failed: Implemented bp keystone-manage2 https://review.openstack.org/3123 | 21:05 |
*** bencherian has quit IRC | 21:06 | |
openstackgerrit | Major Hayden proposed a change to openstack/keystone: Fixes bug 918388. https://review.openstack.org/3151 | 21:07 |
uvirtbot | Launchpad bug 918388 in keystone "json static file tests failing in python 2.6" [Undecided,New] https://launchpad.net/bugs/918388 | 21:07 |
*** bencherian has joined #openstack-dev | 21:08 | |
*** bencherian has quit IRC | 21:08 | |
*** Ryan_Lane has joined #openstack-dev | 21:10 | |
*** bencherian has joined #openstack-dev | 21:10 | |
*** bencherian has quit IRC | 21:11 | |
*** bencherian has joined #openstack-dev | 21:13 | |
*** sleepsonthefloo_ has joined #openstack-dev | 21:13 | |
*** sleepsonthefloo has quit IRC | 21:13 | |
*** sleepsonthefloo_ is now known as sleepsonthefloo | 21:13 | |
*** reed_ has quit IRC | 21:13 | |
*** bencherian has quit IRC | 21:14 | |
*** flaviamissi has quit IRC | 21:14 | |
*** bencherian has joined #openstack-dev | 21:15 | |
openstackgerrit | Verification of a change to openstack/keystone failed: Fix LDAP Schema Syntax (bug 904380) https://review.openstack.org/3140 | 21:15 |
uvirtbot | Launchpad bug 904380 in keystone ""Duplicate option" error when adding the LDAP schema to OpenLDAP" [Medium,Incomplete] https://launchpad.net/bugs/904380 | 21:15 |
*** bencherian has quit IRC | 21:16 | |
openstackgerrit | Joe Gordon proposed a change to openstack/nova: Do not write passwords to verbose logs. bug 916167 https://review.openstack.org/3012 | 21:17 |
uvirtbot | Launchpad bug 916167 in nova "Do not write security sensitive flag values to verbose logs" [Undecided,In progress] https://launchpad.net/bugs/916167 | 21:17 |
*** bencherian has joined #openstack-dev | 21:18 | |
*** bencherian has quit IRC | 21:18 | |
*** bencherian has joined #openstack-dev | 21:20 | |
*** bencherian has quit IRC | 21:21 | |
*** bencherian has joined #openstack-dev | 21:23 | |
*** bencherian has quit IRC | 21:24 | |
*** bencherian has joined #openstack-dev | 21:25 | |
*** bencherian has quit IRC | 21:26 | |
*** wwkeyboard has joined #openstack-dev | 21:26 | |
*** reed_ has joined #openstack-dev | 21:27 | |
*** bencherian has joined #openstack-dev | 21:28 | |
*** bencherian has quit IRC | 21:29 | |
vishy | tr3buchet: ping | 21:29 |
tr3buchet | vishy: what's up? | 21:29 |
*** jdurgin has joined #openstack-dev | 21:30 | |
*** jdurgin has quit IRC | 21:30 | |
*** bencherian has joined #openstack-dev | 21:30 | |
*** dwalleck_nova has quit IRC | 21:31 | |
*** bencherian has quit IRC | 21:31 | |
openstackgerrit | eglynn proposed a change to openstack/glance: Set size metadata correctly for remote images. https://review.openstack.org/3147 | 21:32 |
*** dwalleck_nova has joined #openstack-dev | 21:32 | |
*** bencherian has joined #openstack-dev | 21:33 | |
openstackgerrit | Paul McMillan proposed a change to openstack/horizon: Fix volume deletion by adding object id sanitization and object display names https://review.openstack.org/3152 | 21:33 |
*** bencherian has quit IRC | 21:34 | |
*** bencherian has joined #openstack-dev | 21:35 | |
jaypipes | eglynn: ignore my review comment... didn't see your follow-up. | 21:36 |
*** bencherian has quit IRC | 21:36 | |
eglynn | jaypipes: cool | 21:36 |
*** bencherian has joined #openstack-dev | 21:38 | |
*** bencherian has quit IRC | 21:38 | |
eglynn | jaypipes: gerrit stuck my responses inline in Patch Set 1, so "some reponses to your inline comments follow ..." was a little misleading | 21:38 |
*** mdomsch has joined #openstack-dev | 21:39 | |
*** bencherian has joined #openstack-dev | 21:40 | |
*** bencherian has quit IRC | 21:41 | |
*** bencherian has joined #openstack-dev | 21:43 | |
*** bencherian has quit IRC | 21:44 | |
*** 18VAAJRCA has quit IRC | 21:45 | |
*** bencherian has joined #openstack-dev | 21:45 | |
*** bencherian has quit IRC | 21:46 | |
*** bencherian has joined #openstack-dev | 21:48 | |
*** bencherian has quit IRC | 21:49 | |
openstackgerrit | A change was merged to openstack/nova: Do not write passwords to verbose logs. bug 916167 https://review.openstack.org/3012 | 21:49 |
uvirtbot | Launchpad bug 916167 in nova "Do not write security sensitive flag values to verbose logs" [Undecided,In progress] https://launchpad.net/bugs/916167 | 21:49 |
*** bencherian has joined #openstack-dev | 21:51 | |
*** bencherian has quit IRC | 21:51 | |
*** jdurgin has joined #openstack-dev | 21:52 | |
*** jdurgin has quit IRC | 21:52 | |
*** bencherian has joined #openstack-dev | 21:53 | |
*** bencherian has quit IRC | 21:54 | |
*** bencherian has joined #openstack-dev | 21:56 | |
openstackgerrit | Verification of a change to openstack/nova failed: KVM and XEN Disk Management Parity https://review.openstack.org/2918 | 21:56 |
*** jdurgin has joined #openstack-dev | 21:56 | |
*** bencherian has quit IRC | 21:56 | |
*** dwalleck_nova has quit IRC | 21:56 | |
*** jdurgin has quit IRC | 21:57 | |
*** bencherian has joined #openstack-dev | 21:58 | |
*** bencherian has quit IRC | 21:59 | |
*** jdurgin has joined #openstack-dev | 21:59 | |
*** jdurgin has quit IRC | 22:00 | |
*** bencherian has joined #openstack-dev | 22:01 | |
*** bencherian has quit IRC | 22:01 | |
*** rkukura has quit IRC | 22:02 | |
*** zzed has quit IRC | 22:02 | |
*** andrewsmedina has quit IRC | 22:03 | |
openstackjenkins | Project nova-docs build #1970: SUCCESS in 2 min 36 sec: https://jenkins.openstack.org/job/nova-docs/1970/ | 22:03 |
openstackjenkins | jogo: Do not write passwords to verbose logs. bug 916167 | 22:03 |
uvirtbot | Launchpad bug 916167 in nova "Do not write security sensitive flag values to verbose logs" [Undecided,Fix committed] https://launchpad.net/bugs/916167 | 22:03 |
*** bencherian has joined #openstack-dev | 22:03 | |
*** bencherian has quit IRC | 22:04 | |
*** rkukura has joined #openstack-dev | 22:05 | |
*** bencherian has joined #openstack-dev | 22:06 | |
*** ewindisch has quit IRC | 22:06 | |
*** bencherian has quit IRC | 22:06 | |
*** bencherian has joined #openstack-dev | 22:08 | |
*** bencherian has quit IRC | 22:09 | |
*** bencherian has joined #openstack-dev | 22:11 | |
openstackgerrit | Chmouel Boudjnah proposed a change to openstack/swift: Make binaries executables. https://review.openstack.org/3153 | 22:11 |
*** rkukura has quit IRC | 22:11 | |
*** rkukura has joined #openstack-dev | 22:11 | |
*** bencherian has quit IRC | 22:11 | |
*** xgmz has quit IRC | 22:12 | |
*** bencherian has joined #openstack-dev | 22:13 | |
*** bencherian has quit IRC | 22:14 | |
openstackgerrit | Verification of a change to openstack/keystone failed: Fix LDAP Schema Syntax (bug 904380) https://review.openstack.org/3140 | 22:16 |
uvirtbot | Launchpad bug 904380 in keystone ""Duplicate option" error when adding the LDAP schema to OpenLDAP" [Medium,Incomplete] https://launchpad.net/bugs/904380 | 22:16 |
*** bencherian has joined #openstack-dev | 22:16 | |
*** bencherian has quit IRC | 22:16 | |
*** camm_ has quit IRC | 22:17 | |
openstackjenkins | Project nova-docs build #1971: SUCCESS in 2 min 39 sec: https://jenkins.openstack.org/job/nova-docs/1971/ | 22:18 |
*** camm has joined #openstack-dev | 22:18 | |
openstackjenkins | abogott: Automatically clean up DNS when a floating IP is deallocated. | 22:18 |
*** jdurgin has joined #openstack-dev | 22:18 | |
*** bencherian has joined #openstack-dev | 22:18 | |
*** jdurgin has quit IRC | 22:19 | |
*** bencherian has quit IRC | 22:19 | |
*** zzed has joined #openstack-dev | 22:21 | |
*** bencherian has joined #openstack-dev | 22:21 | |
openstackgerrit | Rick Harris proposed a change to openstack/nova: disk_config extension now uses OS prefix. https://review.openstack.org/3154 | 22:21 |
*** bencherian has quit IRC | 22:21 | |
*** reed_ has quit IRC | 22:22 | |
*** lts has quit IRC | 22:23 | |
*** bencherian has joined #openstack-dev | 22:24 | |
openstackgerrit | Brian Waldon proposed a change to openstack/glance: Add policy checking for basic image operations https://review.openstack.org/3130 | 22:24 |
*** bencherian has quit IRC | 22:24 | |
*** rnirmal has quit IRC | 22:24 | |
*** CarlosM1 has quit IRC | 22:24 | |
*** bencherian has joined #openstack-dev | 22:26 | |
*** bencherian has quit IRC | 22:27 | |
*** bencherian has joined #openstack-dev | 22:29 | |
*** bencherian has quit IRC | 22:29 | |
*** bencherian has joined #openstack-dev | 22:31 | |
*** bencherian has quit IRC | 22:32 | |
*** bencherian has joined #openstack-dev | 22:34 | |
openstackjenkins | Project nova-docs build #1972: SUCCESS in 3 min 29 sec: https://jenkins.openstack.org/job/nova-docs/1972/ | 22:34 |
openstackjenkins | jogo: Cleanup Imports to match HACKING guidelines | 22:34 |
*** reed_ has joined #openstack-dev | 22:34 | |
*** bencherian has quit IRC | 22:34 | |
*** cp16net has quit IRC | 22:34 | |
*** ewindisch has joined #openstack-dev | 22:36 | |
*** bencherian has joined #openstack-dev | 22:36 | |
openstackgerrit | Rick Harris proposed a change to openstack/nova: disk_config extension now uses OS prefix. https://review.openstack.org/3154 | 22:39 |
*** jdurgin has joined #openstack-dev | 22:40 | |
*** zns1 has joined #openstack-dev | 22:46 | |
*** zns1 is now known as zns | 22:46 | |
*** pixelbeat has joined #openstack-dev | 22:49 | |
*** negronjl has joined #openstack-dev | 22:55 | |
openstackgerrit | Ziad Sawalha proposed a change to openstack/openstack-chef: Update to keystone.conf https://review.openstack.org/3155 | 22:58 |
*** rkukura has quit IRC | 22:58 | |
openstackgerrit | sleepsonthefloor proposed a change to openstack/nova: Allow configuration of vncserver_proxyclient_address to improve deployment flexibility. This flag allows deployers to choose which address proxies like nova-xvpvncserver should use to to connect to instance proxies. For xenserver, this will generally be https://review.openstack.org/3156 | 22:59 |
*** reed_ has quit IRC | 23:00 | |
*** Gordonz_ has joined #openstack-dev | 23:01 | |
*** Gordonz__ has joined #openstack-dev | 23:01 | |
openstackgerrit | Cole Robinson proposed a change to openstack/horizon: dashboard: Fix pop up menu location (bug 918452) https://review.openstack.org/3157 | 23:02 |
uvirtbot | Launchpad bug 918452 in horizon "Popup menus appear in strange, unusable location on Fedora16" [Undecided,New] https://launchpad.net/bugs/918452 | 23:02 |
*** Gordonz has quit IRC | 23:03 | |
*** Gordonz_ has quit IRC | 23:04 | |
*** kbringard has quit IRC | 23:04 | |
openstackgerrit | philip-knouff proposed a change to openstack/nova: Validating image id for rebuild. https://review.openstack.org/3158 | 23:05 |
*** CarlosM has joined #openstack-dev | 23:08 | |
*** zzed has quit IRC | 23:10 | |
vishy | mtaylor: vishvananda@firefly:~/os/nova (add-middleware)$ git review --help | 23:10 |
vishy | No manual entry for git-review | 23:10 |
vishy | git-review --help works though ! | 23:10 |
openstackgerrit | A change to openstack/nova has been rejected: Validating image id for rebuild. https://review.openstack.org/3158 | 23:11 |
russellb | help2man to the rescue! help2man git-review > git-review.1 && man ./git-review.1 | 23:13 |
*** dragondm has quit IRC | 23:13 | |
openstackgerrit | Brian Waldon proposed a change to openstack/glance: Add policy checking for basic image operations https://review.openstack.org/3130 | 23:13 |
*** reed_ has joined #openstack-dev | 23:14 | |
*** andrewsmedina has joined #openstack-dev | 23:15 | |
*** Mandell has joined #openstack-dev | 23:17 | |
*** bsza has quit IRC | 23:20 | |
openstackgerrit | eglynn proposed a change to openstack/glance: Set size metadata correctly for remote images. https://review.openstack.org/3147 | 23:21 |
*** zul has quit IRC | 23:21 | |
*** rods has quit IRC | 23:25 | |
*** dtroyer has quit IRC | 23:31 | |
*** rods has joined #openstack-dev | 23:31 | |
*** dtroyer has joined #openstack-dev | 23:31 | |
*** rods has quit IRC | 23:31 | |
*** bencherian has quit IRC | 23:33 | |
*** rods has joined #openstack-dev | 23:33 | |
*** dragondm has joined #openstack-dev | 23:33 | |
openstackjenkins | Project nova-docs build #1973: SUCCESS in 3 min 12 sec: https://jenkins.openstack.org/job/nova-docs/1973/ | 23:34 |
openstackjenkins | Rick Harris: disk_config extension now uses OS prefix. | 23:34 |
*** dwalleck_nova has joined #openstack-dev | 23:35 | |
*** Gordonz__ has quit IRC | 23:36 | |
*** zns has quit IRC | 23:37 | |
openstackgerrit | Brian Waldon proposed a change to openstack/glance: Multi-process Glance API server support. https://review.openstack.org/2486 | 23:38 |
*** AlanClark has quit IRC | 23:39 | |
openstackgerrit | Brian Waldon proposed a change to openstack/glance: Multi-process Glance API server support. https://review.openstack.org/2486 | 23:40 |
*** bencherian has joined #openstack-dev | 23:43 | |
*** crobinso has quit IRC | 23:46 | |
openstackjenkins | Project nova-docs build #1974: SUCCESS in 3 min 12 sec: https://jenkins.openstack.org/job/nova-docs/1974/ | 23:49 |
openstackjenkins | abogott: Added an LDAP/PowerDNS driver | 23:49 |
openstackgerrit | andrewbogott proposed a change to openstack/nova: Rename 'zone' to 'domain.' https://review.openstack.org/3159 | 23:52 |
openstackgerrit | andrewbogott proposed a change to openstack/nova: Removed some vestigial default args from DNS drivers. https://review.openstack.org/3160 | 23:52 |
*** apevec has quit IRC | 23:53 | |
openstackgerrit | Gabriel Hurley proposed a change to openstack/horizon: Converts images and snapshots to new tables, modals, error handling, etc. https://review.openstack.org/3161 | 23:59 |
*** beekhof_ has joined #openstack-dev | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!