Wednesday, 2012-01-04

mikalvishy: vm startup includes possible format conversion and image resizing00:00
mikalvishy: which makes the checksums not useful for image cache verification00:00
*** deshantm has quit IRC00:00
*** deshantm_ is now known as deshantm00:00
vishymikal: that is true, but you could use the same logic to get the checksum?00:00
vishyor store the checksum somewhere inside of nova?00:01
vishyin fact, why don't you just key off of uuid?00:01
mikalvishy: I think it would have to be stored... Otherwise there is a refetch of the image, conversion and resizing. i.e. heaps of IO00:01
vishywhy depend on the checksum at all?00:01
vishyare you looking for corruption?00:01
mikalWell, my reading of the blueprint is we're trying to tell if someone has fiddled with the base image00:01
mikalWhich will affect content but not naming00:02
mikali.e. I fiddle with the image, and any new vms get my fiddled base image00:02
vishynew images should always get new uuids00:02
vishychanging base images is a bad idea00:02
*** dtroyer has quit IRC00:02
vishyother vms may be using it as a backing file00:02
vishysounds like very dangerous behavior00:02
mikalvishy: exactly... that would be someone being malicious00:02
*** spiffxp has quit IRC00:03
mikalvishy: this is bullet point 1 in the blue print "verify that images are not corrupt"00:03
openstackgerritJake Dahn proposed a change to openstack/horizon: Fix inconsistencies between overview and index.  https://review.openstack.org/275200:03
*** jeffjapan has joined #openstack-dev00:03
*** jeffjapan has quit IRC00:04
*** bsza-II has quit IRC00:04
*** jeffjapan has joined #openstack-dev00:04
vishycorrupt check seems like something that should be done on the host itself00:06
vishycould store a checksum of the file and make sure it hasn't changed in a periodic task00:07
mikalYeah, that's basically what I00:07
mikalve written00:07
mikalI could store a checksum in the filesystem, but the bad man who twiddles the image could twiddle that as well00:08
mikalI guess it helps in the case where it is a disk error though00:08
*** dolphm has joined #openstack-dev00:09
openstackgerritharlowja proposed a change to openstack/nova: Added myself to authors.  https://review.openstack.org/257200:12
*** dragondm has quit IRC00:18
*** nati2 has quit IRC00:23
*** nati2 has joined #openstack-dev00:24
*** ncode has joined #openstack-dev00:24
*** ncode has joined #openstack-dev00:24
openstackgerritRussell Bryant proposed a change to openstack/glance: Add more man pages.  https://review.openstack.org/276500:24
*** zns has quit IRC00:29
*** dolphm has quit IRC00:34
openstackgerritVish Ishaya proposed a change to openstack/nova: Adds simple policy engine support  https://review.openstack.org/276600:35
openstackgerritVish Ishaya proposed a change to openstack/nova: First Implementation of Policy checking  https://review.openstack.org/276700:35
*** spiffxp has joined #openstack-dev00:36
*** gyee has quit IRC00:40
openstackgerritRussell Bryant proposed a change to openstack/glance: Fix help output for inverse of BoolOpt.  https://review.openstack.org/276800:41
*** rods has quit IRC00:42
openstackgerritVish Ishaya proposed a change to openstack/nova: First Implementation of Policy checking  https://review.openstack.org/276700:48
openstackgerritZhongyue Luo proposed a change to openstack/horizon: PEP8 cleanup  https://review.openstack.org/276900:51
*** dolphm has joined #openstack-dev00:56
*** jeffjapan has quit IRC01:01
*** jakedahn has quit IRC01:02
*** bhall has quit IRC01:06
openstackgerritA change to openstack/horizon has been rejected: Cleaning up instance detail page.  https://review.openstack.org/276101:09
*** spiffxp has quit IRC01:18
*** sleepsonthefloo has quit IRC01:21
*** ayoung has joined #openstack-dev01:22
openstackgerritZhongyue Luo proposed a change to openstack/glance: PEP8 cleanup  https://review.openstack.org/277001:22
vishymikal: if someone has access to the host, I'm not worried about security01:24
vishymikal: corrupt data due to bitrot is more of a concern01:25
vishymikal: if they have access to the host they could just change the actual disk image, not the backing file01:25
mikalYeah, in that case the fetch process can just write a checksum to another file next to the image file, and then the cache manager can verify it01:26
mikalNP, I'll add that01:26
mikalThat's actually a lot easier than other ideas I'd had for how to handle it01:26
vishymikal: cool01:26
mikalSo, given I am a n00b, what's the right way to get you to comment on if the code is bonkers? Just request a code review through gerrit?01:27
vishymikal: yup, just write the code and do a gerrit review01:28
*** ben_duyujie has joined #openstack-dev01:28
mikalCool. The code is mostly done, so I'll request a review in the next couple of days once I've polished it a bit01:28
*** ben_duyujie has left #openstack-dev01:28
*** lorin1 has joined #openstack-dev01:34
openstackgerritVish Ishaya proposed a change to openstack/nova: First Implementation of Policy checking  https://review.openstack.org/276701:37
openstackgerritVish Ishaya proposed a change to openstack/nova: Adds simple policy engine support  https://review.openstack.org/276601:37
*** Ryan_Lane has joined #openstack-dev01:40
openstackgerritAdam Gandelman proposed a change to openstack/tempest: RestClient to target specific services in Keystone catalog  https://review.openstack.org/277101:42
jog0has anyone had any problems launching after rebooting a nova-controller (nova-compute on separate node)?  The first time I try running a VM I got the following error:01:47
jog0AMQPConnectionException: (320, u"CONNECTION_FORCED - broker forced connection closure with reason 'shutdown'", (0, 0), '')01:47
openstackgerritZhongyue Luo proposed a change to openstack/glance: PEP8 cleanup  https://review.openstack.org/277001:48
openstackgerritZhongyue Luo proposed a change to openstack/glance: PEP8 cleanup  https://review.openstack.org/277001:53
jog0I created a bug report ( https://bugs.launchpad.net/nova/+bug/911559)01:58
uvirtbotLaunchpad bug 911559 in nova "AMQPConnectionException on launch VM  after restart controller" [Undecided,New]01:58
*** galthaus has joined #openstack-dev02:00
openstackgerritZhongyue Luo proposed a change to openstack/python-novaclient: PEP8 python-novaclient cleanup  https://review.openstack.org/277202:01
*** vladimir3p has quit IRC02:02
*** jog0 has quit IRC02:02
*** andrewbogott has quit IRC02:04
*** jdurgin has quit IRC02:05
*** jakedahn has joined #openstack-dev02:07
*** GonZo2000 has joined #openstack-dev02:14
*** HugoKuo_ has joined #openstack-dev02:15
*** GonZoPT has quit IRC02:16
*** HugoKuo__ has quit IRC02:19
openstackgerritJake Dahn proposed a change to openstack/horizon: Cleaning up instance detail page.  https://review.openstack.org/276102:20
*** westmaas has quit IRC02:22
*** ttx has quit IRC02:23
*** ironcamel2 has quit IRC02:23
*** ttx has joined #openstack-dev02:24
*** ttx has quit IRC02:24
*** ttx has joined #openstack-dev02:24
*** jakedahn has quit IRC02:24
*** ironcamel2 has joined #openstack-dev02:25
*** westmaas has joined #openstack-dev02:25
mikalgerrit -s fails for me... Is that possibly because I only signed the contributor agreement this morning? Is there a setup delay?02:30
*** Ryan_Lane has quit IRC02:31
jeblairmikal: you mean "git review -s" ?02:31
mikalYeah, sorry02:31
jeblairmikal: are you running into this bug?02:32
jeblairhttps://bugs.launchpad.net/git-review/+bug/91136202:32
uvirtbotLaunchpad bug 911362 in git-review "git review -s puts the repo in an unusable state" [Critical,Fix released]02:32
jeblairmikal: see the commands/output here: http://paste.openstack.org/show/4016/02:33
mikalNo, I don't even get that far. One sec and I'll get you a paste02:34
jeblairmikal: cool, thanks02:34
openstackgerritEd Leafe proposed a change to openstack/keystone: Changes run_tests.sh to also run pep8 by default.  https://review.openstack.org/276302:35
mikaljeblair: http://paste.openstack.org/show/4064/02:36
jeblairmikal: can you telnet review.openstack.org 2941802:38
mikalYep, I get something which looks a lot like a ssh header02:38
jeblairmikal: can you sign in to https://review.openstack.org/02:39
jeblair(in your browser)02:39
mikalYep, I am signed in now02:39
jeblairmikal: ssh mikalstill@review.openstack.org -p 29418 gerrit ls-projects02:40
jeblairwhat's that get you?02:41
mikalHmmm, give me a sec02:42
mikaljeblair: this is a bit confusing... it doesn't seem to be using my launchpad ssh id, which I assume is the one you guys are using02:44
jeblairwe copy the public keys over from launchpad periodically02:44
jeblairthere can be a delay in syncing them02:44
jeblairhttps://review.openstack.org/#settings,ssh-keys02:44
mikalBut that command does work from my laptop (I was trying git review on my workstation)02:44
jeblairyou can manage them manually there02:44
mikalSo, I provisionally think this might be a problem with my ssh keys on my workstation02:44
jeblairthat sounds reasonable02:45
mikalSorry for wasting your time02:46
jeblairmikal: not at all!  let me (or mtaylor) know if there's anything else we can help with; we're generally responsible for the CI and code review systems02:47
mikalOkie, thanks02:47
*** dolphm has quit IRC03:01
openstackgerritPaul McMillan proposed a change to openstack/horizon: Implement tooltips using twipsy and field help_text property.  https://review.openstack.org/277303:08
*** dolphm has joined #openstack-dev03:08
*** spiffxp has joined #openstack-dev03:12
openstackgerritPaul McMillan proposed a change to openstack/horizon: Implement tooltips using twipsy and field help_text property.  https://review.openstack.org/277303:13
*** spiffxp has quit IRC03:30
*** ncode has quit IRC03:39
openstackgerritPaul McMillan proposed a change to openstack/horizon: Remove last chzn ref  https://review.openstack.org/277403:39
*** dayou has quit IRC03:39
*** lloydde has quit IRC03:46
*** ecarlin has joined #openstack-dev03:46
*** ecarlin has quit IRC03:46
*** lorin1 has quit IRC03:47
*** nati2 has quit IRC03:48
*** nati2 has joined #openstack-dev03:49
*** dayou has joined #openstack-dev03:52
*** dolphm has quit IRC03:54
*** dolphm has joined #openstack-dev03:59
openstackgerritPaul McMillan proposed a change to openstack/horizon: Float ALL form checkboxes left  https://review.openstack.org/277504:12
openstackgerritZhongyue Luo proposed a change to openstack/keystone: PEP8 keystone cleanup  https://review.openstack.org/277604:16
*** lloydde has joined #openstack-dev04:18
*** deshantm has quit IRC04:21
*** mjfork has quit IRC04:56
openstackgerritJohn Griffith proposed a change to openstack/nova: blueprint solidfire-san-iscsidriver Added myself to Authors file and fixed localization error.  https://review.openstack.org/257505:03
*** jeremy has quit IRC05:18
*** dolphm has quit IRC05:38
openstackgerritZhongyue Luo proposed a change to openstack/keystone: PEP8 keystone cleanup  https://review.openstack.org/277605:39
*** nati2_ has joined #openstack-dev05:44
*** nati2 has quit IRC05:44
*** sleepsonthefloo has joined #openstack-dev05:53
*** nati2_ has quit IRC06:09
*** nati2 has joined #openstack-dev06:09
*** nati2_ has joined #openstack-dev06:24
*** nati2 has quit IRC06:25
*** HugoKuo__ has joined #openstack-dev06:31
*** bepernoot has joined #openstack-dev06:33
*** HugoKuo_ has quit IRC06:34
*** bepernoot has quit IRC06:49
*** nati2 has joined #openstack-dev06:53
openstackgerritZhongyue Luo proposed a change to openstack/swift: PEP8 swift cleanup  https://review.openstack.org/277706:54
*** nati2_ has quit IRC06:56
openstackgerritZiad Sawalha proposed a change to openstack/keystone: Implement Endpoint and Endpoint Template Managers  https://review.openstack.org/277806:56
*** zaitcev has quit IRC07:02
*** Mandell has quit IRC07:02
*** nati2_ has joined #openstack-dev07:10
*** Mandell has joined #openstack-dev07:10
*** nati2 has quit IRC07:11
*** sleepsonthefloo has quit IRC07:12
openstackgerritZiad Sawalha proposed a change to openstack/keystone: Implement Endpoint and Endpoint Template Managers  https://review.openstack.org/277807:22
*** jeremy has joined #openstack-dev07:33
*** TREllis has quit IRC07:43
*** TREllis has joined #openstack-dev07:43
*** bepernoot has joined #openstack-dev07:47
mikalIs prettytable missing from PIP at the moment?07:55
sorenmikal: Works for me.08:08
mikalHmmm. This is a new git directory, running ./run_tests.sh for the first time and saying it can build an environment. I'll delete .venv and try again.08:09
*** reidrac has joined #openstack-dev08:09
*** nati2 has joined #openstack-dev08:13
*** nati2_ has quit IRC08:14
openstackgerritZhongyue Luo proposed a change to openstack/quantum: lxml missing in pip-requires  https://review.openstack.org/277908:24
*** bepernoot has quit IRC08:27
*** bepernoot has joined #openstack-dev08:27
*** Remco_ has joined #openstack-dev08:29
*** lloydde has quit IRC08:38
*** Remco_ has quit IRC08:38
*** eglynn has quit IRC08:43
*** oneiroi has joined #openstack-dev08:49
*** zul has quit IRC08:49
*** apevec has joined #openstack-dev08:57
*** Mandell has quit IRC09:05
*** zul has joined #openstack-dev09:14
*** jeremy has quit IRC09:19
*** jeremy has joined #openstack-dev09:21
*** eglynn has joined #openstack-dev09:27
openstackgerritAhmad Hassan proposed a change to openstack/nova: Add missing methods to limit controller  https://review.openstack.org/81209:33
openstackgerritHengqing Hu proposed a change to openstack/glance: Add descriptive comments for some glance configuration options.  https://review.openstack.org/278009:40
openstackgerritZhongyue Luo proposed a change to openstack/quantum: PEP8 quantum cleanup  https://review.openstack.org/278109:41
*** HugoKuo_ has joined #openstack-dev09:48
*** HugoKuo__ has quit IRC09:53
*** eglynn has quit IRC09:53
*** rods has joined #openstack-dev09:58
*** pixelbeat has joined #openstack-dev09:58
*** eglynn has joined #openstack-dev10:01
*** darraghb has joined #openstack-dev10:07
*** eglynn has quit IRC10:13
*** derekh has joined #openstack-dev10:20
*** mnour has joined #openstack-dev10:24
openstackgerritheut2008 proposed a change to openstack/nova: add a flag to fix mouse cursor problem.  https://review.openstack.org/258210:50
*** Remco_ has joined #openstack-dev11:03
*** feiyuliu has quit IRC11:18
*** feiyuliu has joined #openstack-dev11:19
openstackgerritZhongyue Luo proposed a change to openstack/python-novaclient: PEP8 python-novaclient cleanup  https://review.openstack.org/277211:31
*** markmc has joined #openstack-dev11:32
*** mikal has quit IRC11:37
*** mikal has joined #openstack-dev11:41
*** mikal has quit IRC11:45
openstackgerritHengqing Hu proposed a change to openstack/glance: Add descriptive comments for some glance configuration options.  https://review.openstack.org/278011:56
*** eglynn has joined #openstack-dev12:01
*** lorin1 has joined #openstack-dev12:06
*** lorin1 has quit IRC12:07
openstackgerritZhongyue Luo proposed a change to openstack/quantum: PEP8 quantum cleanup  https://review.openstack.org/278112:12
*** Remco__ has joined #openstack-dev12:26
*** Remco_ has quit IRC12:28
*** mjfork has joined #openstack-dev12:31
openstackgerritHengqing Hu proposed a change to openstack/glance: Add descriptive comments for some glance configuration options.  https://review.openstack.org/278012:38
*** markvoelker has joined #openstack-dev12:42
*** bsza has joined #openstack-dev12:45
*** dayou has quit IRC12:53
*** dayou has joined #openstack-dev12:57
*** derekh has quit IRC13:13
*** vinilios has joined #openstack-dev13:27
*** dayou has quit IRC13:28
*** vinilios has quit IRC13:29
*** vinilios has joined #openstack-dev13:29
*** dayou has joined #openstack-dev13:29
*** vinilios has quit IRC13:32
*** vinilios has joined #openstack-dev13:32
*** dtroyer has joined #openstack-dev13:33
*** vinilios has quit IRC13:34
*** vinilios has joined #openstack-dev13:34
*** vinilios has quit IRC13:34
openstackgerritSandy Walsh proposed a change to openstack/nova: Capacity table support  https://review.openstack.org/246013:49
*** vinilios has joined #openstack-dev13:49
*** kbringard has joined #openstack-dev13:55
*** bcwaldon has joined #openstack-dev13:57
*** rkukura has joined #openstack-dev14:00
*** kbringard has quit IRC14:03
openstackgerritdlapsley proposed a change to openstack/openstack-manuals: Fixes typo in "Quantum and Nova FlatManager" section.  https://review.openstack.org/278214:08
*** HugoKuo__ has joined #openstack-dev14:08
*** kbringard has joined #openstack-dev14:09
*** HugoKuo_ has quit IRC14:12
*** AlanClark has joined #openstack-dev14:13
*** deshantm has joined #openstack-dev14:15
*** derekh has joined #openstack-dev14:16
openstackgerritgavri-fernandez proposed a change to openstack/python-melangeclient: Moved client code from main melange repo.  https://review.openstack.org/278314:18
*** dprince has joined #openstack-dev14:22
openstackgerritRussell Bryant proposed a change to openstack/glance: Fix help output for inverse of BoolOpt.  https://review.openstack.org/276814:25
*** zul has quit IRC14:32
*** zul has joined #openstack-dev14:33
*** feiyuliu has quit IRC14:34
*** mdomsch has joined #openstack-dev14:39
*** lloydde has joined #openstack-dev14:43
*** tryggvil_ has joined #openstack-dev14:45
*** lts has joined #openstack-dev14:45
*** chuck_ has joined #openstack-dev14:48
*** zul has quit IRC14:48
*** crobinso has joined #openstack-dev14:48
*** chuck_ is now known as zul14:49
*** zul has joined #openstack-dev14:49
*** rnirmal has joined #openstack-dev14:53
*** troytoman-away is now known as troytoman14:53
openstackgerritVerification of a change to openstack/keystone failed: PEP8 keystone cleanup  https://review.openstack.org/277614:54
*** zul has quit IRC14:54
dprincemtaylor/jeblair: you guys around?14:57
dprincemtaylor/jeblair: https://jenkins.openstack.org/view/Gate/job/gate-integration-tests-devstack-vm/248/14:57
dprinceCan I just re-trigger that merge prop again? I think that branch should run fine.14:59
*** zul has joined #openstack-dev14:59
dprincemtaylor/jeblair: Also. Got a couple of questions on what needs to happen when coordination needs to happen. For example what if Glance and Nova both need to change before a devstack gate passes. Or perhaps a config change that requires a devstack change, etc. Do we have a plan in place when coordination needs to happen?15:01
*** nati2 has quit IRC15:11
*** nati2_ has joined #openstack-dev15:11
*** mnour has quit IRC15:15
*** blamar has joined #openstack-dev15:23
*** dubsquared has joined #openstack-dev15:28
*** ayoung has quit IRC15:31
openstackgerritHengqing Hu proposed a change to openstack/glance: Add comments for three options in glance-api.conf.  https://review.openstack.org/278015:35
openstackgerritThierry Carrez proposed a change to openstack/openstack-ci: Fix update_bug.py to match uploader format  https://review.openstack.org/255815:37
*** dtroyer has quit IRC15:39
*** jaypipes has joined #openstack-dev15:40
jaypipesah it's good to be back...15:40
openstackgerritheut2008 proposed a change to openstack/glance: fix bug 911681  https://review.openstack.org/278415:42
uvirtbotLaunchpad bug 911681 in glance "oparser missing in bin/glance-control" [Undecided,New] https://launchpad.net/bugs/91168115:42
*** dolphm has joined #openstack-dev15:43
*** ttx has quit IRC15:43
*** ttx has joined #openstack-dev15:43
*** ttx has quit IRC15:43
*** ttx has joined #openstack-dev15:43
*** ttx has quit IRC15:45
*** ttx has joined #openstack-dev15:45
*** ttx has quit IRC15:45
*** ttx has joined #openstack-dev15:45
*** blamar has quit IRC15:46
*** blamar has joined #openstack-dev15:47
*** dtroyer has joined #openstack-dev15:52
*** dragondm has joined #openstack-dev15:57
openstackgerritRussell Bryant proposed a change to openstack/glance: Fix help output for inverse of BoolOpt.  https://review.openstack.org/276815:58
*** ayoung has joined #openstack-dev15:59
vinilioshas anyone tested setting up nova/glance on different hosts ? does nova retrieves image data over glance http api ? if so, is it efficient for large images (e.g. >5GB)16:01
*** zzed has joined #openstack-dev16:02
openstackgerritIvan Kolodyazhny proposed a change to openstack/nova: Fix pep8 errors. Add migrate scripts  https://review.openstack.org/278516:06
openstackgerritIvan Kolodyazhny proposed a change to openstack/nova: Bug 898585:nova-manage allows to create duplicate floating ips - fixed  https://review.openstack.org/275616:06
uvirtbotLaunchpad bug 898585 in nova "nova-manage allows to create duplicate floating ips" [Medium,In progress] https://launchpad.net/bugs/89858516:06
*** GheRivero_ has joined #openstack-dev16:06
openstackgerritA change to openstack/glance has been rejected: Add comments for three options in glance-api.conf.  https://review.openstack.org/278016:09
openstackgerritDolph Mathews proposed a change to openstack/keystone: Initial keystone-manage rewrite (bp keystone-manage2)  https://review.openstack.org/251116:12
openstackgerritAaron Lee proposed a change to openstack/nova: Fixing name not defined  https://review.openstack.org/278616:20
openstackgerritAaron Lee proposed a change to openstack/nova: Make quantum_use_dhcp falsifiable  https://review.openstack.org/275516:20
jaypipesvinilios: yes, nova retrieves the first image from Glance and then stores the image bits locally in a filesystem cache (/var/lib/nova/images/_base IIRC) so that other instances started with that base image don't need to retrieve it again. We've also discussed some performance optimizations where Nova might directly use backend storage drivers to retrieve files directly from storage instead of going through Glance, but16:21
jaypipes those optimizations are quite far off16:21
*** nati2 has joined #openstack-dev16:23
*** nati2 has quit IRC16:25
*** nati2_ has quit IRC16:25
*** nati2 has joined #openstack-dev16:25
*** reidrac has quit IRC16:27
markmcjeblair, there?16:30
jeblairmarkmc: hiya16:36
markmcjeblair, hey hey16:36
*** galthaus has quit IRC16:36
markmcjeblair, looks like I can +2 glance changes, even though I'm not in glance-core16:36
jeblairmarkmc: on master, i take it?16:37
markmcjeblair, sorry, yep16:37
jaypipesmarkmc: don't mess us up! ;)16:37
markmcjaypipes, exactly!16:37
jeblairmarkmc: you are in nova-core, and nova-core is in glance-core16:37
markmctake the gun out of my hands before I hurt someone!16:37
jeblairjaypipes: is that intentional?16:37
markmcjeblair, ah, that 'splains that16:38
jaypipesjeblair: no, it should not be that way. that is a vestigial artifact from when glance was a newborn babe.16:38
*** bepernoot has quit IRC16:38
*** nati2 has quit IRC16:39
markmcand now that glance is fully potty trained ... :)16:39
jaypipesmarkmc: well, mostly potty trained... ;)16:40
* markmc refrains from digging into the analogy any further :-P16:41
jaypipeslol16:42
jeblairjaypipes, markmc: i believe the setup is currently correct in launchpad, but i suspect the sync script for gerrit does not remove subteams.  i'll remove it and update the existing bug we have about the sync script removing memberships16:43
openstackgerritheut2008 proposed a change to openstack/glance: fix bug 911681  https://review.openstack.org/278416:43
uvirtbotLaunchpad bug 911681 in glance "oparser missing in bin/glance-control" [Undecided,In progress] https://launchpad.net/bugs/91168116:43
*** GheRivero_ has quit IRC16:44
jeblairmarkmc: done, let me know if you can still +2 glance, or if your powers come back in the future.16:44
markmcjeblair, looks like I still can +316:44
markmcjeblair, looks like I still can +216:44
jeblairmarkmc: ugh, i think one version of the script may have actually populated glance-core with all the nova-core members.16:45
markmcjeblair, sounds like your script needs some potty training :)16:46
jaypipesjeblair: coolio. thx man16:46
jeblairmarkmc: mtaylor's script, actually.  :/16:47
markmcjeblair, ah, that explains it16:47
openstackgerritAaron Lee proposed a change to openstack/nova: Fixing name not defined  https://review.openstack.org/278616:48
*** dwalleck has joined #openstack-dev16:48
jeblairokay, i have clicked lots of little checkboxes.  i made the thing on the left look like the thing on the right.  hopefully that's it, and no-one will notice the same problem in the other projects before monty fixes bug 894128.16:48
uvirtbotLaunchpad bug 894128 in openstack-ci "sync script not removing people from groups" [High,Triaged] https://launchpad.net/bugs/89412816:48
*** dwalleck has quit IRC16:48
markmcjeblair, cool, my powers are gone16:49
* markmc sighs a sigh of relief16:49
*** dwalleck has joined #openstack-dev16:49
*** ayoung has quit IRC16:50
openstackgerritVerification of a change to openstack/keystone failed: Initial keystone-manage rewrite (bp keystone-manage2)  https://review.openstack.org/251116:53
*** tryggvil_ has quit IRC16:55
*** rohitk has joined #openstack-dev16:57
*** nati2 has joined #openstack-dev16:59
*** mattray has joined #openstack-dev17:00
*** maplebed has joined #openstack-dev17:02
*** GheRivero_ has joined #openstack-dev17:02
openstackgerritAaron Lee proposed a change to openstack/nova: Make quantum_use_dhcp falsifiable  https://review.openstack.org/275517:02
openstackjenkinsProject nova-docs build #1869: SUCCESS in 3 min 10 sec: https://jenkins.openstack.org/job/nova-docs/1869/17:04
openstackjenkinsluozhongyue: PEP8 type comparison cleanup17:04
*** Gordonz has joined #openstack-dev17:09
openstackgerritVerification of a change to openstack/nova failed: Fixing name not defined  https://review.openstack.org/278617:11
*** sleepsonthefloo has joined #openstack-dev17:12
viniliosjaypipes: correct me if i'm wrong, giving a look at the nova/glance codebase, it seems that nova after receiving image data transfers those once again over rpc so that container nodes have access to them17:13
*** jog0 has joined #openstack-dev17:14
jaypipesvinilios: container nodes?17:14
openstackgerritChuck Short proposed a change to openstack/nova: Fix typo in nova/rootwrap/compute.py. Fixes LP: #911880  https://review.openstack.org/278717:14
viniliosjaypipes: sorry im not much into openstack terminology, the node where the vm instance gets created17:15
*** joesavak has joined #openstack-dev17:16
jaypipesvinilios: ah. :) compute node17:18
jaypipesvinilios: container is more of a swift term :)17:18
jaypipesvinilios: one sec, will answer your question shortly.. in meeting17:18
wwkeyboardIt looks like jenkins just failed while trying to install pylint? https://jenkins.openstack.org/job/gate-integration-tests-devstack-vm/255/console17:18
wwkeyboardDoes anyone know how to fix this issue?17:18
jeblairit seems that http://www.logilab.org/project/pylint is down17:21
jeblairwe cache all of the actual packages, but i believe pip still hits the index and presumably some package sources to check on versions, etc.17:22
*** hugokuo has joined #openstack-dev17:22
*** oneiroi has quit IRC17:24
*** Remco__ has quit IRC17:24
*** LinuxJedi has quit IRC17:26
*** LinuxJedi has joined #openstack-dev17:27
*** rohitk2 has joined #openstack-dev17:28
*** rohitk has quit IRC17:29
*** spiffxp has joined #openstack-dev17:29
openstackgerritVerification of a change to openstack/nova failed: Make quantum_use_dhcp falsifiable  https://review.openstack.org/275517:29
*** troytoman is now known as troytoman-away17:29
wwkeyboardjeblair: Thanks for the info, how do I go about rerunning those builds once it's back up?17:31
*** tryggvil has joined #openstack-dev17:31
*** Mandell has joined #openstack-dev17:31
*** eglynn has quit IRC17:32
jeblairwwkeyboard: you can re-approve them in gerrit17:32
wwkeyboardjeblair: Thanks!17:32
*** linuxjedi_ has joined #openstack-dev17:33
*** LinuxJedi has quit IRC17:33
*** linuxjedi_ is now known as LinuxJedi17:34
*** bcwaldon has quit IRC17:36
*** derekh has quit IRC17:37
*** zigo has joined #openstack-dev17:37
openstackgerritBrad Hall proposed a change to openstack/quantum: Fix lp bug 897882  https://review.openstack.org/198817:38
uvirtbotLaunchpad bug 897882 in quantum "Quantum needs proper setup.py (was: command 'egg' not found when running install_venv.py)" [High,In progress] https://launchpad.net/bugs/89788217:38
openstackgerritVerification of a change to openstack/nova failed: Fix typo in nova/rootwrap/compute.py. Fixes LP: #911880  https://review.openstack.org/278717:40
*** LinuxJedi has quit IRC17:44
openstackgerritIvan Kolodyazhny proposed a change to openstack/nova: Handle exception on migration  https://review.openstack.org/278817:44
openstackgerritIvan Kolodyazhny proposed a change to openstack/nova: Fix pep8 errors. Add migrate scripts  https://review.openstack.org/278517:44
openstackgerritIvan Kolodyazhny proposed a change to openstack/nova: Bug 898585:nova-manage allows to create duplicate floating ips - fixed  https://review.openstack.org/275617:44
uvirtbotLaunchpad bug 898585 in nova "nova-manage allows to create duplicate floating ips" [Medium,In progress] https://launchpad.net/bugs/89858517:44
*** dolphm has quit IRC17:46
*** LinuxJedi has joined #openstack-dev17:48
*** bhall has joined #openstack-dev17:50
*** bhall has quit IRC17:50
*** bhall has joined #openstack-dev17:50
*** dragondm has quit IRC17:51
mtaylormarkmc, jeblair: sorry. my script sucks17:52
*** nati2 has quit IRC17:52
*** jdurgin has joined #openstack-dev17:52
*** nati2 has joined #openstack-dev17:53
*** oneiroi has joined #openstack-dev17:53
*** oneiroi has quit IRC17:53
openstackgerritsleepsonthefloor proposed a change to openstack-dev/devstack: Better domain parsing and improved instance cleanup  https://review.openstack.org/278917:55
openstackgerritandrewbogott proposed a change to openstack/python-novaclient: Added command-line interfaces for the floating ip DNS api to nova.  https://review.openstack.org/270717:59
*** troytoman-away is now known as troytoman18:00
*** andrewbogott has joined #openstack-dev18:00
andrewbogottIs this patch (https://review.openstack.org/#change,2738) awaiting another reviewer, or is it stuck in some kind of gerrit limbo?  (according to my understanding of the new workflow, it should've merged when Josh approved it.)18:03
*** ayoung has joined #openstack-dev18:05
*** ayoung has quit IRC18:06
*** ayoung has joined #openstack-dev18:06
*** Remco_ has joined #openstack-dev18:06
*** darraghb has quit IRC18:06
jeblairandrewbogott: it needs one more core reviewer to +2 on code review, and then someone (perhaps the same person at the same time, perhaps not) should vote +1 on Approved.18:07
jaypipesvinilios: ok, back now... so, can I ask what part of Nova code make you think that Nova is passing image data via RPC to compute nodes? AFAIK, compute nodes pull image data from Glance directly.18:07
andrewbogottSo... a patch needs two checkmarks from core reviewers, and then someone to mark 'approved'?18:08
jeblairandrewbogott: yep18:08
andrewbogottok, thanks.  I'm not especially impatient, just wanted to make sure I hadn't fallen off the edge of the map somehow.18:08
jaypipesandrewbogott: I'm not a nova-core reviewer, so I could only +1 ;)18:09
jeblairsleepsonthefloo: do you think you or another devstack core person could look at https://review.openstack.org/#change,272018:09
andrewbogottYep, that much I followed.  I didn't realize that it took two core reviewers.18:10
jeblairsleepsonthefloo: we need that in order to get syslog from the components back to jenkins in the integration test job18:10
*** rohitk2 has quit IRC18:11
*** Remco_ has quit IRC18:12
*** dwalleck has quit IRC18:13
sleepsonthefloojeblair: looking18:15
*** zaitcev has joined #openstack-dev18:24
*** bepernoot has joined #openstack-dev18:29
*** martine has joined #openstack-dev18:30
*** zigo has quit IRC18:31
*** bepernoot has quit IRC18:31
jeblairsleepsonthefloo: why does devstack have its own pip dependencies when it later does "sudo python setup.py develop" (which ensures the dependencies in pip-requires are met) for each of the projects.  why not skip the pip depends and just rely on that?18:41
openstackgerritJohannes Erdfelt proposed a change to openstack/nova: Call mkfs with the correct order of arguments  https://review.openstack.org/279118:41
sleepsonthefloojeblair - good point. We added the pips requires as needed to get stuff working, but it is possible some of them are no longer needed.18:46
sleepsontheflooI'll try removing them and see how it goes18:49
*** hugokuo has quit IRC18:51
*** deshantm_ has joined #openstack-dev18:57
*** deshantm has quit IRC18:59
*** mattray1 has joined #openstack-dev18:59
*** mattray has quit IRC19:00
*** dwalleck has joined #openstack-dev19:03
*** troytoman is now known as troytoman-away19:04
openstackgerritJames E. Blair proposed a change to openstack/openstack-ci-puppet: Add CLA config to gerrit.  https://review.openstack.org/279219:08
*** sniperd has joined #openstack-dev19:14
sniperdI have had a change in review for a few weeks now, should I be +1'ing it myself (I would assume this is frowned upon), or does this thing wait for a bit since fewer people review chef changes? https://review.openstack.org/#change,257119:14
openstackgerritgholt proposed a change to openstack/swift: AUTHORS and CHANGELOG updates for 1.4.5  https://review.openstack.org/279319:15
jeblairdprince: see sniperd's question ^19:16
dprincesniperd: I'll take a look Josh.19:16
sniperddprince: thank you19:16
dprincesniperd: I think that one got lost over the holidays.19:16
sniperddprince: yeah it was a few days before christmas, bad timing :)19:17
dtroyerjeblair: some of that pip/apt installing in devstack dates back to when we were heavily trying to pre-cache pips and apts in images.  IMHO it is still useful for the build_uec, build_uec_ramdisk, etc use cases, especially for those of us stuck behind small pipes to the net.19:18
jeblairdtroyer: i'm interested in the same thing because i want the gate job to use the network as little as possible, but I'm thinking we can achieve something similar without actually duplicating the requirements.  if caching mechanisms used the project dependencies directly we could get the same result.19:20
openstackgerritJohn Dickinson proposed a change to openstack/swift: version bump for 1.4.6  https://review.openstack.org/279419:21
*** Gordonz has quit IRC19:22
jeblairfor instance, i'm thinking that if we pip installed nova/tools/pip-requires "setup.py develop" would be a no-op.  by pip-installing them, the eggs can be pre-cached using the PIP_DOWNLOAD_CACHE (which isn't used in setup.py develop)19:22
jeblairdtroyer: i'm writing up an email on this, i'll cc you.19:24
dtroyerjeblair:  ok…   still thinking through the ramifications...19:25
*** dolphm has joined #openstack-dev19:29
*** bcwaldon has joined #openstack-dev19:36
zulttx:  next upload for ubuntu will be using the rootwrpper19:43
Kiallzul: BTW, To save me giving out bad info, Whats happening with the SRU updates? Have any of them landed in updates yet? (Specifically keystone/dash packages)19:45
zulKiall: I would have to double check im just back from vacation19:46
sleepsonthefloojeblair - i get errors when I try to remove the pip deps for keystone19:46
Kiallzul: sure, i think everyone is in the same boat ;)19:47
openstackjenkinsProject nova-docs build #1870: SUCCESS in 2 min 45 sec: https://jenkins.openstack.org/job/nova-docs/1870/19:48
openstackjenkinsfrancois.charlier: Fix bug 90189919:48
uvirtbotLaunchpad bug 901899 in nova "Management of Associations between Networks and Projects fails" [High,Fix committed] https://launchpad.net/bugs/90189919:48
jeblairsleepsonthefloo: so is keyston's pip-requires file flawed?  why not submit the difference to keystone as a bug/patch?  it seems like devstack may be hiding problems if it does it itself.19:50
sleepsonthefloojeblair - that's probably a good way to go now.  at the time we were working in much broader strokes.  I'll open a bug.19:51
jeblairsleepsonthefloo: cool19:51
openstackgerritVerification of a change to openstack/nova failed: Call mkfs with the correct order of arguments  https://review.openstack.org/279119:54
openstackgerritJames E. Blair proposed a change to openstack/openstack-ci: Revert "Disable syslog because keystone is broken."  https://review.openstack.org/279519:54
*** deshantm_ has quit IRC19:56
*** rmk has quit IRC20:00
openstackgerritA change to openstack/nova has been rejected: Bug 898585:nova-manage allows to create duplicate floating ips - fixed  https://review.openstack.org/275620:01
uvirtbotLaunchpad bug 898585 in nova "nova-manage allows to create duplicate floating ips" [Medium,In progress] https://launchpad.net/bugs/89858520:01
*** dolphm has quit IRC20:07
openstackgerritVerification of a change to openstack/nova failed: Set VLAN MTU size when creating the vlan interface.  https://review.openstack.org/259920:08
*** jhalt has joined #openstack-dev20:13
*** Gordonz has joined #openstack-dev20:13
*** Gordonz has quit IRC20:13
jhaltGeneral openstack / Nova question. How does openstack deal with concurrent writes for the same data?20:13
*** Gordonz has joined #openstack-dev20:14
jhaltassuming that writes can be handled by one of many nodes in a cluster20:14
openstackgerritJosh Kearney proposed a change to openstack/nova: Send event notifications for suspend and resume.  https://review.openstack.org/279620:15
johan_-_the integration tests failed my merge, but i can't see where in this output the failure is20:15
openstackgerritVerification of a change to openstack/keystone failed: PEP8 keystone cleanup  https://review.openstack.org/277620:16
*** dolphm has joined #openstack-dev20:16
johan_-_how do i figure out what the failure of the integration tests was?20:16
*** dolphm has quit IRC20:17
johan_-_stack.sh failed: full log in /opt/stack/devstack/stack.sh.7160.log20:17
johan_-_i guess i need to look at that log?20:17
wwkeyboardYou should be able to check the console output in jenkens20:18
jhaltAny info on how concurrent writes are handled?20:19
johan_-_wwkeyboard: it has no useful information20:20
johan_-_it looks like jenkins is broken completely for nova. all of the recent nova jobs have failed recently20:20
wwkeyboardphooey20:20
jeblairjohan_-_: which build?20:20
jaypipesjohan_-_: look at the build artifacts: https://jenkins.openstack.org/view/Gate/job/gate-integration-tests-devstack-vm/265/20:20
johan_-_jaypipes: the syslog file has no errors20:21
jeblairReading http://www.logilab.org/project/pylint20:21
jeblairerror: None20:21
jaypipesjohan_-_: I see this: rsyslogd-2039: Could no open output pipe '/dev/xconsole'20:21
jeblairthat's the error20:21
jeblairpython setup.py develop for nova triggers the installation of pylint via setuptools20:21
jeblairthe pylint homepage is down20:22
jaypipesjohan_-_: oh, I see... sorry, nm. jeblair is right on.20:22
wwkeyboardThe page still loads, its just really slow...20:22
jaypipesperhaps it's running pylint on itself? ;)20:22
mtaylorjaypipes: do you know the answer to jhalt's question above?20:22
jaypipesjhalt: depends on the type of "data" that you are attempting to write I suppose...20:23
johan_-_when i see "error: None", i think "there was no error"20:23
jaypipesjohan_-_: heh, yeah, I did too.20:23
jeblairi have an idea to try to cache those packages to reduce these incidents20:23
jeblairyeah, that's setuptools output20:23
jhaltAny sort of state where concurrent writes could problematic, such as state related to instances20:24
jaypipesjeblair: just set PIP_DOWNLOAD_CACHE environ...20:24
jeblairpython setup.py develop doesn't use pip20:24
jeblairit's purely internal distutils, and behaves more like easy_install20:25
jaypipesjhalt: where writes/state changes need to be atomic, there is a semaphore and/or lockfile used to prevent multiple processes from doing certain actions simultaneously.20:25
jeblairmy idea is to pip install the pip-requires before running devstack so that i can use PIP_DOWNLOAD_CACHE, and that should make setup.py develop mostly no-op as far as downloads go20:26
*** Gordonz has quit IRC20:26
jhaltIs this lock file available cluster wide (assuming concurrent writes to some set of data can be handled by multiple nodes in a cluster)?20:27
jaypipesjhalt: grep for @utils.synchronized in the nova source dir.20:28
jhaltOr are writes to one set of data consistently handled by the same node?20:28
jaypipesjhalt: depends on the data. for instance state, there's no reason to synchronize "across the cluster". for network stuff, there is a need, which is why the network node handles the sync state20:28
jhaltBut in the case of network data, one node handles all the writes?20:30
openstackgerritAdam Gandelman proposed a change to openstack/tempest: RestClient to target specific services in Keystone catalog  https://review.openstack.org/277120:30
jaypipesjhalt: by "writes", you mean things like changes to iptables or dnsmasq, etc?20:31
jaypipesjhalt: or do you mean network database record state?20:31
jaypipesjeblair: sounds reasonable...20:31
jhaltAny sort of state where concurrent writes could be problematic. I just wanted to get an idea how such writes are handled in a distributed environment.20:32
jhaltor more specifically, an openstack deployment20:33
jaypipesjhalt: for things like iptables/ebtables/dnsmasq, I believe the network node uses a local lockfile to sync access to that stuff. For database records, we leave it to the DB...20:33
openstackjenkinsProject nova-docs build #1871: SUCCESS in 2 min 40 sec: https://jenkins.openstack.org/job/nova-docs/1871/20:33
openstackjenkinsaaron.lee: Fixing name not defined20:33
jhaltOk20:33
jhaltand presumably there's 1 network node20:34
jaypipesjhalt: I'm no expert on the network side of things, though. You might want to ping vishy or dan wendlandt if they are on channel...20:34
jhalti was assuming that perhaps writes could be handled (perhaps load balanced) to multiple nodes in which case you might need a distributed lock or consistent hashing or something20:34
jaypipesjhalt: yes, 1 network node (at least per zone, I think) is the usual setup I have seen20:34
jhaltok - thanks20:34
*** dolphm has joined #openstack-dev20:40
*** bepernoot has joined #openstack-dev20:40
openstackgerritMonty Taylor proposed a change to openstack/nova: Remove install_requires processing.  https://review.openstack.org/280020:41
*** mattray1 is now known as mattray20:45
*** mattray has joined #openstack-dev20:45
markmczul, hey; another small batch of stable backports https://review.openstack.org/#q,project:openstack/nova+branch:stable/diablo+status:open+owner:markmc,n,z20:48
zulmakmc: k will get to it in a bit20:49
openstackjenkinsProject nova-docs build #1872: SUCCESS in 3 min 29 sec: https://jenkins.openstack.org/job/nova-docs/1872/20:49
openstackjenkinsaaron.lee: Make quantum_use_dhcp falsifiable20:49
*** bepernoot has quit IRC20:50
markmczul, thanks20:57
openstackgerritJohannes Erdfelt proposed a change to openstack/nova: Fix spelling of variable  https://review.openstack.org/280720:57
*** bepernoot has joined #openstack-dev20:58
*** rkukura has quit IRC20:59
*** bcwaldon has quit IRC20:59
*** bepernoot has quit IRC21:00
*** jhalt has quit IRC21:00
*** dprince has quit IRC21:00
*** troytoman-away is now known as troytoman21:01
openstackjenkinsProject nova-docs build #1873: SUCCESS in 3 min 18 sec: https://jenkins.openstack.org/job/nova-docs/1873/21:04
openstackjenkinsJosh Kearney: Send event notifications for suspend and resume.21:04
ayoungIf anyone here has any experience with eventlet,  I could use a bit of help getting a test case for IPv6 resolution working and would appreciate a little setup help21:05
openstackgerritSandy Walsh proposed a change to openstack/nova: Add instance_name field to console detail command which will give the caller the necessary information to actually connect.  https://review.openstack.org/280821:09
ayoungVek?  I saw that you commented on the bug.21:10
openstackgerritTodd Willey proposed a change to openstack/nova: Set VLAN MTU size when creating the vlan interface.  https://review.openstack.org/259921:18
openstackjenkinsProject nova-docs build #1874: SUCCESS in 3 min 21 sec: https://jenkins.openstack.org/job/nova-docs/1874/21:19
openstackjenkins* justin: Support local target for Solaris, use 'safe' command-line processing21:19
openstackjenkins* Johannes Erdfelt: Call mkfs with the correct order of arguments21:19
openstackgerritBrad Hall proposed a change to openstack/nova: Add support for port security to QuantumManager  https://review.openstack.org/280921:21
*** jhalt has joined #openstack-dev21:24
ttxzul: cool21:32
openstackgerritVerification of a change to openstack/nova failed: Remove install_requires processing.  https://review.openstack.org/280021:34
jog0I am looking for reviewers https://review.openstack.org/#change,273721:35
*** nati2 has quit IRC21:37
*** mattray has quit IRC21:38
*** Arminder has joined #openstack-dev21:39
openstackgerritVerification of a change to openstack/nova failed: preload cache table and keep it up to date  https://review.openstack.org/275021:40
openstackgerritBrad Hall proposed a change to openstack/nova: Add support for port security to QuantumManager  https://review.openstack.org/280921:41
*** joesavak has quit IRC21:53
*** bengrue has quit IRC21:54
*** Gordonz has joined #openstack-dev22:00
*** lts has quit IRC22:02
openstackjenkinsProject nova-docs build #1875: SUCCESS in 2 min 50 sec: https://jenkins.openstack.org/job/nova-docs/1875/22:03
openstackjenkins* Johannes Erdfelt: Fix spelling of variable22:03
openstackjenkins* Sandy Walsh: Add instance_name field to console detail command22:03
*** andrewbogott_ has joined #openstack-dev22:05
*** martine has quit IRC22:07
*** andrewbogott has quit IRC22:08
*** andrewbogott_ is now known as andrewbogott22:08
openstackgerritVerification of a change to openstack/nova failed: Set VLAN MTU size when creating the vlan interface.  https://review.openstack.org/259922:08
openstackgerritRussell Bryant proposed a change to openstack/glance: Split notification strategies out into modules.  https://review.openstack.org/281022:14
openstackgerritChris Behrens proposed a change to openstack/nova: Separate scheduler host management  https://review.openstack.org/255222:14
*** dubsquared has quit IRC22:15
openstackgerritJoe Gordon proposed a change to openstack/nova: Fix except format to match HACKING  https://review.openstack.org/281122:17
openstackgerritGabriel Hurley proposed a change to openstack/horizon: Cleanup on syspanel.users to use new CBV's.  https://review.openstack.org/281222:19
openstackgerritGabriel Hurley proposed a change to openstack/horizon: Converts syspanel.quotas to new tables.  https://review.openstack.org/281322:19
openstackgerritGabriel Hurley proposed a change to openstack/horizon: Converts syspanel.services to new tables.  https://review.openstack.org/281422:19
*** troytoman is now known as troytoman-away22:26
*** crobinso has quit IRC22:27
openstackjenkinsProject nova-docs build #1876: SUCCESS in 2 min 33 sec: https://jenkins.openstack.org/job/nova-docs/1876/22:33
openstackjenkins* Chuck Short: Fix typo in nova/rootwrap/compute.py. Fixes LP: #91188022:33
openstackjenkins* jogo: Fix except format to match HACKING22:33
openstackgerritVerification of a change to openstack/horizon failed: Converts syspanel.quotas to new tables.  https://review.openstack.org/281322:34
*** GheRivero_ has quit IRC22:35
openstackgerritVerification of a change to openstack/glance failed: fix bug 911681  https://review.openstack.org/278422:39
uvirtbotLaunchpad bug 911681 in glance "oparser missing in bin/glance-control" [Low,In progress] https://launchpad.net/bugs/91168122:39
openstackgerritJohannes Erdfelt proposed a change to openstack/nova: Add missing space between XML attributes  https://review.openstack.org/281522:42
openstackgerritBrad Hall proposed a change to openstack/nova: Add support for port security to QuantumManager  https://review.openstack.org/280922:44
*** dolphm has quit IRC22:47
openstackgerritGabriel Hurley proposed a change to openstack/horizon: Bumped environment version after changes to github repo locations.  https://review.openstack.org/281622:47
*** markvoelker has quit IRC22:47
*** spiffxp has quit IRC22:49
*** galthaus has joined #openstack-dev22:52
openstackgerritVerification of a change to openstack/horizon failed: Bumped environment version after changes to github repo locations.  https://review.openstack.org/281622:54
*** bsza has quit IRC22:56
openstackgerritJames E. Blair proposed a change to openstack/openstack-ci: Cache pip-requires from each project on image.  https://review.openstack.org/281723:01
*** Gordonz has quit IRC23:04
*** cdub has quit IRC23:05
*** kbringard has quit IRC23:05
*** cdub has joined #openstack-dev23:07
openstackgerritVerification of a change to openstack/horizon failed: Converts syspanel.services to new tables.  https://review.openstack.org/281423:08
*** nati2 has joined #openstack-dev23:13
*** apevec has quit IRC23:14
openstackgerritZiad Sawalha proposed a change to openstack/keystone: Front-end logging  https://review.openstack.org/269823:17
*** dwalleck_ has joined #openstack-dev23:17
*** dwalleck_ has quit IRC23:17
*** mdomsch has quit IRC23:18
openstackjenkinsProject nova-docs build #1877: SUCCESS in 3 min 49 sec: https://jenkins.openstack.org/job/nova-docs/1877/23:19
openstackjenkinsJohannes Erdfelt: Add missing space between XML attributes23:19
*** nati2_ has joined #openstack-dev23:19
*** dwalleck has quit IRC23:20
*** nati2 has quit IRC23:22
openstackgerritRussell Bryant proposed a change to openstack/glance: Split notification strategies out into modules.  https://review.openstack.org/281023:22
*** ironcamel2 has quit IRC23:27
*** dragondm has joined #openstack-dev23:29
*** gyee has joined #openstack-dev23:29
openstackgerritJames E. Blair proposed a change to openstack/openstack-ci: Revert "Cache pip-requires from each project on image."  https://review.openstack.org/281823:31
*** zzed has quit IRC23:31
*** ironcamel is now known as ironcamel223:31
*** ironcamel2 is now known as ironcamel23:32
*** spiffxp has joined #openstack-dev23:32
openstackjenkinsProject nova-docs build #1878: SUCCESS in 2 min 39 sec: https://jenkins.openstack.org/job/nova-docs/1878/23:33
openstackjenkinsMonty Taylor: Remove install_requires processing.23:33
*** ironcamel2 has joined #openstack-dev23:34
*** rnirmal has quit IRC23:41
*** gyee has quit IRC23:45
openstackjenkinsProject nova-docs build #1879: SUCCESS in 2 min 23 sec: https://jenkins.openstack.org/job/nova-docs/1879/23:48
openstackjenkinsTodd Willey: Set VLAN MTU size when creating the vlan interface.23:48
openstackgerritBrian Lamar proposed a change to openstack/nova: Ensure nova is compatible with WebOb 1.2+  https://review.openstack.org/281923:55

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