Wednesday, 2012-01-18

openstackgerritsleepsonthefloor proposed a change to openstack-dev/devstack: Fixes dashboard for new nova client changes  * Fixes bug 917457  https://review.openstack.org/312800:00
uvirtbotLaunchpad bug 917457 in devstack "Openstackx broken since nova api refactor" [Critical,In progress] https://launchpad.net/bugs/91745700:00
*** remco_ has joined #openstack-dev00:00
*** oneiroi has quit IRC00:05
openstackgerritsleepsonthefloor proposed a change to openstack-dev/devstack: Fixes dashboard for new nova api changes  * Fixes bug 917457  https://review.openstack.org/312800:06
uvirtbotLaunchpad bug 917457 in devstack "Openstackx broken since nova api refactor" [Critical,In progress] https://launchpad.net/bugs/91745700:06
openstackgerritYaguang Tang proposed a change to openstack/nova: fixed bug lp:885966  https://review.openstack.org/309400:07
*** remco_ has quit IRC00:08
*** remco_ has joined #openstack-dev00:08
*** pmyers has quit IRC00:11
*** jeffjapan has joined #openstack-dev00:13
*** jeremy_ has joined #openstack-dev00:15
*** jeremy_ has joined #openstack-dev00:15
*** dtroyer has quit IRC00:15
*** flaviamissi has joined #openstack-dev00:15
vishycomstud: you around?00:15
*** jeremy has quit IRC00:18
comstudvishy: yup00:18
*** jeremy_ is now known as jeremy00:18
*** flaviamissi has quit IRC00:18
*** dragondm has quit IRC00:19
vishycomstud:  is this just missing another review: https://review.openstack.org/#change,2552 ?00:19
comstudyeah... sandy is supposed to be looking at it any time now00:19
comstudbut00:19
comstudI think his concerns are minor.. naming, etc.  so if someone else can review it.. i think we can address any other cleanup afterwards00:20
comstudi have at least 2 other branches waiting on that, so, it'd be nice to get that in00:20
comstud:)00:20
*** pmyers has joined #openstack-dev00:20
comstudi think i addressed sandy's concerns in the latest patchset anyway00:20
comstudwe talked about one of them yesterday00:21
*** jeremy_ has joined #openstack-dev00:21
*** jeremy_ has joined #openstack-dev00:21
openstackgerritA change to openstack/nova has been rejected: Capacity table support  https://review.openstack.org/246000:22
comstudlol, rejections are dumped here, nice.00:22
adam_gis '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 IRC00:23
*** jeremy has quit IRC00:25
*** jeremy_ is now known as jeremy00:25
vishysure but v2 would be recommended00:28
vishycomstud: I want to do some simple scheduler refactoring but i don't want to do it while it is in flux00:28
vishyjohan_-_: ping00:28
comstudvishy: Yep.. i'd like to hear what you have in mind compared to what I was thinking..  I'll be in tomorrow.00:29
openstackgerritMonty Taylor proposed a change to openstack/python-quantumclient: Prepare for Jenkins gating job.  https://review.openstack.org/312900:31
openstackgerritGabriel Hurley proposed a change to openstack/horizon: Converts instances and volumes to new tables, modals, etc.  https://review.openstack.org/312700:32
vishycomstud: only thing that bugs me in here is compute_host_passes volume_host_passes00:35
vishyetc.00:35
comstudit kinda bugs me now too00:36
comstudI 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 challenging00:36
comstudbut I can see the need for filtering on the whole list of hosts00:37
comstudwhich part is your concern?00:37
openstackgerritVerification of a change to openstack/nova failed: Fixed bug 912701  https://review.openstack.org/306700:37
uvirtbotLaunchpad 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/91270100:37
vishycomstud: we have a different scheduler defined for compute and for volume00:38
vishycomstud: (and we don't use scheduler for network at all)00:38
comstudvishy: But should we?00:38
comstudI guess that's the question00:39
vishycomstud: I think so00:39
comstudOk00:39
vishycomstud: i mean you could specify the same scheduler for both00:39
vishycompute_scheduler=xxx and volume_scheduler=xxx00:39
comstudI don't like this 'multi scheduler' thing00:39
comstudit's a huge hack00:39
vishybut do we need separate filters in the same method?00:39
vishycomstud: schedulers are going to be inline eventually right? not through rpc?00:40
vishyso volume-api will be using one scheduler and compute-api will be using another00:40
comstudhm, I wasn't picturing that00:40
vishyyou still think there should be a queue? for scheduling?00:41
openstackgerritJohannes Erdfelt proposed a change to openstack/nova: KVM and XEN Disk Management Parity  https://review.openstack.org/291800:41
comstudI hadn't thought about it00:41
comstudIt would be nice to avoid it :)00:41
comstudright now..00:41
comstudit would help avoid race conditions00:41
comstudi mean00:41
comstudthe current way00:41
*** bsza has joined #openstack-dev00:41
vishycomstud: I don't think there is any need to send stuff through the queue00:41
comstudwe're holding state on things00:41
openstackgerritBrian Waldon proposed a change to openstack/glance: Add policy checking for basic image operations  https://review.openstack.org/313000:42
vishyif we do 1 scheduler we have an spof, so we will need to deal with race conditions anyway00:42
vishycomstud: but regardless, even if we keep the queue, volume scheduling should be using a different queue that compute scheduling00:42
comstudwell, 2 schedulers is less issues than 600 compute hosts00:42
vishycomstud: it is 2 schedulers vs X api nodes00:43
comstudcompute does scheduling too00:43
comstudfor resize, etc00:43
vishyah interesting00:43
vishyok well table the discussion on separate scheduler00:43
comstudmaybe it shouldn't00:43
vishycomstud: it is going to be its own project eventually00:43
comstudI mean... I really like the idea00:44
comstudI'd like to thinka bout it some more00:44
vishycomstud: volume that is00:44
vishycomstud: so they shouldn't be using the same schedulers code wise00:44
comstudOk00:44
vishyand network doesn't need a scheduler right now (and may never)00:44
comstudI can remove the network based stub.. i'm not sure why I added it00:45
vishyso i think just giving it one host_passes is fine00:45
openstackgerritGabriel Hurley proposed a change to openstack/horizon: Converts instances and volumes to new tables, modals, etc.  https://review.openstack.org/312700:45
comstudOk00:45
comstudI'm fine with that00:45
vishyand we can filter out host.service.binary != 'nova-compute'00:45
vishyor whatever00:45
vishycomstud: ok cool everything else looks good so far00:46
comstudyeah, in the filters00:46
pvovishy: pong00:46
comstudthis will need some further tweaking after this lands still00:46
comstudbut I'll make those changes tonight00:46
vishycomstud: coolness00:46
pvovishy: from your 5:12CST ping00:46
vishypvo: I was just trying to find out what was up with johan00:46
vishypvo: but he just updated his branch00:46
pvowas in training today, but it seems I missed a lively ppb meeting.00:46
pvocool00:47
comstudvishy: You can ask me about johan00:47
*** HDhillon_ has quit IRC00:47
vishycomstud: ok will do in the future00:47
pvovishy: yea, he and comstud are BFFs00:47
comstudHe's getting snowed on00:47
vishycomstud: I just wasn't sure if there was some reason he hadn't updated the disk parity branch but he did00:47
comstudwhat else do you want to know?00:47
comstud:)00:47
comstudi think it's just that he has 5 things going00:47
comstudyou know, we like to keep people busy over here in public cloud.00:48
comstud:)00:48
vishycomstud: k :)00:48
vishywe're really close to getting all of the blueprints met for e300:48
vishy- a few that sploded00:48
vishythe other big one is yours :)00:48
comstudcools00:48
comstudyeah00:49
vishycomstud: one other question00:49
comstudwill talk to youa bout that tomorrow00:49
*** pmyers has quit IRC00:49
vishycomstud: what is up with zonemanager00:49
comstudi don't think there's a lot to talk about, but syncing in person will help00:49
vishycomstud: is it going away?00:49
comstudvishy: It's moving00:49
*** pmyers has joined #openstack-dev00:49
comstudto a separate zones service00:49
vishycomstud: external to nova?00:50
comstudit doesn't belong in with the scheduler00:50
comstudNo, although it could easily00:50
vishycomstud: ok cool, we will chat about it tomorrow00:50
comstudyep!00:50
comstudthat's part of what I want to talk about00:50
vishyI just want to get to the point where i can rewrite simple scheduler00:50
comstudyep00:50
vishyand add something for special scheduler hints like 'different-host':00:50
comstudzones shit will be ripped out from the schedulers00:50
comstudthat'll negate the need for the distributed scheduler00:51
*** pmyers has quit IRC00:51
comstudas long as we put the filtering/weighing functionality into simple or whatever.00:51
pvocomstud: can I join that chat tomorrow too?00:51
*** pmyers has joined #openstack-dev00:51
comstudpvo: Are you going to make it to SF?00:51
*** lloydde has quit IRC00:51
pvomebbie.00:51
comstudhehe00:51
pvojust want to eavesdrop on the direction.00:51
pvoor maybe you can I can sync later.00:52
comstudwe don't have working phones00:52
comstudso it's kind of an issue... we could try skype00:52
pvowe use skype anyways :)00:52
pvok00:52
comstudif you're available whenever we get around to talking00:52
pvosure, don't hold anything up for me00:52
*** crobinso has quit IRC00:52
comstudoh don't worry... we won't!00:52
comstud:)00:52
openstackgerritVerification of a change to openstack/python-quantumclient failed: Prepare for Jenkins gating job.  https://review.openstack.org/312900:52
pvoi figured. ;p00:52
openstackgerritVerification of a change to openstack/python-quantumclient failed: Prepare for Jenkins gating job.  https://review.openstack.org/312900:53
pvoI did have some things to run by you so I'll try to find you tomorrow before you chat with vish.00:53
comstudok00:53
comstudi guess i'll try to get into the city before my standup00:54
comstudso i should have time right after that00:54
comstudunless i'm late and driving after standup00:54
comstud:)00:54
comstudi gotta drop off while it's still daylight00:55
comstudbbl00:55
* comstud &00:55
zaitcevI'm thinking about that SF thing too... But surely I'll manage Glance working before April00:56
openstackgerritVerification of a change to openstack/python-quantumclient failed: Prepare for Jenkins gating job.  https://review.openstack.org/312900:58
*** sleepsonthefloo has joined #openstack-dev01:06
openstackgerritGabriel Hurley proposed a change to openstack/horizon: Converts instances and volumes to new tables, modals, etc.  https://review.openstack.org/312701:08
*** lennox_ has joined #openstack-dev01:09
*** AlanClark has quit IRC01:10
*** bsza has quit IRC01:11
*** flaviamissi has joined #openstack-dev01:11
*** Ryan_Lane has quit IRC01:12
*** jeremy has quit IRC01:13
*** lennox_ has quit IRC01:13
*** davlap has quit IRC01:14
*** jeremy has joined #openstack-dev01:15
*** jeremy has joined #openstack-dev01:15
*** JeepinLennox_ has joined #openstack-dev01:15
*** flaviamissi has quit IRC01:16
*** Ryan_Lane has joined #openstack-dev01:19
openstackgerritVerification of a change to openstack/python-quantumclient failed: Prepare for Jenkins gating job.  https://review.openstack.org/312901:25
*** Ryan_Lane has quit IRC01:35
*** Ryan_Lane1 has joined #openstack-dev01:35
*** dtroyer has joined #openstack-dev01:40
*** jakedahn has quit IRC01:44
*** misheska has quit IRC01:45
PaulMhahaha01:50
openstackgerritZhongyue Luo proposed a change to openstack/nova: api-paste.ini Keystone settings template  https://review.openstack.org/313101:52
*** shevek_ has quit IRC01:54
*** andrewbogott has quit IRC01:58
*** Ryan_Lane1 is now known as Ryan_Lane02:01
*** Ryan_Lane has joined #openstack-dev02:01
*** Ryan_Lane has quit IRC02:13
*** Ryan_Lane has joined #openstack-dev02:13
openstackgerritDan Prince proposed a change to openstack/nova: Set instance_ref property when creating snapshots.  https://review.openstack.org/311602:15
*** novas0x2a|laptop has quit IRC02:15
*** jdurgin has quit IRC02:16
*** jakedahn has joined #openstack-dev02:18
*** ohnoimdead has quit IRC02:21
openstackgerritJoe Gordon proposed a change to openstack/nova: Cleanup Imports to match HACKING guidelines  https://review.openstack.org/313202:22
*** AlanClark has joined #openstack-dev02:27
*** mnewby_ has joined #openstack-dev02:31
*** mnewby has quit IRC02:34
*** anotherjesse has joined #openstack-dev02:35
*** mnewby_ has quit IRC02:36
*** anotherjesse1 has quit IRC02:36
*** jog0 has quit IRC02:37
*** anotherjesse has quit IRC02:37
*** jakedahn has quit IRC02:40
*** andrewbogott has joined #openstack-dev02:50
*** andrewbogott has joined #openstack-dev02:50
*** JeepinLennox_ has quit IRC02:51
*** JeepinLennox has joined #openstack-dev02:53
*** JeepinLennox has quit IRC02:56
openstackgerritDean Troyer proposed a change to openstack-dev/devstack: Glance changes to stack.sh for https://review.openstack.org/3092  https://review.openstack.org/309502:57
*** andrewbogott has quit IRC02:58
*** mohans has joined #openstack-dev03:05
*** Ryan_Lane has quit IRC03:07
*** Ryan_Lane has joined #openstack-dev03:07
*** Ryan_Lane has joined #openstack-dev03:07
*** jeremy_ has joined #openstack-dev03:10
*** jeremy_ has joined #openstack-dev03:10
*** bengrue has quit IRC03:11
*** jeremy has quit IRC03:12
*** jeremy_ is now known as jeremy03:12
*** AlanClark has quit IRC03:20
*** maplebed has quit IRC03:25
*** andrewsmedina has quit IRC03:29
*** winston-d has quit IRC03:30
*** winston-d has joined #openstack-dev03:32
*** maplebed has joined #openstack-dev03:37
*** jeremy_ has joined #openstack-dev03:46
*** jeremy_ has joined #openstack-dev03:46
*** jeremy has quit IRC03:49
*** jeremy_ is now known as jeremy03:49
openstackgerritMonty Taylor proposed a change to openstack/python-quantumclient: Added README.  https://review.openstack.org/313303:50
*** jakedahn has joined #openstack-dev03:52
*** lloydde has joined #openstack-dev04:01
*** pquerna has quit IRC04:02
*** deshantm has quit IRC04:04
*** pquerna has joined #openstack-dev04:13
*** maplebed has quit IRC04:16
*** Ryan_Lane1 has joined #openstack-dev04:16
*** Ryan_Lane has quit IRC04:16
*** maplebed has joined #openstack-dev04:17
*** Ryan_Lane1 is now known as Ryan_Lane04:17
*** Ryan_Lane has joined #openstack-dev04:17
*** pquerna has quit IRC04:18
*** pquerna has joined #openstack-dev04:18
openstackgerritKei Masumoto proposed a change to openstack/nova: Fix bug #917615  https://review.openstack.org/313404:23
uvirtbotLaunchpad bug 917615 in nova "Inappropriate exception handling on kvm live/block migration" [Undecided,New] https://launchpad.net/bugs/91761504:23
openstackgerritVerification of a change to openstack/nova failed: Add dns domain manipulation to nova.  https://review.openstack.org/293804:31
*** shevek_ has joined #openstack-dev04:35
*** sleepsonthefloo has quit IRC04:39
*** dtroyer has quit IRC04:41
openstackgerritZhongyue Luo proposed a change to openstack/nova: api-paste.ini Keystone settings template  https://review.openstack.org/313104:44
*** gyee has quit IRC04:58
openstackgerritA change to openstack/nova has been rejected: blueprint nova-image-cache-management phase1  https://review.openstack.org/290205:02
*** andrewbogott has joined #openstack-dev05:03
openstackjenkinsProject nova-docs build #1964: SUCCESS in 2 min 46 sec: https://jenkins.openstack.org/job/nova-docs/1964/05:03
openstackjenkinsalex.meade: Stop allowing blank image names on snapshot/backup05:03
openstackgerritVerification of a change to openstack/nova failed: Added an LDAP/PowerDNS driver  https://review.openstack.org/302505:07
*** lloydde has quit IRC05:09
*** pixelbeat has quit IRC05:12
mikalmtaylor: you around?05:24
mtaylormikal: sup/05:30
mtaylor?05:30
mikalHey -- 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
andrewbogottmikal:  When you click the 'review' button you'll be prompted for a general (not-code-associated) comment.05:36
andrewbogottIs that what you're asking?05:36
mtaylormikal: yes. what andrewbogott said05:36
mikalOh, that sounds perfect. Thanks.05:37
mtaylormikal: and just don't vote +1 or -105:37
andrewbogottmikal:  Indeed, even if you do line-by-line commenting, no one else can see them until you finalize by clicking 'review'.05:37
mikalYeah, I'd figured that bit out05:37
*** JeepinLennox has joined #openstack-dev05:39
*** pmyers has quit IRC05:39
openstackgerritChris Behrens proposed a change to openstack/nova: Separate scheduler host management  https://review.openstack.org/255205:40
*** lloydde has joined #openstack-dev05:42
openstackgerritChris Behrens proposed a change to openstack/nova: Separate scheduler host management  https://review.openstack.org/255205:43
comstudvishy: your issue should be addressed ^^05:45
*** mnewby has joined #openstack-dev05:49
*** sleepsonthefloo has joined #openstack-dev05:49
*** mnewby has quit IRC05:50
*** HDhillon has joined #openstack-dev05:50
andrewbogottbcwaldon:  So, I need to add my new functions to a policy list someplace, right?05:51
openstackgerritYaguang Tang proposed a change to openstack/nova: fixed bug lp:885966  https://review.openstack.org/309405:57
*** Ryan_Lane has quit IRC05:59
*** Ryan_Lane has joined #openstack-dev05:59
*** sleepsonthefloo has quit IRC06:09
openstackgerritandrewbogott proposed a change to openstack/nova: Add dns domain manipulation to nova.  https://review.openstack.org/293806:20
*** maplebed has quit IRC06:26
*** HDhillon has quit IRC06:29
*** spiffxp has quit IRC06:29
*** shevek__ has joined #openstack-dev06:32
*** shevek_ has quit IRC06:34
*** lloydde has quit IRC06:36
*** bepernoot has joined #openstack-dev06:38
*** Ryan_Lane has quit IRC06:38
*** JeepinLennox has quit IRC06:39
openstackgerritVerification of a change to openstack/tempest failed: Adds Images API tests  https://review.openstack.org/288406:42
openstackgerritSapan 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/255406:45
*** reed has quit IRC06:49
*** bepernoot has quit IRC06:51
*** andrewbogott has quit IRC06:57
*** sniperd_ has joined #openstack-dev07:07
*** bourke_ has joined #openstack-dev07:07
*** HDhillon has joined #openstack-dev07:13
*** sniperd has quit IRC07:16
*** bourke has quit IRC07:16
*** Tribaal has quit IRC07:16
*** rbasak has quit IRC07:16
*** zykes- has quit IRC07:16
*** mikal has quit IRC07:16
*** Tribaal has joined #openstack-dev07:17
*** rbasak has joined #openstack-dev07:17
*** zykes- has joined #openstack-dev07:17
*** mikal has joined #openstack-dev07:17
*** mikal has quit IRC07:18
*** Ryan_Lane has joined #openstack-dev07:18
*** mikal has joined #openstack-dev07:20
*** cdub has quit IRC07:21
*** maplebed has joined #openstack-dev07:21
*** cdub has joined #openstack-dev07:22
*** mikal has quit IRC07:24
*** mikal has joined #openstack-dev07:27
*** zaitcev has quit IRC07:37
*** HDhillon_ has joined #openstack-dev07:46
*** HDhillon has quit IRC07:48
sorensandywalsh: No.07:48
sorensandywalsh: Whatever you put as a decorator must be something that takes the decoratee as its only argument, right?07:49
*** bepernoot has joined #openstack-dev07:50
sorensandywalsh: 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
sorensandywalsh: 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 IRC07:59
*** bepernoot has joined #openstack-dev08:00
openstackjenkinsProject nova-docs build #1965: SUCCESS in 3 min 0 sec: https://jenkins.openstack.org/job/nova-docs/1965/08:03
openstackjenkinsdan.prince: Set instance_ref property when creating snapshots.08:03
*** reidrac has joined #openstack-dev08:21
openstackgerritVish Ishaya proposed a change to openstack/nova: Brings back keystone middleware  https://review.openstack.org/313508:27
openstackgerritA change to openstack/nova has been rejected: api-paste.ini Keystone settings template  https://review.openstack.org/313108:29
*** eglynn has quit IRC08:31
*** shevek__ has quit IRC08:43
*** HDhillon_ has quit IRC08:43
*** jeffjapan has quit IRC08:45
*** apevec has joined #openstack-dev08:53
*** koolhead11 has joined #openstack-dev08:54
*** eglynn has joined #openstack-dev09:01
openstackgerritKei Masumoto proposed a change to openstack/nova: Adding live migration server actions  https://review.openstack.org/231509:02
*** markmc has joined #openstack-dev09:02
*** Ryan_Lane has quit IRC09:11
*** bourke_ has quit IRC09:16
*** bourke has joined #openstack-dev09:16
*** oneiroi has joined #openstack-dev09:31
*** maploin has joined #openstack-dev09:36
*** maploin has joined #openstack-dev09:36
*** darraghb has joined #openstack-dev09:54
openstackgerritSapan Kona proposed a change to openstack/tempest: Changed indentation to 4 space width. Added test_get_nonexistant_server_details  https://review.openstack.org/250309:55
*** eglynn has quit IRC10:08
*** pixelbeat has joined #openstack-dev10:23
openstackgerritSapan Kona proposed a change to openstack/tempest: Fixes LP Bug#903969 - Image metadata boundary tests  https://review.openstack.org/255610:24
openstackgerritSapan Kona proposed a change to openstack/tempest: Fixes LP Bug#903977 - Boundary tests for list servers  https://review.openstack.org/250310:24
openstackgerritJohn Garbutt proposed a change to openstack/nova: blueprint host-aggregates  https://review.openstack.org/310910:28
openstackgerritSapan Kona proposed a change to openstack/tempest: Changed indentation to 4 space width. Added test_get_nonexistant_server_details  https://review.openstack.org/250310:28
*** eglynn has joined #openstack-dev10:38
openstackgerritSapan Kona proposed a change to openstack/tempest: Fixes LP Bug#903977 - Boundary tests for list servers  https://review.openstack.org/250310:40
*** markmc_ has joined #openstack-dev11:15
*** markmc has quit IRC11:15
*** markmc_ is now known as markmc11:17
*** andrewsmedina has joined #openstack-dev11:34
*** derekh has joined #openstack-dev11:35
*** markvoelker has joined #openstack-dev11:50
*** flaviamissi has joined #openstack-dev11:51
*** andrewsmedina has quit IRC12:01
openstackgerritSapan Kona proposed a change to openstack/tempest: Wrote testcases for List Floating IP Operations  https://review.openstack.org/313612:01
openstackgerritZhongyue Luo proposed a change to openstack/nova: Nova API doesn't return instance security groups  https://review.openstack.org/313712:18
*** corrigac has joined #openstack-dev12:21
*** andrewsmedina has joined #openstack-dev12:27
openstackgerritRazique Mahroua proposed a change to openstack/openstack-manuals: Fix bug #882287  https://review.openstack.org/313812:54
uvirtbotLaunchpad 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/88228712:54
*** rkukura has joined #openstack-dev13:13
*** lts has joined #openstack-dev13:14
*** pmyers has joined #openstack-dev13:29
openstackgerritAlvaro Lopez proposed a change to openstack/nova: Fixed bug 912701  https://review.openstack.org/306713:44
uvirtbotLaunchpad 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/91270113:44
*** crobinso has joined #openstack-dev13:48
*** pvo has quit IRC13:58
*** pvo has joined #openstack-dev14:02
*** flaviamissi has quit IRC14:04
*** bsza has joined #openstack-dev14:07
*** kbringard has joined #openstack-dev14:12
*** dprince has joined #openstack-dev14:13
*** AlanClark has joined #openstack-dev14:15
openstackgerritChuck Short proposed a change to openstack/tempest: Add start of EC2 API testing to tempest.  https://review.openstack.org/306414:18
markmcDaviey, add yourself to http://wiki.openstack.org/Contributors14:22
DavieyDoes this mean i need to dig out my echosign thingy? :)14:26
*** AlanClark has quit IRC14:26
markmcDaviey, yep14:27
*** vinilios has joined #openstack-dev14:29
KiallAny of the keystone dev's about? I'm wondering how service catalog and multiple API versions should interact..14:36
KiallRight 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
Davieymarkmc: done14:39
*** deshantm has joined #openstack-dev14:42
*** AlanClark has joined #openstack-dev14:49
openstackgerritrhafer proposed a change to openstack/keystone: Fix LDAP Schema Syntax (bug 904380)  https://review.openstack.org/314014:49
uvirtbotLaunchpad bug 904380 in keystone ""Duplicate option" error when adding the LDAP schema to OpenLDAP" [Medium,Incomplete] https://launchpad.net/bugs/90438014:49
*** oneiroi has quit IRC14:49
*** dtroyer has joined #openstack-dev14:54
*** jaypipes-afk is now known as jaypipes15:13
KiallLinuxJedi: re https://review.openstack.org/2840 .. should the tests not have waited for the +2 aswell in that case?15:14
LinuxJediKiall: the tests trigger when the Approved is ticked.  So in an ideal world it won't like the Approval happen until +215:15
LinuxJediKiall: and I've opened a Wishlist bug for that15:15
LinuxJediKiall: https://bugs.launchpad.net/openstack-ci/+bug/91784415:16
uvirtbotLaunchpad bug 917844 in openstack-ci "Gerrit should error if an Approval is attempted without a +2 in code review" [Wishlist,New]15:16
LinuxJedis/like/let15:16
markmcKiall, I +2ed it15:17
Kiallmarkmc: cool :)15:17
*** zaitcev has joined #openstack-dev15:18
LinuxJedimarkmc: now, from what mtaylor was saying the Approved thing needs ticking again and it should hopefully merge correctly.15:19
markmcLinuxJedi, ok, I just tried toggling approved from +1 to 0 to +115:20
KiallLinuxJedi: I believe it just merged correctly, although the github mirror hasn't updated.. I assume that is on a timer though..15:20
KiallOh wait.. nevermind15:21
*** rnirmal has joined #openstack-dev15:21
LinuxJedimarkmc: fantastic, it still doesn't work :)15:22
LinuxJediKiall, markmc: I have to pop out now but I'll ping the guys to look at this15:22
*** flaviamissi has joined #openstack-dev15:22
*** CarlosM has joined #openstack-dev15:23
*** rnirmal_ has joined #openstack-dev15:26
*** ghe_ has joined #openstack-dev15:27
*** rnirmal_ has joined #openstack-dev15:27
*** rnirmal has quit IRC15:27
*** rnirmal_ is now known as rnirmal15:27
*** rkukura has quit IRC15:32
*** lloydde has joined #openstack-dev15:34
*** koolhead11 has quit IRC15:40
*** deshantm_ has joined #openstack-dev15:41
*** lloydde has quit IRC15:42
*** deshantm has quit IRC15:42
*** deshantm_ is now known as deshantm15:42
*** zzed has joined #openstack-dev15:46
*** dragondm has joined #openstack-dev15:49
*** dragondm has quit IRC15:57
*** dragondm has joined #openstack-dev15:57
openstackgerritSalvatore Orlando proposed a change to openstack/quantum: bug/801227 API should support paginated collections  https://review.openstack.org/314115:59
openstackgerritVish Ishaya proposed a change to openstack/nova: Brings back keystone middleware  https://review.openstack.org/313516:00
openstackgerritTodd Willey proposed a change to openstack/nova: Add SSH Bastion support as alternate cloudpipe.  https://review.openstack.org/259316:06
*** adjohn has joined #openstack-dev16:09
*** reidrac has quit IRC16:11
openstackgerritThierry Carrez proposed a change to openstack/nova: Add a specific filter for kill commands  https://review.openstack.org/314216:13
*** cp16net has joined #openstack-dev16:20
*** lloydde has joined #openstack-dev16:31
*** shevek_ has joined #openstack-dev16:34
*** rkukura has joined #openstack-dev16:38
*** bepernoot has quit IRC16:38
openstackgerritgholt proposed a change to openstack/swift: Fix for UTF-8 encoding/quoting issues in staticweb.  https://review.openstack.org/314316:38
openstackgerritgholt proposed a change to openstack/swift: Fix for UTF-8 encoding/quoting issues in staticweb.  https://review.openstack.org/314316:39
LinuxJediKiall: seems to have fixed itself now.  I can see your merge on stable/diablo on github too :)16:40
*** reed has joined #openstack-dev16:45
*** dwalleck_nova has joined #openstack-dev16:46
jaypipesbcwaldon: if you have a moment... https://review.openstack.org/#change,285716:48
openstackjenkinsProject 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 management16:48
openstackjenkins* Alvaro: Fixed bug 91270116:48
uvirtbotLaunchpad 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/91270116:48
jaypipesdwalleck_nova: ah, good morning :)16:48
*** rkukura has quit IRC16:48
*** rkukura has joined #openstack-dev16:49
dwalleck_novajaypipes: Hey!16:51
*** maploin has quit IRC16:53
jaypipesdwalleck_nova: see /query16:54
KiallLinuxJedi: yea, Not entirely sure how it was fixed ;)16:57
LinuxJediKiall: I wish I could take credit ;)16:57
openstackgerritVerification of a change to openstack/tempest failed: Rework exceptions in Tempest  https://review.openstack.org/285717:05
bcwaldonjaypipes: done17:05
bcwaldonjaypipes: merge conflict17:05
*** adjohn has quit IRC17:05
*** sleepsonthefloo has joined #openstack-dev17:08
*** sleepsonthefloo has quit IRC17:08
*** sleepsonthefloo has joined #openstack-dev17:09
*** reed has quit IRC17:12
openstackgerritThierry Carrez proposed a change to openstack/nova: Add a specific filter for kill commands  https://review.openstack.org/314217:15
*** shevek_ has quit IRC17:17
*** andrewsmedina has quit IRC17:22
*** andrewsmedina has joined #openstack-dev17:22
*** remco_ has quit IRC17:24
*** nati2 has joined #openstack-dev17:28
*** pixelbeat has quit IRC17:28
*** vinilios has quit IRC17:32
*** eglynn has quit IRC17:33
*** pixelbeat has joined #openstack-dev17:33
openstackgerritJohn Garbutt proposed a change to openstack/python-novaclient: blueprint host-aggregates  https://review.openstack.org/314417:34
*** derekh has quit IRC17:36
*** HDhillon_ has joined #openstack-dev17:39
*** andrewsmedina has quit IRC17:41
openstackgerritVerification of a change to openstack/nova failed: Add dns domain manipulation to nova.  https://review.openstack.org/293817:43
*** HDhillon_ has quit IRC17:44
openstackgerritJohn Garbutt proposed a change to openstack/python-novaclient: blueprint host-aggregates  https://review.openstack.org/314417:46
*** reidrac has joined #openstack-dev17:47
openstackgerritTrey Morris proposed a change to openstack/nova: fixes bug lp914962  https://review.openstack.org/314517:47
*** flaviamissi has quit IRC17:49
*** jdurgin has joined #openstack-dev17:51
*** andrewsmedina has joined #openstack-dev17:54
*** flaviamissi has joined #openstack-dev17:54
*** andrewbogott has joined #openstack-dev17:56
*** andrewbogott has joined #openstack-dev17:56
*** andrewbogott has joined #openstack-dev17:56
*** adjohn has joined #openstack-dev17:57
andrewbogottCan anyone help me understand this Jenkins failure?  https://jenkins.openstack.org/job/gate-integration-tests-devstack-vm/572/18:00
*** rods has joined #openstack-dev18:00
andrewbogottI see lots of errors in that log, but none that I can trace back to my patch.18:00
*** eglynn has joined #openstack-dev18:00
*** dwalleck_nova has quit IRC18:01
Kiallandrewbogott: 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
KiallThats the first thing that looks like it would have failed the job..18:02
andrewbogottok...18:02
KiallIt could have been unrelated to your changes, re-triggering that job would let you know for sure..18:03
*** dwalleck_nova has joined #openstack-dev18:03
openstackgerritJay Pipes proposed a change to openstack/tempest: Rework exceptions in Tempest  https://review.openstack.org/285718:03
andrewbogottHow do I re-trigger?18:03
Kiallon the page you linked, there should be 2x links labelled retrigger and retrigger all..18:03
Kiallretrigger does just that job, retrigger all does all jobs for that review18:03
Kiallsince only the devstack job failed, you can just retrigger that one..18:04
andrewbogotthm... command-F finds no 'retrigger' on that page.18:05
andrewbogottMaybe my version of that page is different18:05
openstackgerritJay Pipes proposed a change to openstack/tempest: Rework exceptions in Tempest  https://review.openstack.org/285718:06
Kiallandrewbogott: lol..18:07
KiallWell, I just hit retrigger for you ;)18:07
andrewbogottI mean, since I'm not a core dev18:07
andrewbogottthanks.18:07
KiallNeither am I ;)18:07
KiallNot even close18:07
andrewbogotthm...18:07
*** mohans has quit IRC18:09
andrewbogottKiall:  this page?  http://bogott.net/misc/jenkins.jpg18:10
*** eglynn has quit IRC18:10
*** HDhillon has joined #openstack-dev18:11
*** eglynn has joined #openstack-dev18:11
Kiallyea... http://dl.dropbox.com/u/1400487/Screenshot%20at%202012-01-18%2018%3A10%3A46.png18:11
andrewbogottAm I mad, or are those links missing from my screenshot?18:12
KiallThey are ;)18:12
andrewbogottCurious.18:12
Kiallprobably some launchpad team membership of something..18:13
Kiallor*18:13
andrewbogottI'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-dev18:20
andrewbogottKiall:  also, thank you!18:21
*** darraghb has quit IRC18:21
ironcamelwhy is the Issues tab disabled on devstack's github page? https://github.com/cloudbuilders/devstack18:21
ironcameldid the devstack people get tired of dealing with issues? so they disabled creating new issues. problem solved.18:21
bcwaldonironcamel: don't be a jerk18:22
Kiallironcamel: lol.. cynical much?18:22
bcwaldonironcamel: it's going through gerrit now18:23
Kiallhttps://bugs.launchpad.net/devstack18:23
ironcamelbcwaldon: miss you so much18:23
bcwaldonironcamel: miss you too, buddy18:23
ironcamelKiall: thanks18:23
*** novas0x2a|laptop has joined #openstack-dev18:24
*** ghe_ is now known as GheRivero18:25
*** jog0 has joined #openstack-dev18:26
openstackgerritVerification of a change to openstack/nova failed: Add dns domain manipulation to nova.  https://review.openstack.org/293818:26
Kiallandrewbogott: ^ maybe it is your change ;)18:26
openstackgerritJohannes Erdfelt proposed a change to openstack/nova: KVM and XEN Disk Management Parity  https://review.openstack.org/291818:27
bcwaldonjeblair: ping18:30
*** adjohn has quit IRC18:31
andrewbogottKiall:  In that case, I could still use a hand learning what is failing and where :(18:31
Kiallandrewbogott: lol, I'm not that familiar with it ;)18:31
KiallBut the syslog has some errors which might be relevant.. https://jenkins.openstack.org/job/gate-integration-tests-devstack-vm/573/artifact/logs/syslog.txt18:32
bcwaldonI'm trying to figure out why the policy checks are failing18:32
bcwaldonhoping to get in and see what's in policy.json18:32
bcwaldoneither jeblair or mtaylor should be able to help18:32
Kiallsearch for "ERROR " (with the space..). looks like policy errors with the DescribeInstances call...18:32
Kiallbcwaldon: ah.. already spotted it :)18:33
bcwaldonyeah, it's related to code that I put in recently, so I feel more responsible18:33
bcwaldonfound the error!18:34
bcwaldonandrewbogott: you can't have a trailing comma in policy.json18:34
bcwaldonandrewbogott: this also points out that we need to handle failures more gracefully18:35
andrewbogottOh... did I add an extra in the tests policy.json or the real one?18:35
andrewbogottor both?18:35
* andrewbogott looks for himself18:35
bcwaldonI found it in the real one18:35
andrewbogottGuess it must be the real one since the tests pass18:35
*** dwalleck_nova has quit IRC18:36
*** rbasak has quit IRC18:37
*** eglynn has quit IRC18:38
openstackgerritandrewbogott proposed a change to openstack/nova: Add dns domain manipulation to nova.  https://review.openstack.org/293818:39
bcwaldonandrewbogott: just approved it18:41
andrewbogottthanks18:41
*** rbasak has joined #openstack-dev18:45
*** stanchan has joined #openstack-dev18:47
*** bepernoot has joined #openstack-dev18:51
*** eglynn has joined #openstack-dev18:54
*** sleepsonthefloo has quit IRC18:58
*** sleepsonthefloo has joined #openstack-dev18:58
*** adjohn has joined #openstack-dev18:59
*** pixelbeat has quit IRC19:00
*** 18VAAJRCA has joined #openstack-dev19:02
openstackgerritVerification of a change to openstack/nova failed: Add SSH Bastion support as alternate cloudpipe.  https://review.openstack.org/259319:03
openstackjenkinsProject nova-docs build #1967: SUCCESS in 3 min 9 sec: https://jenkins.openstack.org/job/nova-docs/1967/19:04
openstackjenkinsabogott: Add dns domain manipulation to nova.19:04
*** bepernoot has quit IRC19:07
openstackgerritandrewbogott proposed a change to openstack/nova: Added an LDAP/PowerDNS driver  https://review.openstack.org/302519:08
openstackgerriteglynn proposed a change to openstack/glance: Set size metadata correctly for remote images.  https://review.openstack.org/314719:10
sniperd_redbo || notmyname: can you review my submission to the openstack cookbooks? https://review.openstack.org/#change,257119:16
*** winston-d has quit IRC19:18
openstackgerritDean Troyer proposed a change to openstack-dev/devstack: Glance changes to stack.sh for https://review.openstack.org/3092  https://review.openstack.org/309519:24
dtroyerjaypipes: ping19:27
openstackgerritTodd Willey proposed a change to openstack/nova: Fix disassociating of auto assigned floating ips.  https://review.openstack.org/314819:27
jaypipesdtroyer: pong. hey dean :)19:28
dtroyerjaypipes: which values in *-paste.ini did you want to add to the token list?19:28
dtroyerall of service_* and auth_*?19:28
jaypipesdtroyer: yep, I think that makes sense19:30
jaypipesdtroyer: might have to add new vars for the _protocol ones .... :(19:30
openstackgerritJoe Gordon proposed a change to openstack/nova: Cleanup Imports to match HACKING guidelines  https://review.openstack.org/313219:30
dtroyerjaypipes: ok, I'll add them all19:30
jaypipesdtroyer: u rock. thx man.19:30
openstackjenkinsProject nova-docs build #1968: SUCCESS in 2 min 56 sec: https://jenkins.openstack.org/job/nova-docs/1968/19:33
openstackjenkinstreyemorris: fixes bug lp91496219:33
openstackgerritTodd Willey proposed a change to openstack/nova: Fix disassociating of auto assigned floating ips.  https://review.openstack.org/314819:34
*** bepernoot has joined #openstack-dev19:34
*** anotherjesse has joined #openstack-dev19:34
*** bepernoot has quit IRC19:37
*** HDhillon has quit IRC19:39
*** sleepsonthefloo has quit IRC19:40
*** reed_ has joined #openstack-dev19:40
*** sleepsonthefloo has joined #openstack-dev19:40
*** reed has quit IRC19:42
anotherjesseI hope you all are supporting http://stopsoap.com/ today19:44
*** anotherjesse has left #openstack-dev19:45
*** anotherjesse has joined #openstack-dev19:45
openstackgerritandrewbogott proposed a change to openstack/nova: Automatically clean up DNS when a floating IP is deallocated.  https://review.openstack.org/297119:47
*** sleepsonthefloo has quit IRC19:48
*** sleepsonthefloo has joined #openstack-dev19:49
openstackgerritJoe Gordon proposed a change to openstack/nova: Do not write passwords to verbose logs. bug 916167  https://review.openstack.org/301219:55
uvirtbotLaunchpad bug 916167 in nova "Do not write security sensitive flag values to verbose logs" [Undecided,In progress] https://launchpad.net/bugs/91616719:55
openstackgerritArmando Migliaccio proposed a change to openstack/nova: blueprint host-aggregates: OSAPI/virt integration, via nova.compute.api  https://review.openstack.org/314919:56
*** eglynn has quit IRC19:58
*** eglynn has joined #openstack-dev19:59
*** CarlosM has quit IRC20:01
*** Gordonz has joined #openstack-dev20:01
openstackjenkinsProject nova-docs build #1969: SUCCESS in 3 min 32 sec: https://jenkins.openstack.org/job/nova-docs/1969/20:04
openstackjenkinsTodd Willey: Fix disassociating of auto assigned floating ips.20:04
*** justinsb has joined #openstack-dev20:04
*** CarlosM has joined #openstack-dev20:05
openstackgerritGabriel Hurley proposed a change to openstack/horizon: Prevents rendered data from being cached across table instantiations.  https://review.openstack.org/315020:08
*** nati2 has quit IRC20:13
openstackgerritDean Troyer proposed a change to openstack-dev/devstack: Glance changes to stack.sh for https://review.openstack.org/3092  https://review.openstack.org/309520:16
*** CarlosM1 has joined #openstack-dev20:22
*** CarlosM has quit IRC20:25
*** dprince has quit IRC20:27
*** dwalleck_nova has joined #openstack-dev20:28
*** shevek_ has joined #openstack-dev20:30
*** dtroyer has quit IRC20:31
*** jdurgin has quit IRC20:36
*** xgmz has joined #openstack-dev20:38
*** bencherian has joined #openstack-dev20:40
*** bengrue has joined #openstack-dev20:42
*** dtroyer has joined #openstack-dev20:44
*** bepernoot has joined #openstack-dev20:48
*** negronjl has quit IRC20:50
*** markmc has quit IRC20:51
*** bepernoot has quit IRC20:54
openstackgerritDean Troyer proposed a change to openstack-dev/devstack: Corresponds to the Glance patch that splits paste  https://review.openstack.org/309220:55
*** deshantm has quit IRC20:59
*** bencherian_ has joined #openstack-dev21:00
*** bencherian_ has quit IRC21:00
openstackgerritA change to openstack/nova has been rejected: Do not write passwords to verbose logs. bug 916167  https://review.openstack.org/301221:01
uvirtbotLaunchpad bug 916167 in nova "Do not write security sensitive flag values to verbose logs" [Undecided,In progress] https://launchpad.net/bugs/91616721:01
*** bencherian_ has joined #openstack-dev21:02
*** bencherian_ has quit IRC21:03
*** bencherian has quit IRC21:03
*** bencherian has joined #openstack-dev21:05
openstackgerritVerification of a change to openstack/keystone failed: Implemented bp keystone-manage2  https://review.openstack.org/312321:05
*** bencherian has quit IRC21:06
openstackgerritMajor Hayden proposed a change to openstack/keystone: Fixes bug 918388.  https://review.openstack.org/315121:07
uvirtbotLaunchpad bug 918388 in keystone "json static file tests failing in python 2.6" [Undecided,New] https://launchpad.net/bugs/91838821:07
*** bencherian has joined #openstack-dev21:08
*** bencherian has quit IRC21:08
*** Ryan_Lane has joined #openstack-dev21:10
*** bencherian has joined #openstack-dev21:10
*** bencherian has quit IRC21:11
*** bencherian has joined #openstack-dev21:13
*** sleepsonthefloo_ has joined #openstack-dev21:13
*** sleepsonthefloo has quit IRC21:13
*** sleepsonthefloo_ is now known as sleepsonthefloo21:13
*** reed_ has quit IRC21:13
*** bencherian has quit IRC21:14
*** flaviamissi has quit IRC21:14
*** bencherian has joined #openstack-dev21:15
openstackgerritVerification of a change to openstack/keystone failed: Fix LDAP Schema Syntax (bug 904380)  https://review.openstack.org/314021:15
uvirtbotLaunchpad bug 904380 in keystone ""Duplicate option" error when adding the LDAP schema to OpenLDAP" [Medium,Incomplete] https://launchpad.net/bugs/90438021:15
*** bencherian has quit IRC21:16
openstackgerritJoe Gordon proposed a change to openstack/nova: Do not write passwords to verbose logs. bug 916167  https://review.openstack.org/301221:17
uvirtbotLaunchpad bug 916167 in nova "Do not write security sensitive flag values to verbose logs" [Undecided,In progress] https://launchpad.net/bugs/91616721:17
*** bencherian has joined #openstack-dev21:18
*** bencherian has quit IRC21:18
*** bencherian has joined #openstack-dev21:20
*** bencherian has quit IRC21:21
*** bencherian has joined #openstack-dev21:23
*** bencherian has quit IRC21:24
*** bencherian has joined #openstack-dev21:25
*** bencherian has quit IRC21:26
*** wwkeyboard has joined #openstack-dev21:26
*** reed_ has joined #openstack-dev21:27
*** bencherian has joined #openstack-dev21:28
*** bencherian has quit IRC21:29
vishytr3buchet: ping21:29
tr3buchetvishy: what's up?21:29
*** jdurgin has joined #openstack-dev21:30
*** jdurgin has quit IRC21:30
*** bencherian has joined #openstack-dev21:30
*** dwalleck_nova has quit IRC21:31
*** bencherian has quit IRC21:31
openstackgerriteglynn proposed a change to openstack/glance: Set size metadata correctly for remote images.  https://review.openstack.org/314721:32
*** dwalleck_nova has joined #openstack-dev21:32
*** bencherian has joined #openstack-dev21:33
openstackgerritPaul McMillan proposed a change to openstack/horizon: Fix volume deletion by adding object id sanitization and object display names  https://review.openstack.org/315221:33
*** bencherian has quit IRC21:34
*** bencherian has joined #openstack-dev21:35
jaypipeseglynn: ignore my review comment... didn't see your follow-up.21:36
*** bencherian has quit IRC21:36
eglynnjaypipes: cool21:36
*** bencherian has joined #openstack-dev21:38
*** bencherian has quit IRC21:38
eglynnjaypipes: gerrit stuck my responses inline in Patch Set 1, so "some reponses to your inline comments follow ..." was a little misleading21:38
*** mdomsch has joined #openstack-dev21:39
*** bencherian has joined #openstack-dev21:40
*** bencherian has quit IRC21:41
*** bencherian has joined #openstack-dev21:43
*** bencherian has quit IRC21:44
*** 18VAAJRCA has quit IRC21:45
*** bencherian has joined #openstack-dev21:45
*** bencherian has quit IRC21:46
*** bencherian has joined #openstack-dev21:48
*** bencherian has quit IRC21:49
openstackgerritA change was merged to openstack/nova: Do not write passwords to verbose logs. bug 916167  https://review.openstack.org/301221:49
uvirtbotLaunchpad bug 916167 in nova "Do not write security sensitive flag values to verbose logs" [Undecided,In progress] https://launchpad.net/bugs/91616721:49
*** bencherian has joined #openstack-dev21:51
*** bencherian has quit IRC21:51
*** jdurgin has joined #openstack-dev21:52
*** jdurgin has quit IRC21:52
*** bencherian has joined #openstack-dev21:53
*** bencherian has quit IRC21:54
*** bencherian has joined #openstack-dev21:56
openstackgerritVerification of a change to openstack/nova failed: KVM and XEN Disk Management Parity  https://review.openstack.org/291821:56
*** jdurgin has joined #openstack-dev21:56
*** bencherian has quit IRC21:56
*** dwalleck_nova has quit IRC21:56
*** jdurgin has quit IRC21:57
*** bencherian has joined #openstack-dev21:58
*** bencherian has quit IRC21:59
*** jdurgin has joined #openstack-dev21:59
*** jdurgin has quit IRC22:00
*** bencherian has joined #openstack-dev22:01
*** bencherian has quit IRC22:01
*** rkukura has quit IRC22:02
*** zzed has quit IRC22:02
*** andrewsmedina has quit IRC22:03
openstackjenkinsProject nova-docs build #1970: SUCCESS in 2 min 36 sec: https://jenkins.openstack.org/job/nova-docs/1970/22:03
openstackjenkinsjogo: Do not write passwords to verbose logs. bug 91616722:03
uvirtbotLaunchpad bug 916167 in nova "Do not write security sensitive flag values to verbose logs" [Undecided,Fix committed] https://launchpad.net/bugs/91616722:03
*** bencherian has joined #openstack-dev22:03
*** bencherian has quit IRC22:04
*** rkukura has joined #openstack-dev22:05
*** bencherian has joined #openstack-dev22:06
*** ewindisch has quit IRC22:06
*** bencherian has quit IRC22:06
*** bencherian has joined #openstack-dev22:08
*** bencherian has quit IRC22:09
*** bencherian has joined #openstack-dev22:11
openstackgerritChmouel Boudjnah proposed a change to openstack/swift: Make binaries executables.  https://review.openstack.org/315322:11
*** rkukura has quit IRC22:11
*** rkukura has joined #openstack-dev22:11
*** bencherian has quit IRC22:11
*** xgmz has quit IRC22:12
*** bencherian has joined #openstack-dev22:13
*** bencherian has quit IRC22:14
openstackgerritVerification of a change to openstack/keystone failed: Fix LDAP Schema Syntax (bug 904380)  https://review.openstack.org/314022:16
uvirtbotLaunchpad bug 904380 in keystone ""Duplicate option" error when adding the LDAP schema to OpenLDAP" [Medium,Incomplete] https://launchpad.net/bugs/90438022:16
*** bencherian has joined #openstack-dev22:16
*** bencherian has quit IRC22:16
*** camm_ has quit IRC22:17
openstackjenkinsProject nova-docs build #1971: SUCCESS in 2 min 39 sec: https://jenkins.openstack.org/job/nova-docs/1971/22:18
*** camm has joined #openstack-dev22:18
openstackjenkinsabogott: Automatically clean up DNS when a floating IP is deallocated.22:18
*** jdurgin has joined #openstack-dev22:18
*** bencherian has joined #openstack-dev22:18
*** jdurgin has quit IRC22:19
*** bencherian has quit IRC22:19
*** zzed has joined #openstack-dev22:21
*** bencherian has joined #openstack-dev22:21
openstackgerritRick Harris proposed a change to openstack/nova: disk_config extension now uses OS prefix.  https://review.openstack.org/315422:21
*** bencherian has quit IRC22:21
*** reed_ has quit IRC22:22
*** lts has quit IRC22:23
*** bencherian has joined #openstack-dev22:24
openstackgerritBrian Waldon proposed a change to openstack/glance: Add policy checking for basic image operations  https://review.openstack.org/313022:24
*** bencherian has quit IRC22:24
*** rnirmal has quit IRC22:24
*** CarlosM1 has quit IRC22:24
*** bencherian has joined #openstack-dev22:26
*** bencherian has quit IRC22:27
*** bencherian has joined #openstack-dev22:29
*** bencherian has quit IRC22:29
*** bencherian has joined #openstack-dev22:31
*** bencherian has quit IRC22:32
*** bencherian has joined #openstack-dev22:34
openstackjenkinsProject nova-docs build #1972: SUCCESS in 3 min 29 sec: https://jenkins.openstack.org/job/nova-docs/1972/22:34
openstackjenkinsjogo: Cleanup Imports to match HACKING guidelines22:34
*** reed_ has joined #openstack-dev22:34
*** bencherian has quit IRC22:34
*** cp16net has quit IRC22:34
*** ewindisch has joined #openstack-dev22:36
*** bencherian has joined #openstack-dev22:36
openstackgerritRick Harris proposed a change to openstack/nova: disk_config extension now uses OS prefix.  https://review.openstack.org/315422:39
*** jdurgin has joined #openstack-dev22:40
*** zns1 has joined #openstack-dev22:46
*** zns1 is now known as zns22:46
*** pixelbeat has joined #openstack-dev22:49
*** negronjl has joined #openstack-dev22:55
openstackgerritZiad Sawalha proposed a change to openstack/openstack-chef: Update to keystone.conf  https://review.openstack.org/315522:58
*** rkukura has quit IRC22:58
openstackgerritsleepsonthefloor 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/315622:59
*** reed_ has quit IRC23:00
*** Gordonz_ has joined #openstack-dev23:01
*** Gordonz__ has joined #openstack-dev23:01
openstackgerritCole Robinson proposed a change to openstack/horizon: dashboard: Fix pop up menu location (bug 918452)  https://review.openstack.org/315723:02
uvirtbotLaunchpad bug 918452 in horizon "Popup menus appear in strange, unusable location on Fedora16" [Undecided,New] https://launchpad.net/bugs/91845223:02
*** Gordonz has quit IRC23:03
*** Gordonz_ has quit IRC23:04
*** kbringard has quit IRC23:04
openstackgerritphilip-knouff proposed a change to openstack/nova: Validating image id for rebuild.  https://review.openstack.org/315823:05
*** CarlosM has joined #openstack-dev23:08
*** zzed has quit IRC23:10
vishymtaylor: vishvananda@firefly:~/os/nova (add-middleware)$ git review --help23:10
vishyNo manual entry for git-review23:10
vishygit-review --help works though !23:10
openstackgerritA change to openstack/nova has been rejected: Validating image id for rebuild.  https://review.openstack.org/315823:11
russellbhelp2man to the rescue!  help2man git-review > git-review.1 && man ./git-review.123:13
*** dragondm has quit IRC23:13
openstackgerritBrian Waldon proposed a change to openstack/glance: Add policy checking for basic image operations  https://review.openstack.org/313023:13
*** reed_ has joined #openstack-dev23:14
*** andrewsmedina has joined #openstack-dev23:15
*** Mandell has joined #openstack-dev23:17
*** bsza has quit IRC23:20
openstackgerriteglynn proposed a change to openstack/glance: Set size metadata correctly for remote images.  https://review.openstack.org/314723:21
*** zul has quit IRC23:21
*** rods has quit IRC23:25
*** dtroyer has quit IRC23:31
*** rods has joined #openstack-dev23:31
*** dtroyer has joined #openstack-dev23:31
*** rods has quit IRC23:31
*** bencherian has quit IRC23:33
*** rods has joined #openstack-dev23:33
*** dragondm has joined #openstack-dev23:33
openstackjenkinsProject nova-docs build #1973: SUCCESS in 3 min 12 sec: https://jenkins.openstack.org/job/nova-docs/1973/23:34
openstackjenkinsRick Harris: disk_config extension now uses OS prefix.23:34
*** dwalleck_nova has joined #openstack-dev23:35
*** Gordonz__ has quit IRC23:36
*** zns has quit IRC23:37
openstackgerritBrian Waldon proposed a change to openstack/glance: Multi-process Glance API server support.  https://review.openstack.org/248623:38
*** AlanClark has quit IRC23:39
openstackgerritBrian Waldon proposed a change to openstack/glance: Multi-process Glance API server support.  https://review.openstack.org/248623:40
*** bencherian has joined #openstack-dev23:43
*** crobinso has quit IRC23:46
openstackjenkinsProject nova-docs build #1974: SUCCESS in 3 min 12 sec: https://jenkins.openstack.org/job/nova-docs/1974/23:49
openstackjenkinsabogott: Added an LDAP/PowerDNS driver23:49
openstackgerritandrewbogott proposed a change to openstack/nova: Rename 'zone' to 'domain.'  https://review.openstack.org/315923:52
openstackgerritandrewbogott proposed a change to openstack/nova: Removed some vestigial default args from DNS drivers.  https://review.openstack.org/316023:52
*** apevec has quit IRC23:53
openstackgerritGabriel Hurley proposed a change to openstack/horizon: Converts images and snapshots to new tables, modals, error handling, etc.  https://review.openstack.org/316123:59
*** beekhof_ has joined #openstack-dev23:59

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