clarkb | but that shouldn't case the job to fail | 00:00 |
---|---|---|
clarkb | its just noise | 00:00 |
mriedem | https://github.com/gabrielfalcao/HTTPretty/issues/149 | 00:00 |
mriedem | damn, too late | 00:00 |
mriedem | we pin to 0.8.0 | 00:00 |
fungi | yeah, seems you need 0.8.1 or later and we're getting 0.8.0 there | 00:00 |
*** teran_ has joined #openstack-infra | 00:01 | |
*** teran has quit IRC | 00:01 | |
fungi | but anyway, "'oslo.context' is not in global-requirements.txt" is what's breaking that change, as pointed out a few times earlier today | 00:01 |
mriedem | http://logs.openstack.org/64/146064/3/check/check-requirements-integration-dsvm/692929f/console.html#_2015-01-09_21_48_57_963 | 00:01 |
fungi | i think adam_g has a change proposed to solve it | 00:01 |
mriedem | yeah, ok | 00:01 |
mriedem | alright | 00:02 |
zaro | fungi: did you get zuul up and running correctly on review-dev? | 00:02 |
clarkb | woot we have a successfully built dib image | 00:02 |
*** rm_work has joined #openstack-infra | 00:02 | |
clarkb | it does look like we are serializing the builds though. Porbably because that is how we handle stale images rather than daily builds? | 00:03 |
fungi | zaro: 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 one | 00:03 |
*** dimsum__ has quit IRC | 00:03 | |
*** lttrl has joined #openstack-infra | 00:03 | |
rm_work | Hey, 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 |
clarkb | rm_work: no... that check is there intentionally | 00:03 |
*** spzala has quit IRC | 00:03 | |
rm_work | hmm... | 00:03 |
rm_work | Well, the global requirement in this case is pretty nonsensical, and won't work for us | 00:03 |
clarkb | rm_work: then you will need to update it | 00:04 |
fungi | rm_work: "us" is someone other than openstack i guess? | 00:04 |
rm_work | Should I ... try to patch the global requirement? | 00:04 |
rm_work | openstack-lbaas | 00:04 |
rm_work | *neutron-lbaas | 00:04 |
clarkb | rm_work: which requirement? and why is it nonsensical? be sure to explain the change in your commit message when you push it up | 00:04 |
fungi | rm_work: does openstack-lbaas coinstall with other parts of openstack? if nso it'll need to use requirements which are compatible with other openstack components | 00:04 |
rm_work | clarkb: alright, will do | 00:04 |
*** ryanpetrello has joined #openstack-infra | 00:05 | |
rm_work | fungi: yes, it is part of neutron | 00:05 |
mriedem | yeah lbaas requires neutron right? | 00:05 |
rm_work | yes | 00:05 |
mriedem | so you need the same reqs | 00:05 |
mriedem | for deployers/packageres | 00: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_work | the global requirements version is pretty crazy | 00:05 |
mriedem | yeah, update global-reqs | 00:05 |
clarkb | rm_work: why is that crazy? | 00:05 |
clarkb | its just saying don't use 3.0 and make sure it is greater than 2.1 | 00:05 |
rm_work | 2.x is completely different from 3.x -- pretty much completely API incompatible | 00:05 |
mriedem | that looks like the pin we have on sqlalchemy-migrate | 00:05 |
rm_work | 3.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 |
fungi | that 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_work | but people need to require either 2.x or 3.x specifically | 00:06 |
rm_work | you can't write code that works with both | 00:06 |
fungi | ahh | 00:06 |
mriedem | hmm | 00:07 |
fungi | so if nobody is going to use 2.x i suppose making it require 3.x or later will work | 00:07 |
mriedem | i'm sure we've crossed this bridge with sqlalchemy a few times | 00:07 |
fungi | have we released a version of openstack using barbican yet? | 00:07 |
rm_work | fungi: officially it is not fully promoted | 00:07 |
rm_work | so... i guess it should be easy to force the update to 3.x? | 00:08 |
fungi | if not, it's pretty easy to just insist on the redesigned version for the first release we support it in | 00:08 |
rm_work | kk good | 00:08 |
rm_work | I'll put in a review | 00:08 |
mriedem | where are bugs reported for openstack/requirements? | 00:09 |
fungi | it doesn't have a bug tracker | 00:09 |
*** sigmavirus24 is now known as sigmavirus24_awa | 00:09 | |
fungi | afaik | 00:09 |
clarkb | mriedem: is there a bug in it? | 00:09 |
clarkb | but I think in the past we have used the infra tracker | 00:10 |
clarkb | usually its bugs with the requirements not the repo itself, but it does have a test suite and things so possible | 00:10 |
clarkb | mriedem: are you trying to track the httpretty thing? that does not cause any failures and isn't really a bug | 00:11 |
mriedem | yeah not a bug | 00:11 |
*** ayoung has quit IRC | 00:11 | |
mriedem | trying to find the referenced change | 00:11 |
mriedem | not httpretty | 00:11 |
*** shashankhegde has quit IRC | 00:11 | |
mriedem | the oslo.config thing | 00:11 |
mriedem | *oslo.context | 00:11 |
*** ivar-lazzaro has quit IRC | 00:11 | |
clarkb | its linked to in the comments for the change that had the test failure iirc | 00:12 |
mriedem | not seeing that https://review.openstack.org/#/c/146064/ | 00:13 |
mriedem | oh nvm | 00:13 |
mriedem | https://review.openstack.org/#/c/146110/ | 00:14 |
mriedem | kablammo | 00:14 |
*** dimtruck is now known as zz_dimtruck | 00:14 | |
mriedem | ha, so that's failing for something else, i'll follow that trail | 00:14 |
mriedem | i hope there is treasure at the end | 00:14 |
mriedem | oh well awesome, circular dependency | 00:15 |
mriedem | the 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 change | 00:15 |
*** shashankhegde has joined #openstack-infra | 00:16 | |
clarkb | the thing that confused me about boto is that tests do work in some cases? | 00:16 |
*** ivar-lazzaro has joined #openstack-infra | 00:17 | |
mriedem | i don't think it's intermittent | 00:17 |
mriedem | it's failing to authenticate, i haven't seen cases of it passing | 00:17 |
clarkb | we have merged changes to cinder horizon and ceilometer recently | 00:17 |
clarkb | they all run the same devstack/tempest | 00:17 |
mriedem | shardy has a fix on master for nova, if that's working we could just merge that and backport to stable/juno | 00:17 |
mriedem | gah, shardy - pep8 :) | 00:18 |
mriedem | https://review.openstack.org/#/c/146124/ | 00:18 |
*** dimsum__ has joined #openstack-infra | 00:18 | |
mriedem | i could fix that quick | 00:18 |
*** gyee has quit IRC | 00:19 | |
*** zz_dimtruck is now known as dimtruck | 00:22 | |
*** Sukhdev has joined #openstack-infra | 00:23 | |
fungi | okay, 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 tell | 00:24 |
fungi | it does write its pidfile when it starts, but within a second or two deletes it | 00:24 |
*** avozza is now known as zz_avozza | 00:25 | |
openstackgerrit | Adam Harwell proposed openstack/requirements: Update barbicanclient requirement to 3.x https://review.openstack.org/146231 | 00:27 |
rm_work | fungi / clarkb / mriedem ^^ | 00:27 |
mriedem | rm_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 xyz | 00:28 |
rm_work | well, the code in LBaaS uses 3.x | 00:28 |
zaro | fungi: are you referring to zuul-merger? i noticed that zuul-merger would start then die immediately. | 00:28 |
mriedem | rm_work: probably good to point that out, i.e. you said it was blocking the gate for lbaas | 00:29 |
fungi | zaro: no, the zuul scheduler daemon | 00:29 |
zaro | fungi: would it be easier just to rebuild zuul-dev ? | 00:29 |
rm_work | I'll comment to that effect, I guess I can edit the commit message if people really want me to :P | 00:29 |
zaro | or i mean re-puppet? | 00:29 |
*** banix has joined #openstack-infra | 00:30 | |
mriedem | rm_work: i think it's helpful to know that it's blocking development | 00:30 |
mriedem | b/c sometimes people update reqs just to update | 00:30 |
fungi | zaro: perhaps, though i need to give up for the night. still not entirely over the flu and it's getting late over here | 00:30 |
clarkb | mriedem: it actually shouldn't block development... | 00:30 |
rm_work | well, 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 cases | 00:30 |
clarkb | because we do allow the version we need. We just need to better refelct that older ones don't work | 00:31 |
zaro | fungi: np, have a good weekend. | 00:31 |
mriedem | clarkb: good point | 00:31 |
rm_work | yes, what clarkb said | 00:31 |
fungi | zaro: thanks, you too | 00:31 |
zaro | fungi: ohh how many processes does zuul start when run correctly? | 00:31 |
mriedem | rm_work: alright, +1 :) | 00:31 |
rm_work | I will leave it as-is, since technically it's not a hard-blocker | 00:32 |
*** lttrl has quit IRC | 00:32 | |
rm_work | but it should definitely be done | 00:32 |
rm_work | thanks :) | 00:32 |
rm_work | also I'm on a review chain about 6-long now, I'm not in an urgent hurry | 00:32 |
rm_work | I'm ok sitting with a Jenkins -1 for a bit | 00:32 |
*** dimtruck is now known as zz_dimtruck | 00:34 | |
*** bhuvan has quit IRC | 00:34 | |
*** zz_dimtruck is now known as dimtruck | 00:35 | |
fungi | zaro: 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 IRC | 00:36 | |
*** sarob_ has quit IRC | 00:38 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/project-config: Add puppet-recheckwatch as split out module https://review.openstack.org/140430 | 00:43 |
*** MaxV has joined #openstack-infra | 00:44 | |
*** andreykurilin has quit IRC | 00:44 | |
*** __afazekas has quit IRC | 00:44 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/project-config: Add puppet-recheckwatch as split out module https://review.openstack.org/140430 | 00:46 |
*** armax has joined #openstack-infra | 00:47 | |
*** dimtruck is now known as zz_dimtruck | 00:47 | |
*** dimsum__ has quit IRC | 00:49 | |
*** dimsum__ has joined #openstack-infra | 00:50 | |
*** Masahiro has joined #openstack-infra | 00:53 | |
*** krtaylor has quit IRC | 00:54 | |
*** dimsum__ has quit IRC | 00:54 | |
*** otter768 has joined #openstack-infra | 00:54 | |
*** ryanpetrello has joined #openstack-infra | 00:55 | |
*** cody-somerville has quit IRC | 00:56 | |
*** krtaylor has joined #openstack-infra | 00:57 | |
*** Masahiro has quit IRC | 00:57 | |
*** sabari is now known as zz_sabari | 00:58 | |
*** shayneburgess has quit IRC | 00:58 | |
*** otter768 has quit IRC | 00:58 | |
*** dannywilson has quit IRC | 01:00 | |
*** sputnik13 has quit IRC | 01:01 | |
*** wenlock has quit IRC | 01:02 | |
*** banix has quit IRC | 01:04 | |
*** reed has quit IRC | 01:07 | |
*** ryanpetrello has quit IRC | 01:09 | |
*** xgerman has quit IRC | 01:10 | |
*** zz_sabari is now known as sabari | 01:15 | |
*** rwsu has quit IRC | 01:15 | |
*** shashankhegde has quit IRC | 01:17 | |
*** shashankhegde has joined #openstack-infra | 01:18 | |
*** jkt has quit IRC | 01:21 | |
*** jkt has joined #openstack-infra | 01:22 | |
*** dimsum__ has joined #openstack-infra | 01:23 | |
*** dimsum__ has quit IRC | 01:23 | |
*** dimsum__ has joined #openstack-infra | 01:24 | |
*** jkt has quit IRC | 01:26 | |
*** zz_dimtruck is now known as dimtruck | 01:27 | |
*** dimsum__ has quit IRC | 01:28 | |
*** mtanino has quit IRC | 01:30 | |
*** jkt has joined #openstack-infra | 01:33 | |
*** sabari is now known as zz_sabari | 01:34 | |
*** flashgordon is now known as jogo | 01:37 | |
*** cody-somerville has joined #openstack-infra | 01:41 | |
*** cody-somerville has quit IRC | 01:41 | |
*** cody-somerville has joined #openstack-infra | 01:41 | |
*** ZZelle has quit IRC | 01:42 | |
*** sarob has joined #openstack-infra | 01:47 | |
*** ChuckC_ has quit IRC | 01:47 | |
*** Masahiro has joined #openstack-infra | 01:53 | |
adam_g | fungi, 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 IRC | 01:54 | |
*** ChuckC_ has joined #openstack-infra | 01:55 | |
*** Masahiro has quit IRC | 01:58 | |
fungi | adam_g: thought that might be the case | 01:58 |
*** marun has quit IRC | 01:59 | |
*** ddieterly has joined #openstack-infra | 01:59 | |
*** kgiusti has quit IRC | 02:04 | |
mriedem | adam_g: thanks, i also plan on backporting the nova fix to stable/juno: https://review.openstack.org/#/c/146124/ | 02:06 |
adam_g | mriedem, should we bother with the boto capping, then? | 02:07 |
mriedem | adam_g: well, i'm actually surprised the reqs check lets us change nova's requirements outside of global-reqs | 02:08 |
mriedem | adam_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 |
mriedem | depends on if the wife has the energy to watch a movie with me | 02:08 |
adam_g | mriedem, i think the req check will let you change it so long as the end requirement is within the constraints in global-reqs | 02:09 |
*** sdake_ has quit IRC | 02:10 | |
adam_g | mriedem, i'll try to keep an eye on it, too, while im still awake and propose the bp it if it merges | 02:10 |
*** alugovoi has quit IRC | 02:15 | |
*** Sukhdev has quit IRC | 02:19 | |
*** lingxian has quit IRC | 02:19 | |
*** lingxian has joined #openstack-infra | 02:19 | |
*** sarob has quit IRC | 02:21 | |
*** lingxian has quit IRC | 02:26 | |
*** lingxian has joined #openstack-infra | 02:27 | |
*** harlowja is now known as harlowja_away | 02:29 | |
*** harlowja_at_home has joined #openstack-infra | 02:29 | |
*** shashankhegde has quit IRC | 02:31 | |
adam_g | mriedem, 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.html | 02:31 |
*** Ryan_Lane has quit IRC | 02:33 | |
*** lingxian has quit IRC | 02:34 | |
*** lingxian has joined #openstack-infra | 02:34 | |
*** kaisers has joined #openstack-infra | 02:40 | |
*** kaisers1 has quit IRC | 02:40 | |
*** lingxian has quit IRC | 02:44 | |
*** baoli has joined #openstack-infra | 02:45 | |
*** lingxian has joined #openstack-infra | 02:48 | |
*** tqtran has quit IRC | 02:51 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 02:53 | |
*** signed8bit_ZZZzz has quit IRC | 02:53 | |
*** otter768 has joined #openstack-infra | 02:55 | |
*** harlowja_at_home has quit IRC | 02:55 | |
*** adalbas has quit IRC | 02:58 | |
mriedem | adam_g: damn | 02:59 |
*** otter768 has quit IRC | 02:59 | |
mriedem | well, we know it fixes the issue, so i guess we could uncap boto in global-reqs and push this through at the same time | 03:00 |
mriedem | not tonight though | 03:00 |
*** signed8bit has joined #openstack-infra | 03:00 | |
*** signed8bit has quit IRC | 03:00 | |
*** shashankhegde has joined #openstack-infra | 03:06 | |
*** shashankhegde has quit IRC | 03:07 | |
*** ivar-lazzaro has quit IRC | 03:14 | |
*** ivar-lazzaro has joined #openstack-infra | 03:15 | |
*** ivar-lazzaro has quit IRC | 03:15 | |
*** hdd has joined #openstack-infra | 03:20 | |
*** pcrews has quit IRC | 03:26 | |
*** yamahata has joined #openstack-infra | 03:31 | |
*** baoli has quit IRC | 03:32 | |
*** baoli has joined #openstack-infra | 03:32 | |
*** ryanpetrello has joined #openstack-infra | 03:40 | |
*** Masahiro has joined #openstack-infra | 03:42 | |
*** baoli has quit IRC | 03:43 | |
adam_g | mriedem, curious why it needs to be uncapped to begin with | 03:44 |
adam_g | not that it should be, but why its required for that change to pass | 03:45 |
*** Masahiro has quit IRC | 03:47 | |
*** lingxian has quit IRC | 03:49 | |
*** lingxian has joined #openstack-infra | 03:50 | |
*** zz_sabari is now known as sabari | 03:52 | |
*** dannywilson has joined #openstack-infra | 04:00 | |
mriedem | adam_g: it's not, we can merge the nova change and backport it, then uncap | 04:02 |
mriedem | i needed to use my brain to think about it a second time :) | 04:03 |
*** dannywilson has quit IRC | 04:05 | |
*** xgerman has joined #openstack-infra | 04:07 | |
*** sunil_ has joined #openstack-infra | 04:18 | |
*** vigneshvar has joined #openstack-infra | 04:18 | |
*** mriedem has quit IRC | 04:19 | |
*** sabari is now known as zz_sabari | 04:20 | |
*** vigneshvar has quit IRC | 04:26 | |
*** mikedillion has joined #openstack-infra | 04:27 | |
*** ddieterly has quit IRC | 04:28 | |
*** pcrews has joined #openstack-infra | 04:29 | |
*** hdd has quit IRC | 04:33 | |
*** achanda has joined #openstack-infra | 04:38 | |
*** hdd has joined #openstack-infra | 04:40 | |
*** xgerman has quit IRC | 04:47 | |
*** dimtruck has quit IRC | 04:54 | |
*** dimtruck has joined #openstack-infra | 04:56 | |
*** otter768 has joined #openstack-infra | 04:56 | |
*** achanda has quit IRC | 04:58 | |
*** achanda has joined #openstack-infra | 04:59 | |
*** dimtruck is now known as zz_dimtruck | 05:00 | |
*** otter768 has quit IRC | 05:00 | |
*** ryanpetrello has quit IRC | 05:02 | |
*** mohitsharma has joined #openstack-infra | 05:03 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 05:05 | |
*** mohitsha_ has joined #openstack-infra | 05:09 | |
*** garyh has quit IRC | 05:09 | |
*** Longgeek has joined #openstack-infra | 05:12 | |
*** mohitsharma has quit IRC | 05:12 | |
*** achanda has quit IRC | 05:12 | |
*** jvrbanac has quit IRC | 05:16 | |
*** jvrbanac has joined #openstack-infra | 05:18 | |
*** ddieterly has joined #openstack-infra | 05:28 | |
*** nelsnelson has quit IRC | 05:29 | |
*** Masahiro has joined #openstack-infra | 05:31 | |
*** ddieterly has quit IRC | 05:33 | |
*** zz_dimtruck has quit IRC | 05:33 | |
*** mrodden has quit IRC | 05:34 | |
*** cyeoh has quit IRC | 05:34 | |
*** mohitsha_ has quit IRC | 05:34 | |
*** zz_dimtruck has joined #openstack-infra | 05:35 | |
*** zz_dimtruck is now known as dimtruck | 05:35 | |
*** Masahiro has quit IRC | 05:35 | |
*** cyeoh has joined #openstack-infra | 05:36 | |
*** achanda has joined #openstack-infra | 05:49 | |
*** wendar has quit IRC | 05:50 | |
*** cyeoh has quit IRC | 05:51 | |
*** wendar has joined #openstack-infra | 05:51 | |
*** cyeoh has joined #openstack-infra | 05:51 | |
*** mrodden has joined #openstack-infra | 05:52 | |
*** mohitsharma has joined #openstack-infra | 05:53 | |
*** wendar has quit IRC | 05:58 | |
*** wendar has joined #openstack-infra | 05:58 | |
*** sarob has joined #openstack-infra | 06:06 | |
*** hdd has quit IRC | 06:09 | |
*** achanda has quit IRC | 06:09 | |
*** mohitsharma has quit IRC | 06:17 | |
*** cyeoh has quit IRC | 06:21 | |
*** achanda has joined #openstack-infra | 06:22 | |
*** wendar has quit IRC | 06:23 | |
*** cyeoh has joined #openstack-infra | 06:24 | |
*** wendar has joined #openstack-infra | 06:24 | |
*** achanda has quit IRC | 06:24 | |
*** comstud has quit IRC | 06:24 | |
*** achanda has joined #openstack-infra | 06:24 | |
*** jvrbanac has quit IRC | 06:24 | |
*** vishy has quit IRC | 06:25 | |
*** jvrbanac has joined #openstack-infra | 06:26 | |
*** maxbit has joined #openstack-infra | 06:27 | |
*** vishy has joined #openstack-infra | 06:28 | |
*** ddieterly has joined #openstack-infra | 06:28 | |
*** comstud has joined #openstack-infra | 06:28 | |
*** wendar has quit IRC | 06:28 | |
*** maxbit has quit IRC | 06:28 | |
*** wendar has joined #openstack-infra | 06:29 | |
*** maxbit has joined #openstack-infra | 06:29 | |
*** achanda has quit IRC | 06:29 | |
*** maxbit has quit IRC | 06:33 | |
*** ddieterly has quit IRC | 06:33 | |
*** sarob has quit IRC | 06:38 | |
*** pcrews has quit IRC | 06:46 | |
*** otter768 has joined #openstack-infra | 06:57 | |
*** dimsum__ has joined #openstack-infra | 07:00 | |
*** otter768 has quit IRC | 07:02 | |
*** dimsum__ has quit IRC | 07:05 | |
*** nikhil_k has quit IRC | 07:10 | |
*** nikhil_k has joined #openstack-infra | 07:11 | |
*** jvrbanac has quit IRC | 07:11 | |
*** jvrbanac has joined #openstack-infra | 07:13 | |
*** Masahiro has joined #openstack-infra | 07:20 | |
*** hdd has joined #openstack-infra | 07:21 | |
*** mohitsharma has joined #openstack-infra | 07:23 | |
*** Longgeek has quit IRC | 07:23 | |
*** Masahiro has quit IRC | 07:24 | |
*** ddieterly has joined #openstack-infra | 07:28 | |
*** bhunter71 has quit IRC | 07:29 | |
*** mohitsharma has quit IRC | 07:29 | |
*** sunil_ has quit IRC | 07:29 | |
*** armax has quit IRC | 07:30 | |
*** mrmartin has joined #openstack-infra | 07:32 | |
*** ddieterly has quit IRC | 07:33 | |
*** Longgeek has joined #openstack-infra | 07:42 | |
*** stevemar has quit IRC | 07:51 | |
*** jyuso716 has quit IRC | 08:02 | |
*** hdd has quit IRC | 08:02 | |
*** mohitsharma has joined #openstack-infra | 08:04 | |
*** jyuso has joined #openstack-infra | 08:06 | |
*** pcaruana has joined #openstack-infra | 08:12 | |
*** zz_avozza is now known as avozza | 08:14 | |
*** HeOS has joined #openstack-infra | 08:20 | |
*** mohitsha_ has joined #openstack-infra | 08:22 | |
*** mohitsharma has quit IRC | 08:22 | |
*** Longgeek has quit IRC | 08:26 | |
*** mrmartin has quit IRC | 08:26 | |
*** Longgeek has joined #openstack-infra | 08:28 | |
*** ddieterly has joined #openstack-infra | 08:28 | |
*** ddieterly has quit IRC | 08:29 | |
*** ddieterly has joined #openstack-infra | 08:29 | |
*** mohitsharma has joined #openstack-infra | 08:33 | |
*** ddieterly has quit IRC | 08:34 | |
*** Masahiro has joined #openstack-infra | 08:36 | |
*** mohitsha_ has quit IRC | 08:36 | |
*** chlong has joined #openstack-infra | 08:39 | |
*** Masahiro has quit IRC | 08:40 | |
*** e0ne has joined #openstack-infra | 08:45 | |
*** mohitsharma has quit IRC | 08:46 | |
*** mohitsharma has joined #openstack-infra | 08:49 | |
*** coolsvap|afk is now known as coolsvap | 08:55 | |
*** yamahata has quit IRC | 08:56 | |
*** otter768 has joined #openstack-infra | 08:57 | |
*** otter768 has quit IRC | 09:03 | |
*** david-lyle has joined #openstack-infra | 09:03 | |
*** e0ne has quit IRC | 09:06 | |
*** jyuso has quit IRC | 09:08 | |
*** mohitsharma has quit IRC | 09:13 | |
*** vigneshvar has joined #openstack-infra | 09:19 | |
*** achanda has joined #openstack-infra | 09:25 | |
*** achanda has quit IRC | 09:29 | |
*** e0ne has joined #openstack-infra | 09:30 | |
*** e0ne has quit IRC | 09:32 | |
*** ZZelle|away has quit IRC | 09:35 | |
*** ZZelle|away has joined #openstack-infra | 09:35 | |
*** Longgeek has quit IRC | 09:42 | |
*** david-lyle has quit IRC | 09:47 | |
*** mrmartin has joined #openstack-infra | 10:02 | |
*** Longgeek has joined #openstack-infra | 10:10 | |
*** andreykurilin has joined #openstack-infra | 10:15 | |
*** HeOS has quit IRC | 10:23 | |
*** Masahiro has joined #openstack-infra | 10:24 | |
*** Masahiro has quit IRC | 10:29 | |
*** teran_ has quit IRC | 10:35 | |
*** mrmartin has quit IRC | 10:36 | |
*** psedlak has quit IRC | 10:41 | |
*** jyuso has joined #openstack-infra | 10:44 | |
openstackgerrit | Bharat Kumar Kobagana proposed openstack-infra/devstack-gate: Allow GlusterFS backend for cinder https://review.openstack.org/143308 | 10:52 |
*** psedlak has joined #openstack-infra | 10:53 | |
*** teran has joined #openstack-infra | 10:54 | |
*** otter768 has joined #openstack-infra | 10:58 | |
*** mrmartin has joined #openstack-infra | 10:59 | |
*** coolsvap is now known as coolsvap|afk | 11:01 | |
*** otter768 has quit IRC | 11:03 | |
*** alexpilotti has joined #openstack-infra | 11:03 | |
*** Longgeek has quit IRC | 11:08 | |
*** teran has quit IRC | 11:10 | |
*** liam_ has joined #openstack-infra | 11:11 | |
*** liam_ is now known as Guest76709 | 11:11 | |
*** mrmartin has quit IRC | 11:11 | |
*** Longgeek has joined #openstack-infra | 11:17 | |
*** Longgeek_ has joined #openstack-infra | 11:22 | |
*** Longgeek has quit IRC | 11:23 | |
*** vigneshvar has quit IRC | 11:25 | |
*** salv-orlando has quit IRC | 11:31 | |
*** mfink has quit IRC | 11:33 | |
*** mfink has joined #openstack-infra | 11:34 | |
*** dimsum__ has joined #openstack-infra | 11:39 | |
*** Longgeek_ has quit IRC | 11:41 | |
*** Longgeek has joined #openstack-infra | 11:43 | |
*** dimsum__ has quit IRC | 11:44 | |
*** Longgeek has quit IRC | 11:44 | |
*** Longgeek has joined #openstack-infra | 11:45 | |
*** radez is now known as radez_g0n3 | 12:05 | |
*** teran has joined #openstack-infra | 12:10 | |
*** Longgeek has quit IRC | 12:11 | |
*** Masahiro has joined #openstack-infra | 12:13 | |
*** teran has quit IRC | 12:15 | |
*** Masahiro has quit IRC | 12:18 | |
*** salv-orlando has joined #openstack-infra | 12:31 | |
*** salv-orlando has quit IRC | 12:39 | |
*** salv-orlando has joined #openstack-infra | 12:39 | |
*** salv-orlando has quit IRC | 12:42 | |
*** andreykurilin_ has joined #openstack-infra | 12:45 | |
*** andreykurilin has quit IRC | 12:45 | |
*** baoli has joined #openstack-infra | 12:55 | |
*** andreykurilin_ has quit IRC | 12:55 | |
*** baoli has quit IRC | 12:56 | |
*** mohitsharma has joined #openstack-infra | 12:57 | |
*** dimsum__ has joined #openstack-infra | 13:03 | |
*** vigneshvar has joined #openstack-infra | 13:10 | |
*** dimsum__ has quit IRC | 13:11 | |
*** Longgeek has joined #openstack-infra | 13:12 | |
*** teran has joined #openstack-infra | 13:12 | |
*** salv-orlando has joined #openstack-infra | 13:12 | |
*** teran has quit IRC | 13:16 | |
*** salv-orlando has quit IRC | 13:17 | |
*** e0ne has joined #openstack-infra | 13:18 | |
*** Longgeek has quit IRC | 13:24 | |
*** mohitsharma has quit IRC | 13:28 | |
*** salv-orlando has joined #openstack-infra | 13:30 | |
*** salv-orlando has quit IRC | 13:35 | |
*** salv-orlando has joined #openstack-infra | 13:35 | |
*** mrmartin has joined #openstack-infra | 13:39 | |
*** salv-orlando has quit IRC | 13:47 | |
*** CaptTofu has joined #openstack-infra | 13:48 | |
*** e0ne_ has joined #openstack-infra | 13:49 | |
*** e0ne has quit IRC | 13:52 | |
*** salv-orlando has joined #openstack-infra | 13:53 | |
*** salv-orlando has quit IRC | 13:56 | |
*** salv-orlando has joined #openstack-infra | 13:58 | |
*** e0ne_ has quit IRC | 14:01 | |
*** salv-orl_ has joined #openstack-infra | 14:01 | |
*** Masahiro has joined #openstack-infra | 14:02 | |
*** salv-orlando has quit IRC | 14:02 | |
*** ddieterly has joined #openstack-infra | 14:06 | |
*** Masahiro has quit IRC | 14:06 | |
*** vDruids has joined #openstack-infra | 14:06 | |
*** dtantsur|afk has quit IRC | 14:08 | |
*** yaguang has joined #openstack-infra | 14:08 | |
*** dtantsur has joined #openstack-infra | 14:09 | |
*** salv-orl_ has quit IRC | 14:09 | |
*** pcaruana has quit IRC | 14:09 | |
*** mrmartin has quit IRC | 14:11 | |
*** ryanpetrello has joined #openstack-infra | 14:12 | |
*** teran has joined #openstack-infra | 14:13 | |
*** ddieterly has quit IRC | 14:14 | |
*** ddieterl_ has joined #openstack-infra | 14:14 | |
*** mrmartin has joined #openstack-infra | 14:16 | |
*** teran has quit IRC | 14:17 | |
*** sputnik13 has joined #openstack-infra | 14:21 | |
*** chlong has quit IRC | 14:28 | |
*** nelsnelson has joined #openstack-infra | 14:28 | |
*** ryanpetrello has quit IRC | 14:43 | |
*** ddieterly has joined #openstack-infra | 14:45 | |
*** salv-orlando has joined #openstack-infra | 14:47 | |
*** ddieterl_ has quit IRC | 14:47 | |
*** ryanpetrello has joined #openstack-infra | 14:48 | |
*** alexpilotti has quit IRC | 14:49 | |
*** primeministerp has quit IRC | 14:49 | |
*** banix has joined #openstack-infra | 14:49 | |
*** alexpilotti has joined #openstack-infra | 14:50 | |
*** ddieterl_ has joined #openstack-infra | 14:52 | |
*** ddieterly has quit IRC | 14:52 | |
*** salv-orlando has quit IRC | 14:56 | |
*** salv-orlando has joined #openstack-infra | 14:56 | |
*** ryanpetrello has quit IRC | 14:57 | |
*** otter768 has joined #openstack-infra | 15:00 | |
*** otter768 has quit IRC | 15:05 | |
*** arielb has joined #openstack-infra | 15:05 | |
*** arielb has joined #openstack-infra | 15:05 | |
*** mrmartin has quit IRC | 15:06 | |
*** mrmartin has joined #openstack-infra | 15:07 | |
*** ryanpetrello has joined #openstack-infra | 15:09 | |
*** dhritishikhar has joined #openstack-infra | 15:11 | |
*** Longgeek has joined #openstack-infra | 15:11 | |
*** banix has quit IRC | 15:12 | |
*** teran has joined #openstack-infra | 15:13 | |
*** teran has quit IRC | 15:18 | |
*** CaptTofu has quit IRC | 15:21 | |
*** ryanpetrello has quit IRC | 15:21 | |
*** CaptTofu has joined #openstack-infra | 15:22 | |
*** spzala has joined #openstack-infra | 15:22 | |
*** banix has joined #openstack-infra | 15:22 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 15:23 | |
*** CaptTofu has quit IRC | 15:26 | |
*** ryanpetrello has joined #openstack-infra | 15:27 | |
*** dtantsur has quit IRC | 15:28 | |
*** dtantsur has joined #openstack-infra | 15:29 | |
*** _nadya_ has joined #openstack-infra | 15:29 | |
*** _shaps_ has joined #openstack-infra | 15:30 | |
*** vDruids has quit IRC | 15:30 | |
*** Longgeek has quit IRC | 15:30 | |
*** _shaps_ has quit IRC | 15:32 | |
*** dhritishikhar has quit IRC | 15:34 | |
*** _nadya_ has quit IRC | 15:36 | |
openstackgerrit | James Polley proposed openstack-infra/project-config: prep_source_repos: Only run pep8 tests https://review.openstack.org/143479 | 15:37 |
*** yfried has joined #openstack-infra | 15:38 | |
*** Longgeek has joined #openstack-infra | 15:38 | |
*** Longgeek has quit IRC | 15:39 | |
*** arielb has quit IRC | 15:40 | |
*** Longgeek has joined #openstack-infra | 15:43 | |
*** vDruids has joined #openstack-infra | 15:43 | |
*** pcaruana has joined #openstack-infra | 15:45 | |
*** andreykurilin has joined #openstack-infra | 15:45 | |
*** dtantsur has quit IRC | 15:46 | |
*** vDruids has quit IRC | 15:48 | |
*** dtantsur has joined #openstack-infra | 15:50 | |
*** dhritishikhar has joined #openstack-infra | 15:50 | |
*** Masahiro has joined #openstack-infra | 15:51 | |
*** salv-orlando has quit IRC | 15:52 | |
*** arielb has joined #openstack-infra | 15:53 | |
*** pcaruana has quit IRC | 15:53 | |
*** Masahiro has quit IRC | 15:55 | |
*** ryanpetrello has quit IRC | 15:56 | |
*** banix has quit IRC | 15:59 | |
*** sputnik13 has quit IRC | 15:59 | |
*** banix has joined #openstack-infra | 16:00 | |
*** banix has quit IRC | 16:01 | |
*** pcaruana has joined #openstack-infra | 16:06 | |
*** armax has joined #openstack-infra | 16:11 | |
*** teran has joined #openstack-infra | 16:14 | |
*** vigneshvar has quit IRC | 16:18 | |
*** teran has quit IRC | 16:18 | |
*** armax has quit IRC | 16:26 | |
*** lingxian has quit IRC | 16:30 | |
*** avozza is now known as zz_avozza | 16:31 | |
*** vigneshvar has joined #openstack-infra | 16:31 | |
*** lingxian has joined #openstack-infra | 16:33 | |
*** ddieterly has joined #openstack-infra | 16:33 | |
*** mrmartin has quit IRC | 16:35 | |
*** ddieterl_ has quit IRC | 16:36 | |
*** yaguang has quit IRC | 16:38 | |
mordred | hey everyone - I have a one plus invite if anyone wants one | 16:39 |
*** _nadya_ has joined #openstack-infra | 16:42 | |
fungi | i have no idea what those words mean in that combination | 16:43 |
fungi | ahh, oneplus.net? | 16:43 |
*** sigmavirus24 is now known as sigmavirus24_awa | 16:45 | |
*** salv-orlando has joined #openstack-infra | 16:52 | |
*** shayneburgess has joined #openstack-infra | 17:00 | |
*** otter768 has joined #openstack-infra | 17:01 | |
*** otter768 has quit IRC | 17:06 | |
*** spzala has quit IRC | 17:13 | |
*** shashankhegde has joined #openstack-infra | 17:13 | |
*** salv-orlando has quit IRC | 17:14 | |
*** teran has joined #openstack-infra | 17:15 | |
*** mikedillion has quit IRC | 17:19 | |
*** teran has quit IRC | 17:20 | |
*** spzala has joined #openstack-infra | 17:35 | |
*** salv-orlando has joined #openstack-infra | 17:38 | |
*** Masahiro has joined #openstack-infra | 17:39 | |
*** e0ne has joined #openstack-infra | 17:40 | |
*** andreykurilin has quit IRC | 17:42 | |
*** Masahiro has quit IRC | 17:44 | |
*** salv-orlando has quit IRC | 17:49 | |
*** spzala has quit IRC | 17:49 | |
*** salv-orlando has joined #openstack-infra | 17:51 | |
anteaya | I'm in Auckland in case anyone cares | 17:51 |
anteaya | and thanks for all the help yesterday | 17:51 |
anteaya | I'm going to be trying to figure out how i can avoid that situation in future | 17:52 |
anteaya | certainly avoiding Sydney airport comes to mind | 17:52 |
anteaya | jeblair: thanks for looking at ships, it crossed my mind but that was as far as I got | 17:53 |
*** dkehn has quit IRC | 17:53 | |
*** salv-orlando has quit IRC | 17:53 | |
mordred | anteaya: yay! | 17:57 |
mordred | fungi: yes | 17:57 |
anteaya | the fortunate part is that Auckland is really wonderful | 17:57 |
anteaya | everyone I have encountered so far has really good hearing | 17:58 |
*** dkehn has joined #openstack-infra | 17:59 | |
*** david-lyle has joined #openstack-infra | 18:01 | |
*** Sukhdev has joined #openstack-infra | 18:04 | |
nibalizer | anteaya: excellent | 18:06 |
anteaya | nibalizer: thanks | 18:07 |
*** shashankhegde has quit IRC | 18:07 | |
anteaya | the part that upset me the most is around the right to choose | 18:07 |
anteaya | my body, my choice | 18:07 |
anteaya | I really don't understand how people can think they have the right to get in the way of that | 18:08 |
*** _nadya_ has quit IRC | 18:08 | |
anteaya | okay I am off to walk around and look at birds today | 18:10 |
anteaya | and maybe a lizard | 18:10 |
*** david-lyle has quit IRC | 18:10 | |
*** arielb has quit IRC | 18:11 | |
*** teran has joined #openstack-infra | 18:16 | |
*** salv-orlando has joined #openstack-infra | 18:18 | |
*** teran has quit IRC | 18:21 | |
*** salv-orlando has quit IRC | 18:21 | |
*** achanda has joined #openstack-infra | 18:26 | |
*** ddieterly has quit IRC | 18:27 | |
*** mriedem has joined #openstack-infra | 18:28 | |
*** packet has joined #openstack-infra | 18:30 | |
*** mrmartin has joined #openstack-infra | 18:33 | |
*** hdd has joined #openstack-infra | 18:39 | |
*** vigneshvar has quit IRC | 18:40 | |
*** e0ne has quit IRC | 18:42 | |
*** dhritishikhar has quit IRC | 18:45 | |
*** vigneshvar has joined #openstack-infra | 18:53 | |
*** shashankhegde has joined #openstack-infra | 18:58 | |
*** otter768 has joined #openstack-infra | 19:02 | |
*** spzala has joined #openstack-infra | 19:02 | |
*** armax has joined #openstack-infra | 19:02 | |
*** achanda has quit IRC | 19:03 | |
*** armax has quit IRC | 19:05 | |
*** otter768 has quit IRC | 19:06 | |
*** spzala has quit IRC | 19:09 | |
*** vigneshvar has quit IRC | 19:11 | |
*** mwagner_lap has quit IRC | 19:15 | |
*** teran has joined #openstack-infra | 19:17 | |
*** sdake_ has joined #openstack-infra | 19:18 | |
*** banix has joined #openstack-infra | 19:18 | |
*** teran has quit IRC | 19:22 | |
*** vigneshvar has joined #openstack-infra | 19:22 | |
*** Masahiro has joined #openstack-infra | 19:28 | |
*** dhritishikhar has joined #openstack-infra | 19:31 | |
*** Masahiro has quit IRC | 19:33 | |
*** ddieterly has joined #openstack-infra | 19:34 | |
openstackgerrit | Mohammad Hanif proposed openstack-infra/project-config: Adding edge VPN project to stackforge https://review.openstack.org/145160 | 19:36 |
*** ddieterly has quit IRC | 19:39 | |
*** HeOS has joined #openstack-infra | 19:46 | |
*** packet has quit IRC | 19:54 | |
*** shashankhegde has quit IRC | 19:56 | |
*** sdake_ has quit IRC | 20:01 | |
*** Sukhdev has quit IRC | 20:04 | |
*** sdake_ has joined #openstack-infra | 20:04 | |
*** _nadya_ has joined #openstack-infra | 20:09 | |
*** salv-orlando has joined #openstack-infra | 20:13 | |
*** salv-orlando has quit IRC | 20:16 | |
*** alexpilotti has quit IRC | 20:16 | |
*** teran has joined #openstack-infra | 20:18 | |
*** _nadya_ has quit IRC | 20:19 | |
*** ddieterly has joined #openstack-infra | 20:19 | |
*** teran has quit IRC | 20:23 | |
*** david-lyle has joined #openstack-infra | 20:24 | |
*** _nadya_ has joined #openstack-infra | 20:24 | |
*** sdake_ has quit IRC | 20:25 | |
*** sdake_ has joined #openstack-infra | 20:27 | |
*** salv-orlando has joined #openstack-infra | 20:35 | |
*** andreykurilin has joined #openstack-infra | 20:36 | |
*** salv-orlando has quit IRC | 20:38 | |
*** _nadya_ has quit IRC | 20:39 | |
*** ddieterl_ has joined #openstack-infra | 20:39 | |
*** _nadya_ has joined #openstack-infra | 20:41 | |
*** ddieterly has quit IRC | 20:43 | |
*** salv-orlando has joined #openstack-infra | 20:45 | |
jogo | jhesketh: https://review.openstack.org/#/c/145567/ | 20:46 |
*** sdake_ has quit IRC | 20:51 | |
*** banix has quit IRC | 20:51 | |
*** salv-orlando has quit IRC | 20:53 | |
*** sdake_ has joined #openstack-infra | 20:53 | |
*** Longgeek has quit IRC | 20:55 | |
*** zz_avozza is now known as avozza | 20:56 | |
*** avozza is now known as zz_avozza | 20:57 | |
*** vigneshvar_ has joined #openstack-infra | 20:58 | |
*** salv-orlando has joined #openstack-infra | 20:59 | |
*** achanda has joined #openstack-infra | 20:59 | |
*** salv-orlando has quit IRC | 21:00 | |
*** _nadya_ has quit IRC | 21:00 | |
*** vigneshvar has quit IRC | 21:01 | |
*** otter768 has joined #openstack-infra | 21:03 | |
*** vigneshvar_ has quit IRC | 21:04 | |
*** salv-orlando has joined #openstack-infra | 21:06 | |
*** zz_avozza is now known as avozza | 21:06 | |
*** otter768 has quit IRC | 21:08 | |
*** salv-orlando has quit IRC | 21:08 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 21:09 | |
*** e0ne has joined #openstack-infra | 21:13 | |
*** dhritishikhar has quit IRC | 21:16 | |
*** Masahiro has joined #openstack-infra | 21:17 | |
*** e0ne has quit IRC | 21:18 | |
*** mrmartin has quit IRC | 21:18 | |
*** teran has joined #openstack-infra | 21:19 | |
*** achanda has quit IRC | 21:19 | |
*** Masahiro has quit IRC | 21:22 | |
*** salv-orlando has joined #openstack-infra | 21:23 | |
*** teran has quit IRC | 21:23 | |
*** sdake_ has quit IRC | 21:23 | |
*** salv-orlando has quit IRC | 21:28 | |
*** salv-orlando has joined #openstack-infra | 21:29 | |
*** salv-orlando has quit IRC | 21:34 | |
*** banix has joined #openstack-infra | 21:42 | |
*** shashankhegde has joined #openstack-infra | 21:43 | |
*** armax has joined #openstack-infra | 21:51 | |
openstackgerrit | Merged openstack-infra/devstack-gate: Handle more than one stream stored testrepository https://review.openstack.org/143727 | 21:55 |
*** sputnik13 has joined #openstack-infra | 21:57 | |
*** shashankhegde has quit IRC | 21:58 | |
*** bhunter71 has joined #openstack-infra | 21:59 | |
*** armax has quit IRC | 22:03 | |
*** bhunter71 has quit IRC | 22:09 | |
*** hdd has quit IRC | 22:09 | |
*** yfried has quit IRC | 22:12 | |
*** xgerman has joined #openstack-infra | 22:13 | |
*** sputnik13 has quit IRC | 22:14 | |
*** dimtruck is now known as zz_dimtruck | 22:14 | |
*** salv-orlando has joined #openstack-infra | 22:14 | |
*** banix has quit IRC | 22:16 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:18 | |
*** teran has joined #openstack-infra | 22:20 | |
*** teran has quit IRC | 22:24 | |
*** sputnik13 has joined #openstack-infra | 22:28 | |
*** shayneburgess has quit IRC | 22:29 | |
*** andreykurilin has quit IRC | 22:34 | |
*** andreykurilin has joined #openstack-infra | 22:35 | |
*** xgerman has quit IRC | 22:36 | |
*** xgerman has joined #openstack-infra | 22:36 | |
*** banix has joined #openstack-infra | 22:36 | |
*** otter768 has joined #openstack-infra | 22:37 | |
openstackgerrit | Merged openstack/requirements: Update to latest hacking (0.10.0) https://review.openstack.org/145567 | 22:39 |
*** ddieterl_ has quit IRC | 22:40 | |
*** david-lyle has quit IRC | 22:40 | |
*** zz_dimtruck is now known as dimtruck | 22:42 | |
*** david-lyle has joined #openstack-infra | 22:42 | |
*** sputnik13 has quit IRC | 22:43 | |
*** xgerman has quit IRC | 22:43 | |
*** sputnik13 has joined #openstack-infra | 22:47 | |
*** HeOS has quit IRC | 22:47 | |
*** sputnik13 has quit IRC | 22:47 | |
*** shashankhegde has joined #openstack-infra | 22:53 | |
*** sputnik13 has joined #openstack-infra | 22:54 | |
*** sputnik13 has quit IRC | 22:57 | |
*** sputnik13 has joined #openstack-infra | 22:57 | |
*** shashankhegde has quit IRC | 22:59 | |
*** sputnik13 has quit IRC | 23:02 | |
*** yamahata has joined #openstack-infra | 23:02 | |
*** Masahiro has joined #openstack-infra | 23:06 | |
*** david-lyle has quit IRC | 23:06 | |
*** hdd has joined #openstack-infra | 23:08 | |
*** salv-orlando has quit IRC | 23:09 | |
*** Masahiro has quit IRC | 23:11 | |
*** otter768 has quit IRC | 23:14 | |
*** Hal_ has quit IRC | 23:17 | |
*** teran has joined #openstack-infra | 23:20 | |
*** teran has quit IRC | 23:25 | |
*** banix has quit IRC | 23:39 | |
*** david-lyle has joined #openstack-infra | 23:46 | |
*** zz_sabari is now known as sabari | 23:49 | |
*** chlong has joined #openstack-infra | 23:50 | |
*** ddieterly has joined #openstack-infra | 23:54 | |
*** sdake_ has joined #openstack-infra | 23:56 | |
*** david-ly_ has joined #openstack-infra | 23:56 | |
*** david-lyle has quit IRC | 23:57 | |
*** ddieterl_ has joined #openstack-infra | 23:57 | |
*** david-ly_ is now known as david-lyle | 23:59 | |
*** ddieter__ has joined #openstack-infra | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!