Wednesday, 2015-12-02

*** e0ne_ has quit IRC00:00
*** salv-orlando has quit IRC00:04
*** jerrygb has joined #openstack-oslo00:16
*** EinstCrazy has joined #openstack-oslo00:16
*** EinstCrazy has quit IRC00:17
*** EinstCrazy has joined #openstack-oslo00:18
*** mc_nair has quit IRC00:22
*** yamamoto has joined #openstack-oslo00:22
*** EinstCrazy has quit IRC00:22
*** mdbooth has quit IRC00:32
openstackgerritJoshua Harlow proposed openstack/tooz: Make all locks operate the same when fetched from different coordinators  https://review.openstack.org/25211500:39
dimsharlowja : this one was tricky - https://review.openstack.org/#/c/252088/00:46
lifelessdims: o/00:49
lifelessdims: are you rounding up the oslo cores for that spec?00:49
dimslifeless : i already started if you saw the minutes from last monday meeting :)00:49
lifelessdims: well, I just want dhellmann to be happy ;)00:50
dims:) me too00:50
harlowjalol00:50
dimshard part is how do we make sure we keep our guarantees and not break stuff inadvertantly00:50
lifelessdims: well, thats the test matrix point00:51
dimsunless we can test all the things00:51
dimsy00:51
harlowjadims woah on 25208800:51
dimsfwiw, sdague and i got the dsvm tests from master to liberty working a week or so ago. they were not testing what they were meant to :)00:52
dimsharlowja y crazy one00:52
dimscaught that on travis00:52
dimslifeless you should look at that one too :)00:52
harlowjadims good catch00:52
dimslifeless : so, am thinking to ask folks about alternating the oslo meeting time to fit your zone as well,00:53
harlowjawe can just have a special meeting for lifeless00:53
dimsit will be just the 3 of us :)00:54
harlowjathe trio00:54
harlowjathe 3 musketters00:54
lifelessdims: well, I'm ok just reading the meeting logs00:54
lifelessdims: its just that e.g. the incubator spec seems to need more discussion00:54
dimslifeless : ack agree00:55
lifelessdims: since - breaking compat for incubated things is actually really hard if we don't have some mechanism to allow piecemeal adoption00:55
dimsharlowja : next 2 mondays, if i am late, please start the meeting as i am in Russia/Ukraine00:55
lifelessdims: the copy-paste thing allowed piecemeal adoption with no cross-module breaks00:55
harlowjadims sure00:55
dimsthanks harlowja00:55
harlowjanp comrade00:55
dimslifeless right00:56
lifelessdims: if we don't do that we ca neither a) do backwards comapt from the start, per the new backwards compat spec00:56
lifelessor b) use some mechanism like I describe to get no breaks until we're ready for in-place backwards compat00:56
dimslifeless : at least on release boundaries, we make sure we don't break any consuming project right?00:56
lifelessdims: ish, we will with the full backwards compat spec I think00:57
lifelessat least probabalistically (e.g. we might not be running every consumers unit tests...)00:57
dimsright00:57
lifelessbut if the answer is 'we're willing to do backwards compat' then we should just say that00:58
lifelesse.g. no incubation period, first release is supported until the matching stable server branch is killed00:58
lifeless*I* think thats fine00:58
lifelessbut e.g. see haypo's reaction to backwards compat in oslo.context00:58
openstackgerritDavanum Srinivas (dims) proposed openstack/oslo.messaging: Support older notifications set_override keys  https://review.openstack.org/25208800:59
dimsright, yes,00:59
*** xianghui has quit IRC00:59
*** xianghui has joined #openstack-oslo00:59
dimswe have to collectively agree to be disciplined and this is the way we do it (spec)00:59
*** xianghui has quit IRC00:59
dimslifeless : part of his issue was that he was not sure what he would break00:59
*** yamamoto has quit IRC01:00
dimsswitching networks - back in 2 mins (moving downstairs :)01:00
*** pm90_ has joined #openstack-oslo01:01
*** EinstCrazy has joined #openstack-oslo01:01
*** salv-orlando has joined #openstack-oslo01:02
lifelessdims: ack01:03
openstackgerritTan Lin proposed openstack/oslo.config: Add new parameter `choices` to Integer type  https://review.openstack.org/25170001:03
openstackgerritTan Lin proposed openstack/oslo.config: Add new parameter `choices` to Integer type  https://review.openstack.org/25170001:04
dimsharlowja : y fixed that nit :) https://review.openstack.org/#/c/252088/01:09
harlowja;)01:09
harlowjaok, one more comment, ha01:09
harlowjamaybe tell people about the new thing?01:09
dimsoooh, in a test and not at runtime...interesting01:10
harlowjaunsure, up to u01:11
harlowjai did make https://github.com/openstack/debtcollector/blob/master/debtcollector/renames.py#L25 once01:11
dimsharlowja : probably too much i think01:11
harlowjabut your usage is to complicated for that :-P01:11
dims:)01:11
harlowjau want arbitrary function remapping, that does do that, ha01:11
harlowja*doesn't do that01:11
dimsack harlowja01:12
*** mtanino has quit IRC01:12
dimslifeless : the bot keeps dropping pyeclib right? found out why (https://bitbucket.org/kmgreen2/pyeclib/pull-requests/33/use-sysprefix-instead-of-hardcoding-usr/diff)01:12
lifelessdims: reviewed01:12
lifelessdims: ah! I was halfway through tracking that down. Cool01:13
dimslifeless : either we install liberasure* thingy before hand or we need the fix above01:13
lifelessdims: we need pyeclib to stop being broken-ass ;)01:14
dimsin devstack for swift we do the install beforehand01:14
dims+1 :)01:14
lifelessdims: you could try adding the lib to other-requirements.txt in openstack/requirements01:15
openstackgerritDavanum Srinivas (dims) proposed openstack/oslo.messaging: Support older notifications set_override keys  https://review.openstack.org/25208801:17
dimslifeless : i don't think the job that runs the bot installs the other-requirements.txt unfortunately01:20
lifelessdims: well, we could fix that01:22
*** pm90_ has quit IRC01:24
lifelessdims: btw, we need to pin astroid before updating upper-constraints.txt01:26
lifelessdims: or we'll break things01:26
lifelessdims: I put up patches for it01:26
dimslifeless : i only have karma on master requirements which already went through i think01:31
lifelessack01:32
dimslifeless : in the "Matrix" section, we don't say anything about breaking unit tests. it almost reads like dsvm and functional tests. do we want to say something specific?01:33
lifelessof the backwards compat spec?01:34
dimswe break other projects either by a) bad requirements b) bad fixtures c) break API contract d) changing configurations01:35
dimslifeless ack01:35
dimsharlowja : what else other than the a,b,c,d above?01:35
harlowjawe break projects? ;)01:36
dimsy01:36
harlowjalol01:36
harlowjahmmm01:36
dimstrying to think last few weeks worth of releases how we ended up breaking people01:36
harlowjae) not very well defined api contracts01:36
harlowjawhich makes a,b,c,d worse01:36
dimsf) people using internal implementation details of our libraries in their test suites01:36
harlowja(and makes adding new drivers, to say oslo.messaging that much harder)01:36
lifelessdoes this make sense to you?01:37
lifelessLibraries/clients that decide not to provide backwards compatibility need to01:37
lifelessbe managed in our global requirements using upper pins: this has a high cost01:37
lifeless(see above), but since we know they will break regularly, we don't ever need01:37
lifelessto uncap it, and so we won't be doing the release-time-mass-dance that our01:37
lifelessprevious cap-at-release time process used: instead they will be capped at all01:37
lifelesstimes.01:37
harlowjag) semantic shifts in execution workflow(s) [taskflow since it can alter this...]01:37
harlowjaalterations in execution of taskflow stuff has happened, maybe, ha01:37
harlowja(tries not to make it happen, but bugs happen)01:38
dimslifeless : "global requirements in stable branches"?01:38
dimsharlowja : right01:38
lifelessdims: master too01:39
lifelessdims: otherwise we have a release-time-dance01:39
lifelessdims: which is crazy01:39
dims+1 lifeless01:39
harlowjadims can't think of to many others off the top of my head, those seem to sumarize the stuff i've seen01:39
dimscool thanks01:40
lifelessdims: re unit tests:01:40
lifelessThe tests we run should be representative of how the library/client is used:01:40
lifelessdevstack is important, but consideration should be made to also run unit test01:40
lifelessor functional test jobs from heavy users of a given library, to gain wider01:40
lifelesscoverage than the full integration tests offer.01:40
harlowjaagreed, i'd recommend we try to do as much as we can in library01:41
harlowjalike in taskflow there are a whole ton of transition/execution validation checks...01:41
harlowja*to ensure that ordering doesn't like go wonky...01:41
dimslifeless : ok let's add what you just said to somewhere in the spec :)01:42
harlowjahttps://github.com/openstack/taskflow/blob/master/taskflow/tests/unit/test_engines.py#L753 (and many others)01:42
lifelessdims: I am, I'm pasting from my local copy01:42
lifelessharlowja: right, but this is specifically about testing interactions with consumers01:43
harlowjak01:43
* dims wearing my chauffeur hat, back in a bit. pick up kid from a lego group thingy01:43
lifeless.oO lego group. nice.01:43
harlowjai want a lego group :-/01:43
*** mriedem has joined #openstack-oslo01:44
dims:) they have a big mindstorm competition coming up!01:46
*** jerrygb has quit IRC01:50
*** jerrygb has joined #openstack-oslo01:55
*** vipuls has joined #openstack-oslo02:00
lifelessdims: backwards compat spec revised02:03
*** SlickN1k has joined #openstack-oslo02:04
dims+1 lifeless02:14
*** gcb has joined #openstack-oslo02:20
*** salv-orlando has quit IRC02:23
*** Yingxin_ has joined #openstack-oslo02:25
*** sputnik13 has quit IRC02:27
*** Yingxin has quit IRC02:28
*** Yingxin_ is now known as Yingxin02:28
*** david-lyle has joined #openstack-oslo02:31
*** vilobhmm11 has quit IRC02:40
*** SurajD has joined #openstack-oslo02:46
openstackgerritChangBo Guo(gcb) proposed openstack/oslo.versionedobjects: Use method is_compatible from olso_utils.versionutils  https://review.openstack.org/25191502:47
*** david-lyle has quit IRC03:00
*** yamahata has quit IRC03:05
*** yamamoto has joined #openstack-oslo03:16
*** alaski has quit IRC03:19
*** salv-orlando has joined #openstack-oslo03:20
*** alaski has joined #openstack-oslo03:21
*** mriedem has quit IRC03:22
*** dims has quit IRC03:26
*** jerrygb has quit IRC03:34
*** jerrygb has joined #openstack-oslo03:34
openstackgerritMerged openstack/taskflow: Move engine options extraction to __init__ methods  https://review.openstack.org/24379303:36
*** jerrygb has quit IRC03:39
*** links has joined #openstack-oslo03:43
*** vilobhmm11 has joined #openstack-oslo04:03
openstackgerritSteve Martinelli proposed openstack/pycadf: Revert "make generate_uuid return valid uuid"  https://review.openstack.org/25217504:06
*** psanchez has quit IRC04:12
*** psanchez has joined #openstack-oslo04:14
*** ViswaV has quit IRC04:27
*** SurajD has quit IRC04:31
*** ViswaV has joined #openstack-oslo04:31
*** SurajD has joined #openstack-oslo04:34
*** Yingxin_ has joined #openstack-oslo04:37
*** Yingxin has quit IRC04:40
*** Yingxin_ is now known as Yingxin04:40
*** david-lyle has joined #openstack-oslo04:44
openstackgerritSteve Martinelli proposed openstack/pycadf: Revert "make generate_uuid return valid uuid"  https://review.openstack.org/25217504:46
openstackgerritgordon chung proposed openstack/pycadf: relax id validation  https://review.openstack.org/25218304:48
*** Yingxin_ has joined #openstack-oslo04:50
*** salv-orlando has quit IRC04:51
*** salv-orlando has joined #openstack-oslo04:51
*** Yingxin has quit IRC04:53
*** Yingxin_ is now known as Yingxin04:53
*** ozamiatin__ has quit IRC04:54
openstackgerritMerged openstack/oslo.log: test_logging_error: build a logger at the test level  https://review.openstack.org/25179905:02
openstackgerritMerged openstack/oslo.versionedobjects: Remove remote_object_calls from _BaseTestCase  https://review.openstack.org/24384005:05
openstackgerritMerged openstack/oslo.messaging: ignore .eggs directory  https://review.openstack.org/24897305:09
openstackgerritMerged openstack/oslo.db: Refactor deps to use extras and env markers  https://review.openstack.org/18432805:11
*** Kiall has quit IRC05:12
*** thumpba has joined #openstack-oslo05:14
*** achanda has joined #openstack-oslo05:14
*** Kiall has joined #openstack-oslo05:14
*** amotoki has joined #openstack-oslo05:20
*** Yingxin_ has joined #openstack-oslo05:22
*** Yingxin has quit IRC05:25
*** Yingxin_ is now known as Yingxin05:25
*** thumpba has quit IRC05:37
*** links has quit IRC05:43
*** rcernin has joined #openstack-oslo05:52
*** thumpba has joined #openstack-oslo05:52
*** harlowja_at_home has joined #openstack-oslo05:53
*** links has joined #openstack-oslo05:54
*** thumpba has quit IRC05:59
*** SurajD has quit IRC06:14
*** harlowja has quit IRC06:16
*** SurajD has joined #openstack-oslo06:16
*** pm90_ has joined #openstack-oslo06:20
*** achanda has quit IRC06:24
*** rcernin has quit IRC06:25
*** yamahata has joined #openstack-oslo06:37
openstackgerritMerged openstack/oslo.middleware: Support Unicode request_id on Python 3  https://review.openstack.org/25086306:41
openstackgerritJoshua Harlow proposed openstack/taskflow: Add a delayed exception to allow tasks to delay themselves (WIP)  https://review.openstack.org/25221506:53
*** SurajD has quit IRC06:55
*** SurajD has joined #openstack-oslo06:56
openstackgerritJoshua Harlow proposed openstack/taskflow: Add a delayed exception to allow tasks to delay themselves (WIP)  https://review.openstack.org/25221506:58
*** harlowja_at_home has quit IRC07:01
*** vilobhmm11 has quit IRC07:04
*** ihrachys has joined #openstack-oslo07:04
*** rcernin has joined #openstack-oslo07:09
*** ihrachys has quit IRC07:09
*** pm90_ has quit IRC07:17
*** jerrygb has joined #openstack-oslo07:21
*** xianghui has joined #openstack-oslo07:22
*** SurajD has quit IRC07:22
xianghuigcb:  hi07:22
*** SurajD has joined #openstack-oslo07:25
*** jerrygb has quit IRC07:25
*** salv-orlando has quit IRC07:29
*** salv-orlando has joined #openstack-oslo07:40
*** ViswaV has quit IRC07:58
*** nkrinner has joined #openstack-oslo08:05
*** yamamoto_ has joined #openstack-oslo08:06
*** yamamoto has quit IRC08:08
*** markus_z has joined #openstack-oslo08:22
*** shardy has joined #openstack-oslo08:26
*** dguitarbite has joined #openstack-oslo08:26
*** shakamunyi has quit IRC08:27
openstackgerritElena Ezhova proposed openstack/oslo.config: Remove duplicated profiles section from bandit.yaml  https://review.openstack.org/25225308:34
openstackgerritChangBo Guo(gcb) proposed openstack/oslo.versionedobjects: Leverage dict comprehension in PEP-0274  https://review.openstack.org/25225508:35
openstackgerritElena Ezhova proposed openstack/oslo.utils: Remove duplicated profiles section from bandit.yaml  https://review.openstack.org/25225708:37
*** gcb has quit IRC08:39
*** gcb has joined #openstack-oslo08:40
*** ihrachys has joined #openstack-oslo08:41
*** salv-orlando has quit IRC08:48
*** salv-orlando has joined #openstack-oslo08:48
*** salv-orlando has quit IRC08:53
openstackgerritMehdi Abaakouk (sileht) proposed openstack/oslo.messaging: rename kombu_reconnect_timeout option  https://review.openstack.org/25226408:57
openstackgerritMehdi Abaakouk (sileht) proposed openstack/oslo.messaging: default of kombu_missing_consumer_retry_timeout  https://review.openstack.org/25226508:57
*** hidekazu has joined #openstack-oslo08:58
*** Yingxin_ has joined #openstack-oslo09:00
*** Yingxin has quit IRC09:03
*** Yingxin_ is now known as Yingxin09:03
openstackgerritMehdi Abaakouk (sileht) proposed openstack/oslo.messaging: Follow the plan about the single reply message  https://review.openstack.org/25227409:04
openstackgerritElena Ezhova proposed openstack/oslo.service: Update the _i18n.py file and fix the domain value  https://review.openstack.org/25227609:05
*** gus has quit IRC09:07
*** pkholkin has quit IRC09:07
*** pkholkin has joined #openstack-oslo09:09
*** gus has joined #openstack-oslo09:09
*** mdbooth has joined #openstack-oslo09:17
openstackgerritMehdi Abaakouk (sileht) proposed openstack/oslo.messaging: Follow the plan about the single reply message  https://review.openstack.org/25227409:21
openstackgerritMehdi Abaakouk (sileht) proposed openstack/oslo.messaging: kombu: remove compat of folsom reply format  https://review.openstack.org/25228009:21
*** SlickNik has quit IRC09:23
*** vipul has quit IRC09:23
*** SlickN1k is now known as SlickNik09:23
*** mhickey has joined #openstack-oslo09:24
*** SurajD has left #openstack-oslo09:25
openstackgerritMehdi Abaakouk (sileht) proposed openstack/oslo.messaging: kombu: remove compat of folsom reply format  https://review.openstack.org/25228009:35
openstackgerritMehdi Abaakouk (sileht) proposed openstack/oslo.messaging: Follow the plan about the single reply message  https://review.openstack.org/25227409:35
*** hogepodge has quit IRC09:38
*** hogepodge has joined #openstack-oslo09:41
*** achanda has joined #openstack-oslo10:01
*** e0ne has joined #openstack-oslo10:03
*** amotoki has quit IRC10:05
*** e0ne has quit IRC10:06
*** e0ne_ has joined #openstack-oslo10:07
*** e0ne_ has quit IRC10:09
*** e0ne has joined #openstack-oslo10:09
*** e0ne_ has joined #openstack-oslo10:14
*** e0ne has quit IRC10:16
*** ozamiatin_ has joined #openstack-oslo10:23
*** e0ne_ has quit IRC10:30
*** achanda has quit IRC10:30
*** yamamoto_ has quit IRC10:34
*** Yingxin_ has joined #openstack-oslo10:57
*** gcb_ has joined #openstack-oslo11:00
*** Yingxin has quit IRC11:01
*** Yingxin_ is now known as Yingxin11:01
*** gcb has quit IRC11:03
openstackgerritBogdan Dobrelya proposed openstack/oslo.messaging: Allow for acking before/after processing (WIP)  https://review.openstack.org/22918611:06
*** gcb_ has quit IRC11:07
*** yottatsa has joined #openstack-oslo11:10
openstackgerritOleksii Zamiatin proposed openstack/oslo.messaging: WIP: [zmq] PUB-SUB pipeline.  https://review.openstack.org/24932611:11
*** lucas-dinner is now known as lucasagomes11:25
*** achanda has joined #openstack-oslo11:34
*** gcb has joined #openstack-oslo11:36
openstackgerritChangBo Guo(gcb) proposed openstack/oslo.versionedobjects: Clean up directory openstack/common  https://review.openstack.org/25234311:36
*** achanda has quit IRC11:45
*** gcb has quit IRC11:45
*** gcb has joined #openstack-oslo11:50
openstackgerritMehdi Abaakouk (sileht) proposed openstack/oslo.messaging: Don't hold the connection when reply fail  https://review.openstack.org/25235111:54
*** EinstCrazy has quit IRC11:57
openstackgerritMehdi Abaakouk (sileht) proposed openstack/oslo.messaging: Don't hold the connection when reply fail  https://review.openstack.org/25235112:00
*** pm90_ has joined #openstack-oslo12:10
*** salv-orlando has joined #openstack-oslo12:15
openstackgerritChangBo Guo(gcb) proposed openstack/oslo.versionedobjects: Use inspect.getcallargs directly  https://review.openstack.org/25236412:15
*** LiuNanke has joined #openstack-oslo12:16
openstackgerritOleksii Zamiatin proposed openstack/oslo.messaging: WIP: [zmq] PUB-SUB pipeline.  https://review.openstack.org/24932612:19
*** yottatsa has quit IRC12:19
*** EinstCrazy has joined #openstack-oslo12:22
*** LiuNanke has quit IRC12:22
openstackgerritOleksii Zamiatin proposed openstack/oslo.messaging: WIP: [zmq] PUB-SUB pipeline.  https://review.openstack.org/24932612:22
openstackgerritMerged openstack/oslosphinx: trap errors from git not being present  https://review.openstack.org/25195512:24
openstackgerritMehdi Abaakouk (sileht) proposed openstack/oslo.messaging: rename kombu_reconnect_timeout option  https://review.openstack.org/25226412:28
openstackgerritMehdi Abaakouk (sileht) proposed openstack/oslo.messaging: default of kombu_missing_consumer_retry_timeout  https://review.openstack.org/25226512:28
*** LiuNanke has joined #openstack-oslo12:28
*** LiuNanke has quit IRC12:29
*** gordc has joined #openstack-oslo12:42
*** zz_dimtruck is now known as dimtruck12:43
openstackgerritChangBo Guo(gcb) proposed openstack/oslo.versionedobjects: Use inspect.getcallargs directly  https://review.openstack.org/25236412:48
*** salv-orlando has quit IRC12:51
*** salv-orlando has joined #openstack-oslo12:53
*** salv-orlando has quit IRC13:02
*** salv-orlando has joined #openstack-oslo13:06
*** salv-orlando has quit IRC13:15
openstackgerritgordon chung proposed openstack/pycadf: relax id validation  https://review.openstack.org/25218313:17
*** jeckersb is now known as jeckersb_gone13:18
openstackgerritgordon chung proposed openstack/pycadf: relax id validation  https://review.openstack.org/25218313:19
gordcjamespage: would you know the status of this bug https://bugs.launchpad.net/ubuntu/+source/aodh/+bug/151359913:26
openstackLaunchpad bug 1513599 in aodh (Ubuntu) "Missing option in api_paste.ini breaks keystone middleware" [Undecided,New]13:26
gordcor point me to someone who might know :)13:26
*** amotoki has joined #openstack-oslo13:34
*** thumpba has joined #openstack-oslo13:39
*** yamamoto has joined #openstack-oslo13:45
*** edmondsw has joined #openstack-oslo13:46
*** pm90__ has joined #openstack-oslo13:48
*** pm90_ has quit IRC13:50
*** dimtruck is now known as zz_dimtruck13:52
*** links has quit IRC13:53
*** ozamiatin_ has quit IRC13:56
*** jeckersb_gone is now known as jeckersb13:56
*** ozamiatin_ has joined #openstack-oslo14:01
*** dims has joined #openstack-oslo14:01
dimssileht : ozamiatin_ : we need this to avoid breaking cinder/neutron/ceilometer unit tests https://review.openstack.org/#/c/252088/14:03
*** yottatsa has joined #openstack-oslo14:03
dimssileht : ozamiatin_ : please take a look when you get a chance14:03
ozamiatin_dims: looking14:03
silehtdims, good thx :)14:04
openstackgerritOleksii Zamiatin proposed openstack/oslo.messaging: Support older notifications set_override keys  https://review.openstack.org/25208814:05
silehtdims, I have also this one for you https://review.openstack.org/#/c/252351/14:05
dimssileht : ouch, let me grab some coffee and look14:06
silehtdims, thx14:06
*** thumpba has quit IRC14:07
*** jerrygb has joined #openstack-oslo14:10
*** rlrossit has joined #openstack-oslo14:13
*** e0ne has joined #openstack-oslo14:14
ozamiatin_dims: I pushed rebase button and bug has assigned to me ... and I can't reassign it back thats crazy :)14:16
*** jecarey has joined #openstack-oslo14:19
ozamiatin_dims: sorry for stolen bug)14:21
dimsozamiatin_ : it's all good. no worries14:21
*** e0ne_ has joined #openstack-oslo14:23
*** e0ne has quit IRC14:24
*** zz_dimtruck is now known as dimtruck14:25
*** mriedem has joined #openstack-oslo14:25
*** pm90__ has quit IRC14:35
*** lucasagomes is now known as lucas-hungry14:35
*** yamamoto has quit IRC14:42
*** yamamoto has joined #openstack-oslo14:46
openstackgerritRyan Rossiter proposed openstack/oslo.versionedobjects: Add testing for ObjectVersionChecker fixture  https://review.openstack.org/25209214:49
lxsliozamiatin_: yeah this is normal, I stopped caring, usually there's another patchset and the original owner reclaims that way14:49
rlrossitdansmith: ^^14:50
rlrossitsorry it's a little long :(14:50
dansmithrlrossit: cool, I'll look14:50
lxslisomeone likes pokemon14:51
rlrossit:)14:51
*** dimtruck is now known as zz_dimtruck14:52
lxslihttp://lolworthy.com/funny/it-took-snorlax-17-years-to-get-up/14:53
*** pradk_ has joined #openstack-oslo14:55
*** regXboi has joined #openstack-oslo14:56
*** jeckersb is now known as jeckersb_gone14:59
*** kgiusti has joined #openstack-oslo14:59
*** pm90_ has joined #openstack-oslo15:00
*** EinstCra_ has joined #openstack-oslo15:01
*** rlrossit1 has joined #openstack-oslo15:02
*** pm90__ has joined #openstack-oslo15:02
*** mhickey has quit IRC15:03
*** rlrossit has quit IRC15:04
*** yamamoto has quit IRC15:04
*** EinstCrazy has quit IRC15:04
*** jeckersb_gone is now known as jeckersb15:05
*** pm90_ has quit IRC15:06
*** salv-orlando has joined #openstack-oslo15:06
*** sigmavirus24_awa is now known as sigmavirus2415:09
*** pm90__ is now known as pratikmallya15:12
*** salv-orl_ has joined #openstack-oslo15:14
*** mhickey has joined #openstack-oslo15:16
*** salv-orlando has quit IRC15:18
*** fultonj_ has joined #openstack-oslo15:21
*** zz_dimtruck is now known as dimtruck15:23
*** thumpba has joined #openstack-oslo15:25
*** mc_nair has joined #openstack-oslo15:25
bknudsondims: want to take a look at https://review.openstack.org/#/c/252183/ ? would be nice to get this in for projects that are broken (like keystone)15:25
dimsbknudson : looking15:27
*** mhickey has quit IRC15:27
*** mhickey has joined #openstack-oslo15:27
*** thumpba has quit IRC15:28
*** hidekazu has quit IRC15:34
*** mdbooth has quit IRC15:34
*** dstufft has quit IRC15:34
*** hogepodge has quit IRC15:34
*** alaski has quit IRC15:34
*** gordc has quit IRC15:34
*** markus_z has quit IRC15:34
*** nkrinner has quit IRC15:34
*** yamahata has quit IRC15:34
*** Kiall has quit IRC15:34
*** SlickNik has quit IRC15:34
*** vipuls has quit IRC15:34
*** ativelkov has quit IRC15:34
*** binarin has quit IRC15:34
*** stevemar has quit IRC15:34
*** sileht has quit IRC15:34
*** xek has quit IRC15:34
*** fungi has quit IRC15:34
*** jamespd has quit IRC15:34
*** jamespage has quit IRC15:34
*** davidlenwell has quit IRC15:34
*** adam_g has quit IRC15:34
*** rlrossit1 has quit IRC15:34
*** pratikmallya has quit IRC15:34
*** kgiusti has quit IRC15:34
*** pradk_ has quit IRC15:34
*** e0ne_ has quit IRC15:34
*** jerrygb has quit IRC15:34
*** yottatsa has quit IRC15:34
*** pkholkin has quit IRC15:34
*** david-lyle has quit IRC15:34
*** xianghui has quit IRC15:34
*** Kennan has quit IRC15:34
*** nihilifer has quit IRC15:34
*** snikitin has quit IRC15:34
*** mdavidson has quit IRC15:34
*** jdandrea has quit IRC15:35
*** kevinbenton has quit IRC15:35
*** jlvillal has quit IRC15:35
*** elmiko has quit IRC15:35
*** jeckersb has quit IRC15:35
*** _stowa has quit IRC15:35
*** SamYaple has quit IRC15:35
*** federico3 has quit IRC15:35
*** tcammann has quit IRC15:35
*** mhorban has quit IRC15:35
*** ajo has quit IRC15:35
*** mordred has quit IRC15:35
*** frickler has quit IRC15:35
*** lifeless has quit IRC15:35
*** kbyrne has quit IRC15:35
*** jd__ has quit IRC15:35
*** sirushti has quit IRC15:35
*** cburgess has quit IRC15:35
*** bknudson has quit IRC15:35
*** melwitt has quit IRC15:35
*** pleia2 has quit IRC15:35
*** Horgix has quit IRC15:35
*** peterstac has quit IRC15:35
*** _amrith_ has quit IRC15:35
*** mattymo has quit IRC15:35
*** lucas-hungry has quit IRC15:35
*** fnordahl has quit IRC15:35
*** shardy has quit IRC15:35
*** dstanek has quit IRC15:35
*** haypo has quit IRC15:35
*** Steap has quit IRC15:35
*** droyal has quit IRC15:35
*** mtreinish has quit IRC15:35
*** zzzeek has quit IRC15:35
*** mhorban_ has quit IRC15:35
*** bapalm has quit IRC15:35
*** jokke_ has quit IRC15:35
*** mikal has quit IRC15:35
*** hemanthm has quit IRC15:35
*** bnemec has quit IRC15:35
*** dansmith has quit IRC15:35
*** zhiyan has quit IRC15:35
*** ekarlso has quit IRC15:35
*** dkehn has quit IRC15:35
*** noqa_v_g1ovnie has quit IRC15:35
*** DuncanT has quit IRC15:35
*** pasquier-s has quit IRC15:35
*** ttx has quit IRC15:35
*** dougwig has quit IRC15:35
*** salv-orl_ has quit IRC15:35
*** EinstCra_ has quit IRC15:35
*** mriedem has quit IRC15:35
*** jecarey has quit IRC15:35
*** dims has quit IRC15:35
*** gcb has quit IRC15:35
*** Yingxin has quit IRC15:35
*** dguitarbite has quit IRC15:35
*** psanchez has quit IRC15:35
*** jaypipes has quit IRC15:35
*** ansiwen has quit IRC15:35
*** obondarev has quit IRC15:35
*** flaper87 has quit IRC15:35
*** krotscheck has quit IRC15:35
*** lxsli has quit IRC15:35
*** SergeyLukjanov has quit IRC15:35
*** ericksonfgds has quit IRC15:35
*** kragniz has quit IRC15:35
*** ianw has quit IRC15:35
*** d0ugal has quit IRC15:35
*** HenryG has quit IRC15:35
*** rpodolyaka has quit IRC15:35
*** otherwiseguy has quit IRC15:35
*** zigo has quit IRC15:35
*** ir2ivps10 has quit IRC15:35
*** Nakato has quit IRC15:35
*** SpamapS has quit IRC15:35
*** logan- has quit IRC15:35
*** rbradfor has quit IRC15:35
*** therve has quit IRC15:35
*** EmilienM has quit IRC15:35
*** mugsie has quit IRC15:35
*** amaurymedeiros has quit IRC15:35
*** sreshetnyak has quit IRC15:35
*** rakhmerov has quit IRC15:35
*** dmitryme has quit IRC15:35
*** nikhil has quit IRC15:35
*** toabctl has quit IRC15:35
*** gibi has quit IRC15:35
*** ndipanov has quit IRC15:35
*** evgenyl_ has quit IRC15:35
*** dimtruck has quit IRC15:35
*** jraim has quit IRC15:35
*** timsim has quit IRC15:35
*** wendar has quit IRC15:35
*** jroll has quit IRC15:35
*** jamielennox has quit IRC15:35
*** sheeprine has quit IRC15:35
*** cloudnull has quit IRC15:35
*** sigmavirus24 has quit IRC15:35
*** regXboi has quit IRC15:36
*** regXboi has joined #openstack-oslo15:36
*** bknudson has joined #openstack-oslo15:37
*** jd__ has joined #openstack-oslo15:37
*** sirushti has joined #openstack-oslo15:37
*** cburgess has joined #openstack-oslo15:37
*** melwitt has joined #openstack-oslo15:37
*** pleia2 has joined #openstack-oslo15:37
*** Horgix has joined #openstack-oslo15:37
*** peterstac has joined #openstack-oslo15:37
*** _amrith_ has joined #openstack-oslo15:37
*** mattymo has joined #openstack-oslo15:37
*** lucas-hungry has joined #openstack-oslo15:37
*** fnordahl has joined #openstack-oslo15:37
*** lucas-hungry is now known as lucasagomes15:37
*** regXboi has quit IRC15:37
*** gordc has joined #openstack-oslo15:39
*** markus_z has joined #openstack-oslo15:39
*** nkrinner has joined #openstack-oslo15:39
*** yamahata has joined #openstack-oslo15:39
*** Kiall has joined #openstack-oslo15:39
*** SlickNik has joined #openstack-oslo15:39
*** vipuls has joined #openstack-oslo15:39
*** ativelkov has joined #openstack-oslo15:39
*** binarin has joined #openstack-oslo15:39
*** stevemar has joined #openstack-oslo15:39
*** sileht has joined #openstack-oslo15:39
*** xek has joined #openstack-oslo15:39
*** fungi has joined #openstack-oslo15:39
*** jamespd has joined #openstack-oslo15:39
*** jamespage has joined #openstack-oslo15:39
*** davidlenwell has joined #openstack-oslo15:39
*** adam_g has joined #openstack-oslo15:39
*** jokke_ has joined #openstack-oslo15:39
*** mikal has joined #openstack-oslo15:39
*** bnemec has joined #openstack-oslo15:39
*** hemanthm has joined #openstack-oslo15:39
*** zhiyan has joined #openstack-oslo15:39
*** ekarlso has joined #openstack-oslo15:39
*** dkehn has joined #openstack-oslo15:39
*** noqa_v_g1ovnie has joined #openstack-oslo15:39
*** DuncanT has joined #openstack-oslo15:39
*** pasquier-s has joined #openstack-oslo15:39
*** ttx has joined #openstack-oslo15:39
*** mdbooth has joined #openstack-oslo15:39
*** dstufft has joined #openstack-oslo15:39
*** dansmith has joined #openstack-oslo15:39
*** ajo has joined #openstack-oslo15:40
stevemarbknudson: point release time for pycadf?15:40
*** logan- has joined #openstack-oslo15:40
*** otherwiseguy has joined #openstack-oslo15:40
*** zigo has joined #openstack-oslo15:40
*** ir2ivps10 has joined #openstack-oslo15:40
*** Nakato has joined #openstack-oslo15:40
*** SpamapS has joined #openstack-oslo15:40
*** rbradfor has joined #openstack-oslo15:40
*** mugsie has joined #openstack-oslo15:40
*** therve has joined #openstack-oslo15:40
*** EmilienM has joined #openstack-oslo15:40
*** amaurymedeiros has joined #openstack-oslo15:40
*** sreshetnyak has joined #openstack-oslo15:40
*** rakhmerov has joined #openstack-oslo15:40
*** dmitryme has joined #openstack-oslo15:40
*** nikhil has joined #openstack-oslo15:40
*** toabctl has joined #openstack-oslo15:40
*** gibi has joined #openstack-oslo15:40
bknudsonstevemar: once https://review.openstack.org/#/c/252183/ merges15:41
stevemarbknudson: we can deal with warnings later i guess: https://review.openstack.org/#/c/252182/115:41
stevemarbknudson: i'll submit a patch to releases...15:41
*** itisha has joined #openstack-oslo15:42
*** hidekazu has joined #openstack-oslo15:42
*** shardy has joined #openstack-oslo15:42
*** dstanek has joined #openstack-oslo15:42
*** haypo has joined #openstack-oslo15:42
*** Steap has joined #openstack-oslo15:42
*** droyal has joined #openstack-oslo15:42
*** mtreinish has joined #openstack-oslo15:42
*** zzzeek has joined #openstack-oslo15:42
*** mhorban_ has joined #openstack-oslo15:42
*** bapalm has joined #openstack-oslo15:42
*** dougwig has joined #openstack-oslo15:42
*** hogepodge has joined #openstack-oslo15:42
*** alaski has joined #openstack-oslo15:42
bknudsonstevemar: maybe in keystone we need to do like uuid.uuid5(RESOURCE_ID_NAMESPACE, value) for the initiator ID15:43
stevemaryeah, what's the value of RESOURCE_ID_NAMESPACE though?15:43
bknudsonstevemar: looks like they just generated a uuid at one time https://github.com/openstack/gnocchi/blob/master/gnocchi/utils.py#L2815:44
*** ndipanov has joined #openstack-oslo15:44
*** evgenyl_ has joined #openstack-oslo15:44
*** dimtruck has joined #openstack-oslo15:44
*** jraim has joined #openstack-oslo15:44
*** timsim has joined #openstack-oslo15:44
*** wendar has joined #openstack-oslo15:44
*** jroll has joined #openstack-oslo15:44
*** jamielennox has joined #openstack-oslo15:44
*** sheeprine has joined #openstack-oslo15:44
*** cloudnull has joined #openstack-oslo15:44
*** sigmavirus24 has joined #openstack-oslo15:44
*** jeckersb has joined #openstack-oslo15:44
stevemarbknudson: that seems messed up15:44
stevemari'd rather hope that the shadow user table is in15:45
*** ihrachys has quit IRC15:54
*** elmiko has joined #openstack-oslo15:58
*** d0ugal has joined #openstack-oslo15:59
*** regXboi has joined #openstack-oslo15:59
*** pratikmallya has joined #openstack-oslo15:59
*** rlrossit1 has joined #openstack-oslo15:59
*** kgiusti has joined #openstack-oslo15:59
*** pradk_ has joined #openstack-oslo15:59
*** e0ne_ has joined #openstack-oslo15:59
*** jerrygb has joined #openstack-oslo15:59
*** yottatsa has joined #openstack-oslo15:59
*** pkholkin has joined #openstack-oslo15:59
*** xianghui has joined #openstack-oslo15:59
*** david-lyle has joined #openstack-oslo15:59
*** Kennan has joined #openstack-oslo15:59
*** nihilifer has joined #openstack-oslo15:59
*** snikitin has joined #openstack-oslo15:59
*** mdavidson has joined #openstack-oslo15:59
*** kevinbenton has joined #openstack-oslo15:59
*** jlvillal has joined #openstack-oslo15:59
*** SamYaple has joined #openstack-oslo15:59
*** federico3 has joined #openstack-oslo15:59
*** tcammann has joined #openstack-oslo15:59
*** mhorban has joined #openstack-oslo15:59
*** mordred has joined #openstack-oslo15:59
*** frickler has joined #openstack-oslo15:59
*** lifeless has joined #openstack-oslo15:59
*** kbyrne has joined #openstack-oslo15:59
*** rcernin has quit IRC15:59
*** SergeyLukjanov has joined #openstack-oslo16:01
*** mhickey has quit IRC16:02
*** kragniz has joined #openstack-oslo16:03
*** yamahata has quit IRC16:06
*** d0ugal has quit IRC16:09
*** regXboi has quit IRC16:09
*** pratikmallya has quit IRC16:09
*** rlrossit1 has quit IRC16:09
*** kgiusti has quit IRC16:09
*** pradk_ has quit IRC16:09
*** e0ne_ has quit IRC16:09
*** jerrygb has quit IRC16:09
*** yottatsa has quit IRC16:09
*** pkholkin has quit IRC16:09
*** david-lyle has quit IRC16:09
*** xianghui has quit IRC16:09
*** Kennan has quit IRC16:09
*** nihilifer has quit IRC16:09
*** snikitin has quit IRC16:09
*** mdavidson has quit IRC16:09
*** kevinbenton has quit IRC16:09
*** jlvillal has quit IRC16:09
*** SamYaple has quit IRC16:09
*** federico3 has quit IRC16:09
*** tcammann has quit IRC16:09
*** mhorban has quit IRC16:09
*** mordred has quit IRC16:09
*** frickler has quit IRC16:09
*** lifeless has quit IRC16:09
*** kbyrne has quit IRC16:09
*** _stowa has joined #openstack-oslo16:11
*** timsim has left #openstack-oslo16:14
*** jaypipes has joined #openstack-oslo16:14
*** EinstCrazy has joined #openstack-oslo16:16
*** pradk_ has joined #openstack-oslo16:17
*** EinstCrazy has quit IRC16:18
*** amotoki has quit IRC16:18
openstackgerritMerged openstack/futurist: Allow for providing different run work sync functions  https://review.openstack.org/23827216:29
*** pradk_ has quit IRC16:33
*** HenryG has joined #openstack-oslo16:34
*** rpodolyaka has joined #openstack-oslo16:34
*** ianw has joined #openstack-oslo16:34
*** ericksonsantos has joined #openstack-oslo16:34
*** lxsli has joined #openstack-oslo16:34
*** krotscheck has joined #openstack-oslo16:34
*** flaper87 has joined #openstack-oslo16:34
*** ansiwen has joined #openstack-oslo16:34
*** dguitarbite has joined #openstack-oslo16:34
*** Yingxin has joined #openstack-oslo16:34
*** gcb has joined #openstack-oslo16:34
*** jecarey has joined #openstack-oslo16:34
*** mriedem has joined #openstack-oslo16:34
*** salv-orl_ has joined #openstack-oslo16:34
*** psanchez has joined #openstack-oslo16:34
*** yamahata has joined #openstack-oslo16:34
*** mtanino has joined #openstack-oslo16:34
*** d0ugal has joined #openstack-oslo16:34
*** regXboi has joined #openstack-oslo16:34
*** pratikmallya has joined #openstack-oslo16:34
*** rlrossit1 has joined #openstack-oslo16:34
*** kgiusti has joined #openstack-oslo16:34
*** jerrygb has joined #openstack-oslo16:34
*** pkholkin has joined #openstack-oslo16:34
*** xianghui has joined #openstack-oslo16:34
*** david-lyle has joined #openstack-oslo16:34
*** Kennan has joined #openstack-oslo16:34
*** nihilifer has joined #openstack-oslo16:34
*** snikitin has joined #openstack-oslo16:34
*** mdavidson has joined #openstack-oslo16:34
*** kevinbenton has joined #openstack-oslo16:34
*** jlvillal has joined #openstack-oslo16:34
*** SamYaple has joined #openstack-oslo16:34
*** federico3 has joined #openstack-oslo16:34
*** tcammann has joined #openstack-oslo16:34
*** mhorban has joined #openstack-oslo16:34
*** mordred has joined #openstack-oslo16:34
*** frickler has joined #openstack-oslo16:34
*** lifeless has joined #openstack-oslo16:34
*** kbyrne has joined #openstack-oslo16:34
*** Yingxin_ has joined #openstack-oslo16:39
openstackgerritMerged openstack/oslo.messaging: Support older notifications set_override keys  https://review.openstack.org/25208816:44
*** mtanino has quit IRC16:45
*** d0ugal has quit IRC16:45
*** regXboi has quit IRC16:45
*** pratikmallya has quit IRC16:45
*** rlrossit1 has quit IRC16:45
*** kgiusti has quit IRC16:45
*** jerrygb has quit IRC16:45
*** pkholkin has quit IRC16:45
*** david-lyle has quit IRC16:45
*** xianghui has quit IRC16:45
*** Kennan has quit IRC16:45
*** nihilifer has quit IRC16:45
*** snikitin has quit IRC16:45
*** mdavidson has quit IRC16:45
*** kevinbenton has quit IRC16:45
*** jlvillal has quit IRC16:45
*** SamYaple has quit IRC16:45
*** federico3 has quit IRC16:45
*** tcammann has quit IRC16:45
*** mhorban has quit IRC16:45
*** mordred has quit IRC16:45
*** frickler has quit IRC16:45
*** lifeless has quit IRC16:45
*** kbyrne has quit IRC16:45
*** yamahata has quit IRC16:45
*** psanchez has quit IRC16:45
*** salv-orl_ has quit IRC16:45
*** mriedem has quit IRC16:45
*** jecarey has quit IRC16:45
*** gcb has quit IRC16:45
*** Yingxin has quit IRC16:45
*** dguitarbite has quit IRC16:45
*** ansiwen has quit IRC16:45
*** flaper87 has quit IRC16:45
*** krotscheck has quit IRC16:45
*** lxsli has quit IRC16:45
*** ericksonsantos has quit IRC16:45
*** ianw has quit IRC16:45
*** HenryG has quit IRC16:45
*** rpodolyaka has quit IRC16:45
*** Yingxin_ is now known as Yingxin16:45
*** ozamiatin_ has quit IRC16:45
*** kbyrne has joined #openstack-oslo16:46
*** lifeless has joined #openstack-oslo16:46
*** frickler has joined #openstack-oslo16:46
*** mordred has joined #openstack-oslo16:46
*** mhorban has joined #openstack-oslo16:46
*** tcammann has joined #openstack-oslo16:46
*** federico3 has joined #openstack-oslo16:46
*** SamYaple has joined #openstack-oslo16:46
*** jlvillal has joined #openstack-oslo16:46
*** kevinbenton has joined #openstack-oslo16:46
*** mdavidson has joined #openstack-oslo16:46
*** snikitin has joined #openstack-oslo16:46
*** nihilifer has joined #openstack-oslo16:46
*** Kennan has joined #openstack-oslo16:46
*** david-lyle has joined #openstack-oslo16:46
*** xianghui has joined #openstack-oslo16:46
*** pkholkin has joined #openstack-oslo16:46
*** jerrygb has joined #openstack-oslo16:46
*** kgiusti has joined #openstack-oslo16:46
*** rlrossit1 has joined #openstack-oslo16:46
*** pratikmallya has joined #openstack-oslo16:46
*** regXboi has joined #openstack-oslo16:46
*** d0ugal has joined #openstack-oslo16:46
*** mtanino has joined #openstack-oslo16:46
*** yamahata has joined #openstack-oslo16:46
*** psanchez has joined #openstack-oslo16:46
*** salv-orl_ has joined #openstack-oslo16:46
*** mriedem has joined #openstack-oslo16:46
*** jecarey has joined #openstack-oslo16:46
*** gcb has joined #openstack-oslo16:46
*** dguitarbite has joined #openstack-oslo16:46
*** ansiwen has joined #openstack-oslo16:46
*** flaper87 has joined #openstack-oslo16:46
*** krotscheck has joined #openstack-oslo16:46
*** lxsli has joined #openstack-oslo16:46
*** ericksonsantos has joined #openstack-oslo16:46
*** ianw has joined #openstack-oslo16:46
*** rpodolyaka has joined #openstack-oslo16:46
*** HenryG has joined #openstack-oslo16:46
*** pradk_ has joined #openstack-oslo16:48
*** ajo has quit IRC16:48
*** ajo has joined #openstack-oslo16:48
*** itisha has quit IRC16:48
*** itisha has joined #openstack-oslo16:48
*** jeckersb has quit IRC16:48
*** jeckersb has joined #openstack-oslo16:48
*** elmiko has quit IRC16:48
*** elmiko has joined #openstack-oslo16:48
*** salv-orl_ has quit IRC16:49
*** pradk_ has quit IRC16:50
*** pradk_ has joined #openstack-oslo16:50
*** d0ugal has quit IRC16:52
openstackgerritMerged openstack/tooz: pgsql: remove unused left-over code  https://review.openstack.org/25031016:55
openstackgerritMerged openstack/tooz: tests: allow ipc to bypass blocking=False test  https://review.openstack.org/25048416:55
*** d0ugal has joined #openstack-oslo17:03
*** dimtruck is now known as zz_dimtruck17:04
openstackgerritMerged openstack/pycadf: relax id validation  https://review.openstack.org/25218317:04
*** e0ne has joined #openstack-oslo17:05
*** d0ugal is now known as Guest6334017:05
*** pratikmallya has quit IRC17:06
*** zz_dimtruck is now known as dimtruck17:09
*** rcernin has joined #openstack-oslo17:11
*** Guest63340 is now known as d0ugal17:12
*** d0ugal has quit IRC17:13
*** d0ugal has joined #openstack-oslo17:13
*** yamahata has quit IRC17:14
*** yottatsa has joined #openstack-oslo17:18
*** EinstCrazy has joined #openstack-oslo17:19
*** thangp has joined #openstack-oslo17:24
*** EinstCrazy has quit IRC17:26
*** dims has joined #openstack-oslo17:29
*** ViswaV has joined #openstack-oslo17:31
*** ihrachys has joined #openstack-oslo17:32
*** yottatsa has quit IRC17:33
*** yottatsa has joined #openstack-oslo17:34
*** yottatsa has quit IRC17:35
*** ViswaV_ has joined #openstack-oslo17:35
*** ViswaV has quit IRC17:35
*** yamahata has joined #openstack-oslo17:44
*** vilobhmm11 has joined #openstack-oslo17:54
*** _amrith_ is now known as amrith17:55
*** dguitarbite has quit IRC17:56
*** sigmavirus24 is now known as sigmavirus24_awa17:57
*** mhickey has joined #openstack-oslo18:05
*** crc32 has joined #openstack-oslo18:05
*** harlowja has joined #openstack-oslo18:12
*** e0ne has quit IRC18:13
*** nkrinner has quit IRC18:20
*** sputnik13 has joined #openstack-oslo18:23
openstackgerritJoshua Harlow proposed openstack/taskflow: Change engine 'self._check' into a decorator  https://review.openstack.org/22526618:23
openstackgerritMerged openstack/oslo.config: Move type formatting from generator to type  https://review.openstack.org/23893018:26
*** salv-orlando has joined #openstack-oslo18:30
*** ihrachys has quit IRC18:34
*** ihrachys has joined #openstack-oslo18:36
*** mhickey has quit IRC18:41
*** itisha has quit IRC18:41
*** dougwig has quit IRC18:41
*** rlrossit1 has quit IRC18:45
openstackgerritMerged openstack/oslo.utils: Add useful 'time_it' decorator  https://review.openstack.org/23122018:46
openstackgerritJoshua Harlow proposed openstack/taskflow: Add 'lock_factory' class attribute to action engine  https://review.openstack.org/24815618:48
*** rlrossit has joined #openstack-oslo18:51
*** markus_z has quit IRC18:55
*** browne has joined #openstack-oslo19:04
*** pratikmallya has joined #openstack-oslo19:06
*** dougwig has joined #openstack-oslo19:06
*** itisha has joined #openstack-oslo19:06
openstackgerritChris Hoge proposed openstack/oslo.config: Update the list_opts documentation for new api  https://review.openstack.org/24945419:06
*** sigmavirus24_awa is now known as sigmavirus2419:09
*** amrith is now known as _amrith_19:10
harlowjadims i'd still like to figure out the 'best-of-breed' part for https://review.openstack.org/#/c/229194/19:13
harlowjawhether thats me or someone else it doesn't matter :-P19:13
*** ihrachys has quit IRC19:17
*** ihrachys has joined #openstack-oslo19:20
harlowjamhorban is https://review.openstack.org/#/c/239558/ still needed in your view?19:23
* harlowja isn't up to date on the current state of the world there after all the summit course changes and such19:23
harlowjato many discussions, not sure where that is all going (in regard to reloading... blah blah)19:24
*** jraim has quit IRC19:33
*** zhiyan has quit IRC19:33
harlowjajaypipes yt, have u got anytime to look at https://review.openstack.org/#/c/21054919:43
openstackgerritDavanum Srinivas (dims) proposed openstack/oslo.messaging: [WIP] setUp/tearDown decorator to prevent recursion  https://review.openstack.org/25257319:43
harlowjaseems like that spec and others with similar thinking can unify beyond say perhaps that one :-P19:43
jaypipesharlowja: will try.19:44
harlowjathx boss19:44
*** browne has quit IRC19:44
*** browne has joined #openstack-oslo19:45
*** DuncanT has quit IRC19:54
openstackgerritJoshua Harlow proposed openstack/tooz: Add 'requires_beating' property to coordination driver  https://review.openstack.org/25210519:54
*** ihrachys has quit IRC19:56
*** ndipanov has quit IRC19:56
*** jdandrea has joined #openstack-oslo19:59
*** jraim has joined #openstack-oslo20:04
*** ihrachys has joined #openstack-oslo20:06
*** mhickey has joined #openstack-oslo20:12
*** crc32 has quit IRC20:13
*** fultonj_ has left #openstack-oslo20:14
*** zhiyan has joined #openstack-oslo20:19
openstackgerritRyan Rossiter proposed openstack/oslo.versionedobjects: Add a callable to gather extra data for fps  https://review.openstack.org/25259420:19
*** sigmavirus24 is now known as sigmavirus24_awa20:20
openstackgerritDavanum Srinivas (dims) proposed openstack/oslo.messaging: setUp/tearDown decorator to prevent recursion  https://review.openstack.org/25257320:22
openstackgerritMerged openstack/debtcollector: Update get_class_name from olso.utils  https://review.openstack.org/24747320:25
*** fhermeni has joined #openstack-oslo20:47
fhermenihello20:47
*** tchaypo_cloud has joined #openstack-oslo20:47
*** jeckersb is now known as jeckersb_gone20:47
*** DuncanT has joined #openstack-oslo20:48
fhermeniharlowja: I replied to your comment but I did not receive any confirmation mail. Does gerrit mail us when we comment a commit ?20:50
*** EinstCrazy has joined #openstack-oslo20:56
*** lucasagomes is now known as lucas-dinner20:58
*** crc32 has joined #openstack-oslo20:58
*** evgenyl__ has joined #openstack-oslo20:58
*** evgenyl_ has quit IRC20:59
*** evgenyl__ is now known as evgenyl_20:59
*** EinstCrazy has quit IRC21:00
*** vilobhmm11 has quit IRC21:01
*** vilobhmm11 has joined #openstack-oslo21:01
*** sigmavirus24_awa is now known as sigmavirus2421:03
*** EinstCrazy has joined #openstack-oslo21:06
*** vilobhmm11 has quit IRC21:07
*** EinstCrazy has quit IRC21:12
*** vilobhmm11 has joined #openstack-oslo21:16
*** vilobhmm11 has quit IRC21:16
*** vilobhmm11 has joined #openstack-oslo21:16
*** jeckersb_gone is now known as jeckersb21:17
*** psanchez has quit IRC21:19
*** psanchez has joined #openstack-oslo21:20
*** shardy has quit IRC21:21
sigmavirus24fhermeni: gerrit only emails other people on the review21:35
fhermenisigmavirus24: k thanks for the info21:35
*** itisha has quit IRC21:36
*** vilobhmm11 has quit IRC21:43
*** _amrith_ is now known as amrith21:44
*** thangp has quit IRC21:54
*** jdandrea has quit IRC21:54
*** vilobhmm11 has joined #openstack-oslo21:57
*** regXboi has quit IRC21:59
*** mhickey has quit IRC22:03
*** vilobhmm11 has quit IRC22:06
*** vilobhmm11 has joined #openstack-oslo22:06
harlowjafhermeni sometimes, most go to my spam folder since i got to many, sooo i just lazily go through them22:07
fhermeniharlowja: no worry I was not complaining about you. Just worrying about the fact I didn’t get a mail about my modification but it makes sense22:08
harlowja:-P22:08
harlowjathats cool22:08
harlowjai complain about myself to22:08
*** rlrossit has quit IRC22:09
*** kgiusti has quit IRC22:09
harlowjafhermeni did u press the publish comments button, i don't see any replies on  https://review.openstack.org/#/c/21054922:09
*** rlrossit has joined #openstack-oslo22:10
harlowjaif thats what u are talking about22:10
*** rlrossit is now known as Guest8862222:10
*** Guest88622 has quit IRC22:10
harlowja(which i think it is)22:10
fhermeniharlowja: damn’22:11
openstackgerritDavanum Srinivas (dims) proposed openstack/oslo.messaging: setUp/tearDown decorator to prevent recursion  https://review.openstack.org/25257322:12
*** jdandrea has joined #openstack-oslo22:13
harlowjafhermeni :)22:15
*** dimtruck is now known as zz_dimtruck22:16
*** crc32 has quit IRC22:22
*** crc32 has joined #openstack-oslo22:25
*** jecarey has quit IRC22:37
*** pratikmallya has quit IRC22:38
SpamapSharlowja: hey, I was looking at the zmq oslo.messaging driver and wondering how hard it might be to make a tooz matchmaker.22:38
harlowjaimho easy22:39
SpamapSYeah, it's a little wonky because the matchmaker API wants to be able to set _any_ member ID, not just "my" host.22:39
harlowjavilobhmm11 has some expertise in that, since he was going to do the same with tooz + servicegroups (nova concept) and the matchmaker concept afaik is the same22:39
SpamapSso you end up having to create a new coordinator object for every registered host22:39
SpamapSbut that's meh22:40
harlowjacrappy api be crappy?22:40
harlowjalol22:40
harlowja(obviously, ha)22:40
SpamapSyeah I think that's just the API being too flexible22:40
SpamapSI can't imagine when you'd ever need one host to register another.22:40
harlowjathe servicegroup one in nova is similarily wonky imho22:40
harlowjavilobhmm11 knows more than he probably wants to know about that wonkyness :-P22:40
vilobhmm11:P22:41
SpamapSLooking through the bug list, I also couldn't find the "secure zmq messaging" bug that I swore I saw on the screen22:41
*** edmondsw has quit IRC22:41
harlowjayour browser must be wonky22:41
harlowjaeverything is wonky22:41
SpamapSwonk this22:41
harlowjalol22:41
vilobhmm11SpamapS : atleast for the consul driver harlowja and I was discussing this the other day and as implemented in the patch we will have one co-ordinator per host22:42
harlowja?22:43
harlowjai forget, can u describe that again vilobhmm1122:43
harlowjaone agent per host?22:43
vilobhmm11harlowja : https://review.openstack.org/#/c/245362/10/tooz/drivers/consul.py #16522:44
harlowjathat just requires a unique node22:44
harlowjafrom my limited understanding22:44
harlowjahow does that limit to one coordinator per host?22:44
harlowjanode is just some string?22:45
vilobhmm11I was assuming host = node22:45
harlowjais node == member_id ?22:45
vilobhmm11host =no de= agent22:45
harlowjawhy assume that?22:45
vilobhmm11node is the agent-name IMHO22:46
harlowjais that required?22:46
vilobhmm11yes22:46
harlowjaor is that just what u think it should be?22:46
harlowjaok, hmmm22:46
harlowjathere is no other way to do that?22:46
vilobhmm11I tried it even in my 2 node consul cluster22:46
harlowjasorta limits creating coordinators22:46
vilobhmm11whats the problem with doing so ?22:46
vilobhmm11ok22:46
harlowjahow do people using tooz even know that info :-P22:46
harlowjaand u have 3 (distinct things) using tooz say in some app, how do u ensure they all get the same coordinator...22:47
harlowja^ for example22:47
harlowjajust makings this coordinator unique if thats what node is22:47
harlowjathe rest of the coordinators just care about some member_id u give them, and some way to connect to a backend somewhere22:48
harlowja(via the url/kwargs that u give to get_coordinator)22:48
harlowjasooo just saying, maybe there is no other option (idk, not consul expert)22:48
harlowjabut just something to ponder about..22:49
* harlowja doesn't have the answer, just stating the behavior that i think people assume when using tooz22:50
*** mriedem has quit IRC22:52
harlowjavilobhmm11 if someone does the following is this ok22:54
harlowjac = coordination.get_coordinator("me1", node="my-agent")22:55
harlowjad = coordination.get_coordinator("me2", node="my-agent")22:55
harlowjadoes that work as expected?22:55
harlowja(ine that its 2 different coordinators)22:55
harlowja*in22:55
harlowja(both using the same agent...)22:55
vilobhmm11harlowja : IMHO defining what the group means in consul driver context is the main question… n consul case right now its creating a coordinator per session which is wrong IMHO…so above it will create 2 coordinator22:57
harlowjawell thats expected22:58
harlowjaits two different coordinators right vilobhmm11 one 'me1' one 'me2', two different enties22:59
harlowjaimho c and d should operate in the same process just like they would operate on different processses on different boxes22:59
harlowjabut idk how that affects consul23:00
*** ihrachys has quit IRC23:04
SpamapShm23:07
SpamapSI read what you guys are writing23:07
SpamapSand I have no idea what it means23:07
harlowjalol23:09
harlowjau'll get it eventually23:09
*** EinstCrazy has joined #openstack-oslo23:09
SpamapSyeah but I'm having to re-read the code to get it23:09
SpamapS:-p23:09
harlowjalol23:09
harlowjawelcome to the ground solider23:09
harlowjalol23:09
SpamapSwhat you said about coordinators...23:10
SpamapSmember_id will be the session id23:10
SpamapSso you're saying if you make two member id's, they should block eachother. I agree.23:10
*** fhermeni has quit IRC23:11
harlowjayes, in the same app23:11
harlowja*using the same (agent?)23:11
SpamapSright, but thats not how the driver is written now23:11
SpamapSand btw, that should be a test23:11
harlowjathere likely is one23:11
SpamapSnot one that is run in the check queue of tooz23:12
harlowjai'm pretty sure the consul stuff isn't getting tested there, for whatever reason23:12
*** sigmavirus24 is now known as sigmavirus24_awa23:12
harlowjahttps://github.com/openstack/tooz/blob/master/tooz/tests/test_coordination.py#L197 (two coords)23:12
harlowjafew others i think have > 1 coord23:12
SpamapSah thats why23:13
harlowjaya, something weird is making it pass, vilobhmm11  i think was going to investigate23:13
harlowjait really shouldn't be passing, ha23:13
harlowjaespecially if it gets added to https://github.com/openstack/tooz/blob/master/tooz/tests/test_coordination.py#L4523:13
SpamapSbtw it's really annoying that get_coordinator is (url, member_id) but the drivers are (member_id, url)23:13
*** EinstCrazy has quit IRC23:13
SpamapSmesses up my brain every time23:13
harlowjahmmm, not sure if i did that, i'm gonna blame jd__23:14
harlowjalol23:14
SpamapSaha23:14
SpamapSconsul driver doesn't even use member_id23:14
harlowjait must be a french thing23:14
harlowjalol23:14
*** pballand has joined #openstack-oslo23:14
SpamapSinstead it uses an option named 'session'23:14
SpamapSso that's the fix there23:14
harlowjais that all thats needed? not sure23:14
*** gordc has quit IRC23:14
harlowjavilobhmm11 was pondering pretty heavily when i last looked over23:15
harlowjastill looks in pondering mode23:15
harlowjalol23:15
SpamapSyes I think that's what is needed23:15
SpamapSwhere it does session.create23:16
SpamapSinstead of using self._session_name, use self._member_id23:16
harlowjak23:16
harlowjaif u say so23:16
SpamapSlooks like that is just a description23:17
SpamapS_every_ coordinator object will get a unique session regardless23:17
SpamapS_start() creates a session, and consul won't care23:17
vilobhmm11so does that boil down to #of coordinators = #of session created since now in consul case we have member=session23:18
vilobhmm11SpamapS, harlowja : ^^23:18
SpamapSvilobhmm11: actually member_id isn't needed, but it should be used in the name23:18
SpamapSvilobhmm11: that will help the administrator identify the session23:19
SpamapSNode<->Session is 1:N23:19
vilobhmm11agree23:20
*** jecarey has joined #openstack-oslo23:20
vilobhmm11about the 1:N mapping…but not sure is it ok to have N coordinators harlowja please let us know23:20
harlowjatooz as a library can't answer that question :-P23:20
vilobhmm11:P23:20
harlowjait provides get_coordinator, giving back coordinator objects for each requested coordinator23:21
harlowjaif i ask for 10 coordinators with 10 different member_ids i expected 10 different coordinators23:21
harlowjathats just the get_coordinator api23:21
harlowjaif people make 1 trillion (N+++++) coordinators in there app, thats there choice23:22
vilobhmm11alrite23:22
harlowjai wouldn't recommend it, but not my choice23:22
SpamapSI can see having two conceptual things contend for the same thing in one process/thread23:23
SpamapSsounds like a recipe for deadlock.. but I could see it23:23
harlowjayup23:23
harlowjai can see it to23:23
harlowjawe both are having the same vision23:23
harlowjalol23:23
harlowjabut as tooz devs, people can blow there shoes off in lots of ways, just gotta hopefully guide people to not do that...23:23
harlowja*shoes/feet23:24
harlowjalol23:24
*** jecarey has quit IRC23:24
vilobhmm11harlowja, SpamapS : so takeaway from the discussion…1) member_id can be used as session name; no need for extra session param…2) we will have 1:N (Node:Session/Coordinators)…3) add other methods in the driver 4) check the tests…23:27
harlowjaseems fair to me23:27
vilobhmm11let me know if i missed something23:27
vilobhmm11cool23:27
harlowja5) save the world23:27
vilobhmm11:P23:27
vilobhmm11that you are already doing harlowja :)23:28
harlowjai'm delegating, ha23:28
vilobhmm11haha23:28
SpamapSvilobhmm11: correct :)23:32
SpamapSvilobhmm11: note my comment about agent.self too23:32
SpamapSvilobhmm11: This is one of those things where you need to provide guidance on how to use Consul.23:32
SpamapSvilobhmm11: my understanding of Consul is that the agent is meant to run on every node.23:33
SpamapSvilobhmm11: so usually, agent<->node is 1:123:33
SpamapSso I kind of feel like the 'node' parameter should be optional, and if it isn't set, agent.self is used.23:33
SpamapS(it would be needed in the event that users didn't want to run consul agent on every box, but did want to use a cluster of consul agents for tooz backending23:34
openstackgerritDavanum Srinivas (dims) proposed openstack/oslo.messaging: [WIP] setUp/tearDown decorator to prevent recursion  https://review.openstack.org/25257323:37
*** jaypipes has quit IRC23:38
*** pradk_ has quit IRC23:38
vilobhmm11SpamapS : sure…thanks for the feedback…jfyi, there are 2 kinds of agents server and client….server is like the leader and client are follower ; agents make the ensemble (from the zookeeper world)…so yes agent is meant to run on every node…atleast that what I have come accross and experimented with the 2 node setup i have..23:41
*** Yingxin_ has joined #openstack-oslo23:44
SpamapSvilobhmm11: Right, point being, when you configure nova for group membership, you're not giving it server addresses.. you're just telling it to talk to the local agents.. and telling the local agents to join the servers yes?23:44
*** Yingxin has quit IRC23:47
*** Yingxin_ is now known as Yingxin23:47
vilobhmm11Spamap : yes if they have not already joined23:47
vilobhmm11all it needs is the coordination.backend_url which represents the servers IMHO23:50
harlowjaSpamapS in zookeeper driver case u would have to give it the server(s) if there are multiple of them (i think it defaults to localhost:2181 if none are provided)23:52
harlowjabut for > 1 u gotta give that info23:52
harlowjaunless u setup another zookeeper with service discovery information about the other zookeeper, lol23:52
harlowja*mind blown*23:53
SpamapSharlowja: right, zk has a different model. :)23:54
harlowjarighty23:55

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