Saturday, 2015-01-10

clarkbbut that shouldn't case the job to fail00:00
clarkbits just noise00:00
mriedemhttps://github.com/gabrielfalcao/HTTPretty/issues/14900:00
mriedemdamn, too late00:00
mriedemwe pin to 0.8.000:00
fungiyeah, seems you need 0.8.1 or later and we're getting 0.8.0 there00:00
*** teran_ has joined #openstack-infra00:01
*** teran has quit IRC00:01
fungibut anyway, "'oslo.context' is not in global-requirements.txt" is what's breaking that change, as pointed out a few times earlier today00:01
mriedemhttp://logs.openstack.org/64/146064/3/check/check-requirements-integration-dsvm/692929f/console.html#_2015-01-09_21_48_57_96300:01
fungii think adam_g has a change proposed to solve it00:01
mriedemyeah, ok00:01
mriedemalright00:02
zarofungi: did you get zuul up and running correctly on review-dev?00:02
clarkbwoot we have a successfully built dib image00:02
*** rm_work has joined #openstack-infra00:02
clarkbit does look like we are serializing the builds though. Porbably because that is how we handle stale images rather than daily builds?00:03
fungizaro: no, i'm still trying to figure out why it won't save a pidfile and isn't processing its configuration. i suspect we have a bad dependency but need to figure out which one00:03
*** dimsum__ has quit IRC00:03
*** lttrl has joined #openstack-infra00:03
rm_workHey, I'm getting a gate failure because one of my requirements doesn't match the global requirements -- is there a way to force that to pass and ignore the mismatch?00:03
clarkbrm_work: no... that check is there intentionally00:03
*** spzala has quit IRC00:03
rm_workhmm...00:03
rm_workWell, the global requirement in this case is pretty nonsensical, and won't work for us00:03
clarkbrm_work: then you will need to update it00:04
fungirm_work: "us" is someone other than openstack i guess?00:04
rm_workShould I ... try to patch the global requirement?00:04
rm_workopenstack-lbaas00:04
rm_work*neutron-lbaas00:04
clarkbrm_work: which requirement? and why is it nonsensical? be sure to explain the change in your commit message when you push it up00:04
fungirm_work: does openstack-lbaas coinstall with other parts of openstack? if nso it'll need to use requirements which are compatible with other openstack components00:04
rm_workclarkb: alright, will do00:04
*** ryanpetrello has joined #openstack-infra00:05
rm_workfungi: yes, it is part of neutron00:05
mriedemyeah lbaas requires neutron right?00:05
rm_workyes00:05
mriedemso you need the same reqs00:05
mriedemfor deployers/packageres00:05
rm_work"Requirement python-barbicanclient>=3.0.1 does not match openstack/requirements value python-barbicanclient!=3.0.0,>=2.1.0"00:05
rm_workthe global requirements version is pretty crazy00:05
mriedemyeah, update global-reqs00:05
clarkbrm_work: why is that crazy?00:05
clarkbits just saying don't use 3.0 and make sure it is greater than 2.100:05
rm_work2.x is completely different from 3.x -- pretty much completely API incompatible00:05
mriedemthat looks like the pin we have on sqlalchemy-migrate00:05
rm_work3.0.0 being restricted makes sense -- 3.0.0 had a couple of breaking bugs, but 3.0.1 is fine (and included in the global req)00:06
fungithat just means at least 2.1.0 but not 3.0.0 specifically (because presumably 3.0.0 had a compatibility bug fixed in a subsequent release)00:06
rm_workbut people need to require either 2.x or 3.x specifically00:06
rm_workyou can't write code that works with both00:06
fungiahh00:06
mriedemhmm00:07
fungiso if nobody is going to use 2.x i suppose making it require 3.x or later will work00:07
mriedemi'm sure we've crossed this bridge with sqlalchemy a few times00:07
fungihave we released a version of openstack using barbican yet?00:07
rm_workfungi: officially it is not fully promoted00:07
rm_workso... i guess it should be easy to force the update to 3.x?00:08
fungiif not, it's pretty easy to just insist on the redesigned version for the first release we support it in00:08
rm_workkk good00:08
rm_workI'll put in a review00:08
mriedemwhere are bugs reported for openstack/requirements?00:09
fungiit doesn't have a bug tracker00:09
*** sigmavirus24 is now known as sigmavirus24_awa00:09
fungiafaik00:09
clarkbmriedem: is there a bug in it?00:09
clarkbbut I think in the past we have used the infra tracker00:10
clarkbusually its bugs with the requirements not the repo itself, but it does have a test suite and things so possible00:10
clarkbmriedem: are you trying to track the httpretty thing? that does not cause any failures and isn't really a bug00:11
mriedemyeah not a bug00:11
*** ayoung has quit IRC00:11
mriedemtrying to find the referenced change00:11
mriedemnot httpretty00:11
*** shashankhegde has quit IRC00:11
mriedemthe oslo.config thing00:11
mriedem*oslo.context00:11
*** ivar-lazzaro has quit IRC00:11
clarkbits linked to in the comments for the change that had the test failure iirc00:12
mriedemnot seeing that https://review.openstack.org/#/c/146064/00:13
mriedemoh nvm00:13
mriedemhttps://review.openstack.org/#/c/146110/00:14
mriedemkablammo00:14
*** dimtruck is now known as zz_dimtruck00:14
mriedemha, so that's failing for something else, i'll follow that trail00:14
mriedemi hope there is treasure at the end00:14
mriedemoh well awesome, circular dependency00:15
mriedemthe devstack change is failing b/c of the boto change and the boto thing can't be fixed until the requirements update is in, which is failing b/c of the devstack change00:15
*** shashankhegde has joined #openstack-infra00:16
clarkbthe thing that confused me about boto is that tests do work in some cases?00:16
*** ivar-lazzaro has joined #openstack-infra00:17
mriedemi don't think it's intermittent00:17
mriedemit's failing to authenticate, i haven't seen cases of it passing00:17
clarkbwe have merged changes to cinder horizon and ceilometer recently00:17
clarkbthey all run the same devstack/tempest00:17
mriedemshardy has a fix on master for nova, if that's working we could just merge that and backport to stable/juno00:17
mriedemgah, shardy - pep8 :)00:18
mriedemhttps://review.openstack.org/#/c/146124/00:18
*** dimsum__ has joined #openstack-infra00:18
mriedemi could fix that quick00:18
*** gyee has quit IRC00:19
*** zz_dimtruck is now known as dimtruck00:22
*** Sukhdev has joined #openstack-infra00:23
fungiokay, i've sync'd up all the relevant python libs on zuul-dev to what we're running on prod as far as i can tell00:24
fungiit does write its pidfile when it starts, but within a second or two deletes it00:24
*** avozza is now known as zz_avozza00:25
openstackgerritAdam Harwell proposed openstack/requirements: Update barbicanclient requirement to 3.x  https://review.openstack.org/14623100:27
rm_workfungi / clarkb / mriedem ^^00:27
mriedemrm_work: is there something in lbaas required for this also - that'd be good to point out, i.e. needed for bug/bp in lbaas xyz00:28
rm_workwell, the code in LBaaS uses 3.x00:28
zarofungi: are you referring to zuul-merger?  i noticed that zuul-merger would start then die immediately.00:28
mriedemrm_work: probably good to point that out, i.e. you said it was blocking the gate for lbaas00:29
fungizaro: no, the zuul scheduler daemon00:29
zarofungi: would it be easier just to rebuild zuul-dev ?00:29
rm_workI'll comment to that effect, I guess I can edit the commit message if people really want me to :P00:29
zaroor i mean re-puppet?00:29
*** banix has joined #openstack-infra00:30
mriedemrm_work: i think it's helpful to know that it's blocking development00:30
mriedemb/c sometimes people update reqs just to update00:30
fungizaro: perhaps, though i need to give up for the night. still not entirely over the flu and it's getting late over here00:30
clarkbmriedem: it actually shouldn't block development...00:30
rm_workwell, I guess technically I could update our requirements file to match this weird version string, knowing that on our new installs it will obviously pull down 3.x since it is the newest -- but it's dangerous to leave sitting around for the edge cases00:30
clarkbbecause we do allow the version we need. We just need to better refelct that older ones don't work00:31
zarofungi: np, have a good weekend.00:31
mriedemclarkb: good point00:31
rm_workyes, what clarkb said00:31
fungizaro: thanks, you too00:31
zarofungi: ohh how many processes does zuul start when run correctly?00:31
mriedemrm_work: alright, +1 :)00:31
rm_workI will leave it as-is, since technically it's not a hard-blocker00:32
*** lttrl has quit IRC00:32
rm_workbut it should definitely be done00:32
rm_workthanks :)00:32
rm_workalso I'm on a review chain about 6-long now, I'm not in an urgent hurry00:32
rm_workI'm ok sitting with a Jenkins -1 for a bit00:32
*** dimtruck is now known as zz_dimtruck00:34
*** bhuvan has quit IRC00:34
*** zz_dimtruck is now known as dimtruck00:35
fungizaro: two zuul-server processes (one of which is the geard it forks) and then a zuul-merger process (started by another initscript)00:35
*** ryanpetrello has quit IRC00:36
*** sarob_ has quit IRC00:38
openstackgerritRamy Asselin proposed openstack-infra/project-config: Add puppet-recheckwatch as split out module  https://review.openstack.org/14043000:43
*** MaxV has joined #openstack-infra00:44
*** andreykurilin has quit IRC00:44
*** __afazekas has quit IRC00:44
openstackgerritRamy Asselin proposed openstack-infra/project-config: Add puppet-recheckwatch as split out module  https://review.openstack.org/14043000:46
*** armax has joined #openstack-infra00:47
*** dimtruck is now known as zz_dimtruck00:47
*** dimsum__ has quit IRC00:49
*** dimsum__ has joined #openstack-infra00:50
*** Masahiro has joined #openstack-infra00:53
*** krtaylor has quit IRC00:54
*** dimsum__ has quit IRC00:54
*** otter768 has joined #openstack-infra00:54
*** ryanpetrello has joined #openstack-infra00:55
*** cody-somerville has quit IRC00:56
*** krtaylor has joined #openstack-infra00:57
*** Masahiro has quit IRC00:57
*** sabari is now known as zz_sabari00:58
*** shayneburgess has quit IRC00:58
*** otter768 has quit IRC00:58
*** dannywilson has quit IRC01:00
*** sputnik13 has quit IRC01:01
*** wenlock has quit IRC01:02
*** banix has quit IRC01:04
*** reed has quit IRC01:07
*** ryanpetrello has quit IRC01:09
*** xgerman has quit IRC01:10
*** zz_sabari is now known as sabari01:15
*** rwsu has quit IRC01:15
*** shashankhegde has quit IRC01:17
*** shashankhegde has joined #openstack-infra01:18
*** jkt has quit IRC01:21
*** jkt has joined #openstack-infra01:22
*** dimsum__ has joined #openstack-infra01:23
*** dimsum__ has quit IRC01:23
*** dimsum__ has joined #openstack-infra01:24
*** jkt has quit IRC01:26
*** zz_dimtruck is now known as dimtruck01:27
*** dimsum__ has quit IRC01:28
*** mtanino has quit IRC01:30
*** jkt has joined #openstack-infra01:33
*** sabari is now known as zz_sabari01:34
*** flashgordon is now known as jogo01:37
*** cody-somerville has joined #openstack-infra01:41
*** cody-somerville has quit IRC01:41
*** cody-somerville has joined #openstack-infra01:41
*** ZZelle has quit IRC01:42
*** sarob has joined #openstack-infra01:47
*** ChuckC_ has quit IRC01:47
*** Masahiro has joined #openstack-infra01:53
adam_gfungi, mriedem sorry ive been out this afternoon. looks like we need to squash all existing requirements fixes into one, hoping this works https://review.openstack.org/#/c/146249/01:54
*** yamahata has quit IRC01:54
*** ChuckC_ has joined #openstack-infra01:55
*** Masahiro has quit IRC01:58
fungiadam_g: thought that might be the case01:58
*** marun has quit IRC01:59
*** ddieterly has joined #openstack-infra01:59
*** kgiusti has quit IRC02:04
mriedemadam_g: thanks, i also plan on backporting the nova fix to stable/juno: https://review.openstack.org/#/c/146124/02:06
adam_gmriedem, should we bother with the boto capping, then?02:07
mriedemadam_g: well, i'm actually surprised the reqs check lets us change nova's requirements outside of global-reqs02:08
mriedemadam_g: but i guess i can propose to stable and we can figure it out if that doesn't work, i'm not sure i'll get that done tonight,02:08
mriedemdepends on if the wife has the energy to watch a movie with me02:08
adam_gmriedem, i think the req check will let you change it so long as the end requirement is within the constraints in global-reqs02:09
*** sdake_ has quit IRC02:10
adam_gmriedem, i'll try to keep an eye on it, too, while im still awake and propose the bp it if it merges02:10
*** alugovoi has quit IRC02:15
*** Sukhdev has quit IRC02:19
*** lingxian has quit IRC02:19
*** lingxian has joined #openstack-infra02:19
*** sarob has quit IRC02:21
*** lingxian has quit IRC02:26
*** lingxian has joined #openstack-infra02:27
*** harlowja is now known as harlowja_away02:29
*** harlowja_at_home has joined #openstack-infra02:29
*** shashankhegde has quit IRC02:31
adam_gmriedem, oh, looks like i was wrong. 146124 did fail the requirements check http://logs.openstack.org/24/146124/9/gate/gate-nova-requirements/f65607f/console.html02:31
*** Ryan_Lane has quit IRC02:33
*** lingxian has quit IRC02:34
*** lingxian has joined #openstack-infra02:34
*** kaisers has joined #openstack-infra02:40
*** kaisers1 has quit IRC02:40
*** lingxian has quit IRC02:44
*** baoli has joined #openstack-infra02:45
*** lingxian has joined #openstack-infra02:48
*** tqtran has quit IRC02:51
*** sigmavirus24_awa is now known as sigmavirus2402:53
*** signed8bit_ZZZzz has quit IRC02:53
*** otter768 has joined #openstack-infra02:55
*** harlowja_at_home has quit IRC02:55
*** adalbas has quit IRC02:58
mriedemadam_g: damn02:59
*** otter768 has quit IRC02:59
mriedemwell, we know it fixes the issue, so i guess we could uncap boto in global-reqs and push this through at the same time03:00
mriedemnot tonight though03:00
*** signed8bit has joined #openstack-infra03:00
*** signed8bit has quit IRC03:00
*** shashankhegde has joined #openstack-infra03:06
*** shashankhegde has quit IRC03:07
*** ivar-lazzaro has quit IRC03:14
*** ivar-lazzaro has joined #openstack-infra03:15
*** ivar-lazzaro has quit IRC03:15
*** hdd has joined #openstack-infra03:20
*** pcrews has quit IRC03:26
*** yamahata has joined #openstack-infra03:31
*** baoli has quit IRC03:32
*** baoli has joined #openstack-infra03:32
*** ryanpetrello has joined #openstack-infra03:40
*** Masahiro has joined #openstack-infra03:42
*** baoli has quit IRC03:43
adam_gmriedem, curious why it needs to be uncapped to begin with03:44
adam_gnot that it should be, but why its required for that change to pass03:45
*** Masahiro has quit IRC03:47
*** lingxian has quit IRC03:49
*** lingxian has joined #openstack-infra03:50
*** zz_sabari is now known as sabari03:52
*** dannywilson has joined #openstack-infra04:00
mriedemadam_g: it's not, we can merge the nova change and backport it, then uncap04:02
mriedemi needed to use my brain to think about it a second time :)04:03
*** dannywilson has quit IRC04:05
*** xgerman has joined #openstack-infra04:07
*** sunil_ has joined #openstack-infra04:18
*** vigneshvar has joined #openstack-infra04:18
*** mriedem has quit IRC04:19
*** sabari is now known as zz_sabari04:20
*** vigneshvar has quit IRC04:26
*** mikedillion has joined #openstack-infra04:27
*** ddieterly has quit IRC04:28
*** pcrews has joined #openstack-infra04:29
*** hdd has quit IRC04:33
*** achanda has joined #openstack-infra04:38
*** hdd has joined #openstack-infra04:40
*** xgerman has quit IRC04:47
*** dimtruck has quit IRC04:54
*** dimtruck has joined #openstack-infra04:56
*** otter768 has joined #openstack-infra04:56
*** achanda has quit IRC04:58
*** achanda has joined #openstack-infra04:59
*** dimtruck is now known as zz_dimtruck05:00
*** otter768 has quit IRC05:00
*** ryanpetrello has quit IRC05:02
*** mohitsharma has joined #openstack-infra05:03
*** sigmavirus24 is now known as sigmavirus24_awa05:05
*** mohitsha_ has joined #openstack-infra05:09
*** garyh has quit IRC05:09
*** Longgeek has joined #openstack-infra05:12
*** mohitsharma has quit IRC05:12
*** achanda has quit IRC05:12
*** jvrbanac has quit IRC05:16
*** jvrbanac has joined #openstack-infra05:18
*** ddieterly has joined #openstack-infra05:28
*** nelsnelson has quit IRC05:29
*** Masahiro has joined #openstack-infra05:31
*** ddieterly has quit IRC05:33
*** zz_dimtruck has quit IRC05:33
*** mrodden has quit IRC05:34
*** cyeoh has quit IRC05:34
*** mohitsha_ has quit IRC05:34
*** zz_dimtruck has joined #openstack-infra05:35
*** zz_dimtruck is now known as dimtruck05:35
*** Masahiro has quit IRC05:35
*** cyeoh has joined #openstack-infra05:36
*** achanda has joined #openstack-infra05:49
*** wendar has quit IRC05:50
*** cyeoh has quit IRC05:51
*** wendar has joined #openstack-infra05:51
*** cyeoh has joined #openstack-infra05:51
*** mrodden has joined #openstack-infra05:52
*** mohitsharma has joined #openstack-infra05:53
*** wendar has quit IRC05:58
*** wendar has joined #openstack-infra05:58
*** sarob has joined #openstack-infra06:06
*** hdd has quit IRC06:09
*** achanda has quit IRC06:09
*** mohitsharma has quit IRC06:17
*** cyeoh has quit IRC06:21
*** achanda has joined #openstack-infra06:22
*** wendar has quit IRC06:23
*** cyeoh has joined #openstack-infra06:24
*** wendar has joined #openstack-infra06:24
*** achanda has quit IRC06:24
*** comstud has quit IRC06:24
*** achanda has joined #openstack-infra06:24
*** jvrbanac has quit IRC06:24
*** vishy has quit IRC06:25
*** jvrbanac has joined #openstack-infra06:26
*** maxbit has joined #openstack-infra06:27
*** vishy has joined #openstack-infra06:28
*** ddieterly has joined #openstack-infra06:28
*** comstud has joined #openstack-infra06:28
*** wendar has quit IRC06:28
*** maxbit has quit IRC06:28
*** wendar has joined #openstack-infra06:29
*** maxbit has joined #openstack-infra06:29
*** achanda has quit IRC06:29
*** maxbit has quit IRC06:33
*** ddieterly has quit IRC06:33
*** sarob has quit IRC06:38
*** pcrews has quit IRC06:46
*** otter768 has joined #openstack-infra06:57
*** dimsum__ has joined #openstack-infra07:00
*** otter768 has quit IRC07:02
*** dimsum__ has quit IRC07:05
*** nikhil_k has quit IRC07:10
*** nikhil_k has joined #openstack-infra07:11
*** jvrbanac has quit IRC07:11
*** jvrbanac has joined #openstack-infra07:13
*** Masahiro has joined #openstack-infra07:20
*** hdd has joined #openstack-infra07:21
*** mohitsharma has joined #openstack-infra07:23
*** Longgeek has quit IRC07:23
*** Masahiro has quit IRC07:24
*** ddieterly has joined #openstack-infra07:28
*** bhunter71 has quit IRC07:29
*** mohitsharma has quit IRC07:29
*** sunil_ has quit IRC07:29
*** armax has quit IRC07:30
*** mrmartin has joined #openstack-infra07:32
*** ddieterly has quit IRC07:33
*** Longgeek has joined #openstack-infra07:42
*** stevemar has quit IRC07:51
*** jyuso716 has quit IRC08:02
*** hdd has quit IRC08:02
*** mohitsharma has joined #openstack-infra08:04
*** jyuso has joined #openstack-infra08:06
*** pcaruana has joined #openstack-infra08:12
*** zz_avozza is now known as avozza08:14
*** HeOS has joined #openstack-infra08:20
*** mohitsha_ has joined #openstack-infra08:22
*** mohitsharma has quit IRC08:22
*** Longgeek has quit IRC08:26
*** mrmartin has quit IRC08:26
*** Longgeek has joined #openstack-infra08:28
*** ddieterly has joined #openstack-infra08:28
*** ddieterly has quit IRC08:29
*** ddieterly has joined #openstack-infra08:29
*** mohitsharma has joined #openstack-infra08:33
*** ddieterly has quit IRC08:34
*** Masahiro has joined #openstack-infra08:36
*** mohitsha_ has quit IRC08:36
*** chlong has joined #openstack-infra08:39
*** Masahiro has quit IRC08:40
*** e0ne has joined #openstack-infra08:45
*** mohitsharma has quit IRC08:46
*** mohitsharma has joined #openstack-infra08:49
*** coolsvap|afk is now known as coolsvap08:55
*** yamahata has quit IRC08:56
*** otter768 has joined #openstack-infra08:57
*** otter768 has quit IRC09:03
*** david-lyle has joined #openstack-infra09:03
*** e0ne has quit IRC09:06
*** jyuso has quit IRC09:08
*** mohitsharma has quit IRC09:13
*** vigneshvar has joined #openstack-infra09:19
*** achanda has joined #openstack-infra09:25
*** achanda has quit IRC09:29
*** e0ne has joined #openstack-infra09:30
*** e0ne has quit IRC09:32
*** ZZelle|away has quit IRC09:35
*** ZZelle|away has joined #openstack-infra09:35
*** Longgeek has quit IRC09:42
*** david-lyle has quit IRC09:47
*** mrmartin has joined #openstack-infra10:02
*** Longgeek has joined #openstack-infra10:10
*** andreykurilin has joined #openstack-infra10:15
*** HeOS has quit IRC10:23
*** Masahiro has joined #openstack-infra10:24
*** Masahiro has quit IRC10:29
*** teran_ has quit IRC10:35
*** mrmartin has quit IRC10:36
*** psedlak has quit IRC10:41
*** jyuso has joined #openstack-infra10:44
openstackgerritBharat Kumar Kobagana proposed openstack-infra/devstack-gate: Allow GlusterFS backend for cinder  https://review.openstack.org/14330810:52
*** psedlak has joined #openstack-infra10:53
*** teran has joined #openstack-infra10:54
*** otter768 has joined #openstack-infra10:58
*** mrmartin has joined #openstack-infra10:59
*** coolsvap is now known as coolsvap|afk11:01
*** otter768 has quit IRC11:03
*** alexpilotti has joined #openstack-infra11:03
*** Longgeek has quit IRC11:08
*** teran has quit IRC11:10
*** liam_ has joined #openstack-infra11:11
*** liam_ is now known as Guest7670911:11
*** mrmartin has quit IRC11:11
*** Longgeek has joined #openstack-infra11:17
*** Longgeek_ has joined #openstack-infra11:22
*** Longgeek has quit IRC11:23
*** vigneshvar has quit IRC11:25
*** salv-orlando has quit IRC11:31
*** mfink has quit IRC11:33
*** mfink has joined #openstack-infra11:34
*** dimsum__ has joined #openstack-infra11:39
*** Longgeek_ has quit IRC11:41
*** Longgeek has joined #openstack-infra11:43
*** dimsum__ has quit IRC11:44
*** Longgeek has quit IRC11:44
*** Longgeek has joined #openstack-infra11:45
*** radez is now known as radez_g0n312:05
*** teran has joined #openstack-infra12:10
*** Longgeek has quit IRC12:11
*** Masahiro has joined #openstack-infra12:13
*** teran has quit IRC12:15
*** Masahiro has quit IRC12:18
*** salv-orlando has joined #openstack-infra12:31
*** salv-orlando has quit IRC12:39
*** salv-orlando has joined #openstack-infra12:39
*** salv-orlando has quit IRC12:42
*** andreykurilin_ has joined #openstack-infra12:45
*** andreykurilin has quit IRC12:45
*** baoli has joined #openstack-infra12:55
*** andreykurilin_ has quit IRC12:55
*** baoli has quit IRC12:56
*** mohitsharma has joined #openstack-infra12:57
*** dimsum__ has joined #openstack-infra13:03
*** vigneshvar has joined #openstack-infra13:10
*** dimsum__ has quit IRC13:11
*** Longgeek has joined #openstack-infra13:12
*** teran has joined #openstack-infra13:12
*** salv-orlando has joined #openstack-infra13:12
*** teran has quit IRC13:16
*** salv-orlando has quit IRC13:17
*** e0ne has joined #openstack-infra13:18
*** Longgeek has quit IRC13:24
*** mohitsharma has quit IRC13:28
*** salv-orlando has joined #openstack-infra13:30
*** salv-orlando has quit IRC13:35
*** salv-orlando has joined #openstack-infra13:35
*** mrmartin has joined #openstack-infra13:39
*** salv-orlando has quit IRC13:47
*** CaptTofu has joined #openstack-infra13:48
*** e0ne_ has joined #openstack-infra13:49
*** e0ne has quit IRC13:52
*** salv-orlando has joined #openstack-infra13:53
*** salv-orlando has quit IRC13:56
*** salv-orlando has joined #openstack-infra13:58
*** e0ne_ has quit IRC14:01
*** salv-orl_ has joined #openstack-infra14:01
*** Masahiro has joined #openstack-infra14:02
*** salv-orlando has quit IRC14:02
*** ddieterly has joined #openstack-infra14:06
*** Masahiro has quit IRC14:06
*** vDruids has joined #openstack-infra14:06
*** dtantsur|afk has quit IRC14:08
*** yaguang has joined #openstack-infra14:08
*** dtantsur has joined #openstack-infra14:09
*** salv-orl_ has quit IRC14:09
*** pcaruana has quit IRC14:09
*** mrmartin has quit IRC14:11
*** ryanpetrello has joined #openstack-infra14:12
*** teran has joined #openstack-infra14:13
*** ddieterly has quit IRC14:14
*** ddieterl_ has joined #openstack-infra14:14
*** mrmartin has joined #openstack-infra14:16
*** teran has quit IRC14:17
*** sputnik13 has joined #openstack-infra14:21
*** chlong has quit IRC14:28
*** nelsnelson has joined #openstack-infra14:28
*** ryanpetrello has quit IRC14:43
*** ddieterly has joined #openstack-infra14:45
*** salv-orlando has joined #openstack-infra14:47
*** ddieterl_ has quit IRC14:47
*** ryanpetrello has joined #openstack-infra14:48
*** alexpilotti has quit IRC14:49
*** primeministerp has quit IRC14:49
*** banix has joined #openstack-infra14:49
*** alexpilotti has joined #openstack-infra14:50
*** ddieterl_ has joined #openstack-infra14:52
*** ddieterly has quit IRC14:52
*** salv-orlando has quit IRC14:56
*** salv-orlando has joined #openstack-infra14:56
*** ryanpetrello has quit IRC14:57
*** otter768 has joined #openstack-infra15:00
*** otter768 has quit IRC15:05
*** arielb has joined #openstack-infra15:05
*** arielb has joined #openstack-infra15:05
*** mrmartin has quit IRC15:06
*** mrmartin has joined #openstack-infra15:07
*** ryanpetrello has joined #openstack-infra15:09
*** dhritishikhar has joined #openstack-infra15:11
*** Longgeek has joined #openstack-infra15:11
*** banix has quit IRC15:12
*** teran has joined #openstack-infra15:13
*** teran has quit IRC15:18
*** CaptTofu has quit IRC15:21
*** ryanpetrello has quit IRC15:21
*** CaptTofu has joined #openstack-infra15:22
*** spzala has joined #openstack-infra15:22
*** banix has joined #openstack-infra15:22
*** sigmavirus24_awa is now known as sigmavirus2415:23
*** CaptTofu has quit IRC15:26
*** ryanpetrello has joined #openstack-infra15:27
*** dtantsur has quit IRC15:28
*** dtantsur has joined #openstack-infra15:29
*** _nadya_ has joined #openstack-infra15:29
*** _shaps_ has joined #openstack-infra15:30
*** vDruids has quit IRC15:30
*** Longgeek has quit IRC15:30
*** _shaps_ has quit IRC15:32
*** dhritishikhar has quit IRC15:34
*** _nadya_ has quit IRC15:36
openstackgerritJames Polley proposed openstack-infra/project-config: prep_source_repos: Only run pep8 tests  https://review.openstack.org/14347915:37
*** yfried has joined #openstack-infra15:38
*** Longgeek has joined #openstack-infra15:38
*** Longgeek has quit IRC15:39
*** arielb has quit IRC15:40
*** Longgeek has joined #openstack-infra15:43
*** vDruids has joined #openstack-infra15:43
*** pcaruana has joined #openstack-infra15:45
*** andreykurilin has joined #openstack-infra15:45
*** dtantsur has quit IRC15:46
*** vDruids has quit IRC15:48
*** dtantsur has joined #openstack-infra15:50
*** dhritishikhar has joined #openstack-infra15:50
*** Masahiro has joined #openstack-infra15:51
*** salv-orlando has quit IRC15:52
*** arielb has joined #openstack-infra15:53
*** pcaruana has quit IRC15:53
*** Masahiro has quit IRC15:55
*** ryanpetrello has quit IRC15:56
*** banix has quit IRC15:59
*** sputnik13 has quit IRC15:59
*** banix has joined #openstack-infra16:00
*** banix has quit IRC16:01
*** pcaruana has joined #openstack-infra16:06
*** armax has joined #openstack-infra16:11
*** teran has joined #openstack-infra16:14
*** vigneshvar has quit IRC16:18
*** teran has quit IRC16:18
*** armax has quit IRC16:26
*** lingxian has quit IRC16:30
*** avozza is now known as zz_avozza16:31
*** vigneshvar has joined #openstack-infra16:31
*** lingxian has joined #openstack-infra16:33
*** ddieterly has joined #openstack-infra16:33
*** mrmartin has quit IRC16:35
*** ddieterl_ has quit IRC16:36
*** yaguang has quit IRC16:38
mordredhey everyone - I have a one plus invite if anyone wants one16:39
*** _nadya_ has joined #openstack-infra16:42
fungii have no idea what those words mean in that combination16:43
fungiahh, oneplus.net?16:43
*** sigmavirus24 is now known as sigmavirus24_awa16:45
*** salv-orlando has joined #openstack-infra16:52
*** shayneburgess has joined #openstack-infra17:00
*** otter768 has joined #openstack-infra17:01
*** otter768 has quit IRC17:06
*** spzala has quit IRC17:13
*** shashankhegde has joined #openstack-infra17:13
*** salv-orlando has quit IRC17:14
*** teran has joined #openstack-infra17:15
*** mikedillion has quit IRC17:19
*** teran has quit IRC17:20
*** spzala has joined #openstack-infra17:35
*** salv-orlando has joined #openstack-infra17:38
*** Masahiro has joined #openstack-infra17:39
*** e0ne has joined #openstack-infra17:40
*** andreykurilin has quit IRC17:42
*** Masahiro has quit IRC17:44
*** salv-orlando has quit IRC17:49
*** spzala has quit IRC17:49
*** salv-orlando has joined #openstack-infra17:51
anteayaI'm in Auckland in case anyone cares17:51
anteayaand thanks for all the help yesterday17:51
anteayaI'm going to be trying to figure out how i can avoid that situation in future17:52
anteayacertainly avoiding Sydney airport comes to mind17:52
anteayajeblair: thanks for looking at ships, it crossed my mind but that was as far as I got17:53
*** dkehn has quit IRC17:53
*** salv-orlando has quit IRC17:53
mordredanteaya: yay!17:57
mordredfungi: yes17:57
anteayathe fortunate part is that Auckland is really wonderful17:57
anteayaeveryone I have encountered so far has really good hearing17:58
*** dkehn has joined #openstack-infra17:59
*** david-lyle has joined #openstack-infra18:01
*** Sukhdev has joined #openstack-infra18:04
nibalizeranteaya: excellent18:06
anteayanibalizer: thanks18:07
*** shashankhegde has quit IRC18:07
anteayathe part that upset me the most is around the right to choose18:07
anteayamy body, my choice18:07
anteayaI really don't understand how people can think they have the right to get in the way of that18:08
*** _nadya_ has quit IRC18:08
anteayaokay I am off to walk around and look at birds today18:10
anteayaand maybe a lizard18:10
*** david-lyle has quit IRC18:10
*** arielb has quit IRC18:11
*** teran has joined #openstack-infra18:16
*** salv-orlando has joined #openstack-infra18:18
*** teran has quit IRC18:21
*** salv-orlando has quit IRC18:21
*** achanda has joined #openstack-infra18:26
*** ddieterly has quit IRC18:27
*** mriedem has joined #openstack-infra18:28
*** packet has joined #openstack-infra18:30
*** mrmartin has joined #openstack-infra18:33
*** hdd has joined #openstack-infra18:39
*** vigneshvar has quit IRC18:40
*** e0ne has quit IRC18:42
*** dhritishikhar has quit IRC18:45
*** vigneshvar has joined #openstack-infra18:53
*** shashankhegde has joined #openstack-infra18:58
*** otter768 has joined #openstack-infra19:02
*** spzala has joined #openstack-infra19:02
*** armax has joined #openstack-infra19:02
*** achanda has quit IRC19:03
*** armax has quit IRC19:05
*** otter768 has quit IRC19:06
*** spzala has quit IRC19:09
*** vigneshvar has quit IRC19:11
*** mwagner_lap has quit IRC19:15
*** teran has joined #openstack-infra19:17
*** sdake_ has joined #openstack-infra19:18
*** banix has joined #openstack-infra19:18
*** teran has quit IRC19:22
*** vigneshvar has joined #openstack-infra19:22
*** Masahiro has joined #openstack-infra19:28
*** dhritishikhar has joined #openstack-infra19:31
*** Masahiro has quit IRC19:33
*** ddieterly has joined #openstack-infra19:34
openstackgerritMohammad Hanif proposed openstack-infra/project-config: Adding edge VPN project to stackforge  https://review.openstack.org/14516019:36
*** ddieterly has quit IRC19:39
*** HeOS has joined #openstack-infra19:46
*** packet has quit IRC19:54
*** shashankhegde has quit IRC19:56
*** sdake_ has quit IRC20:01
*** Sukhdev has quit IRC20:04
*** sdake_ has joined #openstack-infra20:04
*** _nadya_ has joined #openstack-infra20:09
*** salv-orlando has joined #openstack-infra20:13
*** salv-orlando has quit IRC20:16
*** alexpilotti has quit IRC20:16
*** teran has joined #openstack-infra20:18
*** _nadya_ has quit IRC20:19
*** ddieterly has joined #openstack-infra20:19
*** teran has quit IRC20:23
*** david-lyle has joined #openstack-infra20:24
*** _nadya_ has joined #openstack-infra20:24
*** sdake_ has quit IRC20:25
*** sdake_ has joined #openstack-infra20:27
*** salv-orlando has joined #openstack-infra20:35
*** andreykurilin has joined #openstack-infra20:36
*** salv-orlando has quit IRC20:38
*** _nadya_ has quit IRC20:39
*** ddieterl_ has joined #openstack-infra20:39
*** _nadya_ has joined #openstack-infra20:41
*** ddieterly has quit IRC20:43
*** salv-orlando has joined #openstack-infra20:45
jogojhesketh: https://review.openstack.org/#/c/145567/20:46
*** sdake_ has quit IRC20:51
*** banix has quit IRC20:51
*** salv-orlando has quit IRC20:53
*** sdake_ has joined #openstack-infra20:53
*** Longgeek has quit IRC20:55
*** zz_avozza is now known as avozza20:56
*** avozza is now known as zz_avozza20:57
*** vigneshvar_ has joined #openstack-infra20:58
*** salv-orlando has joined #openstack-infra20:59
*** achanda has joined #openstack-infra20:59
*** salv-orlando has quit IRC21:00
*** _nadya_ has quit IRC21:00
*** vigneshvar has quit IRC21:01
*** otter768 has joined #openstack-infra21:03
*** vigneshvar_ has quit IRC21:04
*** salv-orlando has joined #openstack-infra21:06
*** zz_avozza is now known as avozza21:06
*** otter768 has quit IRC21:08
*** salv-orlando has quit IRC21:08
*** sigmavirus24_awa is now known as sigmavirus2421:09
*** e0ne has joined #openstack-infra21:13
*** dhritishikhar has quit IRC21:16
*** Masahiro has joined #openstack-infra21:17
*** e0ne has quit IRC21:18
*** mrmartin has quit IRC21:18
*** teran has joined #openstack-infra21:19
*** achanda has quit IRC21:19
*** Masahiro has quit IRC21:22
*** salv-orlando has joined #openstack-infra21:23
*** teran has quit IRC21:23
*** sdake_ has quit IRC21:23
*** salv-orlando has quit IRC21:28
*** salv-orlando has joined #openstack-infra21:29
*** salv-orlando has quit IRC21:34
*** banix has joined #openstack-infra21:42
*** shashankhegde has joined #openstack-infra21:43
*** armax has joined #openstack-infra21:51
openstackgerritMerged openstack-infra/devstack-gate: Handle more than one stream stored testrepository  https://review.openstack.org/14372721:55
*** sputnik13 has joined #openstack-infra21:57
*** shashankhegde has quit IRC21:58
*** bhunter71 has joined #openstack-infra21:59
*** armax has quit IRC22:03
*** bhunter71 has quit IRC22:09
*** hdd has quit IRC22:09
*** yfried has quit IRC22:12
*** xgerman has joined #openstack-infra22:13
*** sputnik13 has quit IRC22:14
*** dimtruck is now known as zz_dimtruck22:14
*** salv-orlando has joined #openstack-infra22:14
*** banix has quit IRC22:16
*** sigmavirus24 is now known as sigmavirus24_awa22:18
*** teran has joined #openstack-infra22:20
*** teran has quit IRC22:24
*** sputnik13 has joined #openstack-infra22:28
*** shayneburgess has quit IRC22:29
*** andreykurilin has quit IRC22:34
*** andreykurilin has joined #openstack-infra22:35
*** xgerman has quit IRC22:36
*** xgerman has joined #openstack-infra22:36
*** banix has joined #openstack-infra22:36
*** otter768 has joined #openstack-infra22:37
openstackgerritMerged openstack/requirements: Update to latest hacking (0.10.0)  https://review.openstack.org/14556722:39
*** ddieterl_ has quit IRC22:40
*** david-lyle has quit IRC22:40
*** zz_dimtruck is now known as dimtruck22:42
*** david-lyle has joined #openstack-infra22:42
*** sputnik13 has quit IRC22:43
*** xgerman has quit IRC22:43
*** sputnik13 has joined #openstack-infra22:47
*** HeOS has quit IRC22:47
*** sputnik13 has quit IRC22:47
*** shashankhegde has joined #openstack-infra22:53
*** sputnik13 has joined #openstack-infra22:54
*** sputnik13 has quit IRC22:57
*** sputnik13 has joined #openstack-infra22:57
*** shashankhegde has quit IRC22:59
*** sputnik13 has quit IRC23:02
*** yamahata has joined #openstack-infra23:02
*** Masahiro has joined #openstack-infra23:06
*** david-lyle has quit IRC23:06
*** hdd has joined #openstack-infra23:08
*** salv-orlando has quit IRC23:09
*** Masahiro has quit IRC23:11
*** otter768 has quit IRC23:14
*** Hal_ has quit IRC23:17
*** teran has joined #openstack-infra23:20
*** teran has quit IRC23:25
*** banix has quit IRC23:39
*** david-lyle has joined #openstack-infra23:46
*** zz_sabari is now known as sabari23:49
*** chlong has joined #openstack-infra23:50
*** ddieterly has joined #openstack-infra23:54
*** sdake_ has joined #openstack-infra23:56
*** david-ly_ has joined #openstack-infra23:56
*** david-lyle has quit IRC23:57
*** ddieterl_ has joined #openstack-infra23:57
*** david-ly_ is now known as david-lyle23:59
*** ddieter__ has joined #openstack-infra23:59

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