Tuesday, 2016-11-01

*** sigmavirus has quit IRC00:20
*** dims_ has quit IRC00:20
*** _sigmavirus24 has joined #openstack-oslo00:22
*** dims has joined #openstack-oslo00:31
*** ansmith has quit IRC00:53
*** mtanino has quit IRC01:17
*** tovin07 has joined #openstack-oslo01:44
*** mtanino has joined #openstack-oslo02:05
*** gcb has joined #openstack-oslo03:01
*** amotoki has quit IRC03:01
*** dimtruck is now known as zz_dimtruck03:20
*** mtanino has quit IRC03:22
*** zz_dimtruck is now known as dimtruck03:32
*** links has joined #openstack-oslo03:52
*** mtanino has joined #openstack-oslo04:12
*** jeckersb is now known as jeckersb_gone04:18
*** jdandrea has quit IRC04:23
*** dimtruck is now known as zz_dimtruck04:42
*** mtanino has quit IRC05:56
*** mtanino has joined #openstack-oslo06:15
openstackgerrithoward lee proposed openstack/oslo.middleware: Replace 'assertEqual(None, ...)' with 'assertIsNone(...)'  https://review.openstack.org/39204006:17
*** mtanino has quit IRC06:19
*** rcernin has joined #openstack-oslo06:29
openstackgerrithoward lee proposed openstack/oslo.policy: Fix typo in oslo.policy  https://review.openstack.org/39204206:34
openstackgerritMerged openstack/stevedore: Remove reference to non-existing page  https://review.openstack.org/39159907:13
openstackgerritChangBo Guo(gcb) proposed openstack/debtcollector: Trivial: Remove 'MANIFEST.in'  https://review.openstack.org/39205007:21
*** tesseract has joined #openstack-oslo07:21
*** tesseract is now known as Guest1438107:21
*** lpetrut has joined #openstack-oslo07:32
*** yamahata has quit IRC07:40
openstackgerritChangBo Guo(gcb) proposed openstack/oslo.utils: Add reno for release notes management  https://review.openstack.org/38781007:49
openstackgerritChangBo Guo(gcb) proposed openstack/debtcollector: Add reno for release notes management  https://review.openstack.org/39206207:53
*** zzzeek has quit IRC08:00
*** zzzeek has joined #openstack-oslo08:01
*** chandankumar has joined #openstack-oslo08:12
openstackgerritChangBo Guo(gcb) proposed openstack/futurist: Add reno for release notes management  https://review.openstack.org/39206608:22
openstackgerrithoward lee proposed openstack/oslo-specs: Fix typo in oslo-specs  https://review.openstack.org/39206808:26
*** lucas-afk is now known as lucasagomes08:40
openstackgerrithoward lee proposed openstack/oslo.i18n: Typo fix in oslo.i18n  https://review.openstack.org/39207608:41
*** lpetrut has quit IRC08:53
*** lpetrut has joined #openstack-oslo09:23
*** e0ne has joined #openstack-oslo09:38
*** lpetrut has quit IRC09:51
*** dootniz is now known as kragniz09:59
*** rtheis has joined #openstack-oslo10:00
*** tovin07 has quit IRC10:06
*** shardy has joined #openstack-oslo10:18
*** chandankumar has quit IRC10:28
*** chandankumar has joined #openstack-oslo10:28
*** cdent has joined #openstack-oslo10:31
*** ansmith has joined #openstack-oslo10:32
openstackgerritChangBo Guo(gcb) proposed openstack/oslo.i18n: Add reno for release notes management  https://review.openstack.org/39210010:36
*** boden has joined #openstack-oslo10:39
*** ansmith has quit IRC10:42
*** chandankumar has quit IRC10:43
*** chandankumar has joined #openstack-oslo10:43
gcboslo guys, I have been fixing  a trivial issue. Please help review https://review.openstack.org/#/q/status:open+branch:master+topic:bug/1634356  when you're free :-)10:53
gdavoiangcb, done :)11:11
*** m[x] has joined #openstack-oslo11:12
*** m[x] has left #openstack-oslo11:12
*** ihrachys has joined #openstack-oslo11:14
*** dave-mcnally has joined #openstack-oslo11:20
dave-mcnallyIs anyone else seeing this when running the oslo.messaging unit tests:11:21
dave-mcnally  File "oslo.messaging/.tox/py27/local/lib/python2.7/site-packages/kombu/five.py", line 6, in <module>11:21
dave-mcnally    import vine.five11:21
dave-mcnallyImportError: No module named vine.five11:21
dave-mcnally?11:21
*** cdent has quit IRC11:26
*** jeckersb_gone is now known as jeckersb11:27
*** pradk has joined #openstack-oslo11:35
bretondave-mcnally: yes11:38
dave-mcnallybreton: well that's reassuring I guess :)11:41
openstackgerritMerged openstack/oslo.policy: Fix typo in oslo.policy  https://review.openstack.org/39204211:41
dave-mcnallyI'll raise a bug then11:42
*** gordc has joined #openstack-oslo11:43
*** lpetrut has joined #openstack-oslo11:46
*** amotoki has joined #openstack-oslo11:47
gcbgdavoian, thanks11:53
*** lpetrut has quit IRC11:53
dave-mcnallyhttps://bugs.launchpad.net/oslo.messaging/+bug/163826311:55
openstackLaunchpad bug 1638263 in oslo.messaging "Unit tests failing on vine.five import" [Undecided,New]11:55
*** cdent has joined #openstack-oslo11:56
*** e0ne has quit IRC12:00
gcbdave-mcnally,   what's the version of kombu you have installed ?12:03
gcbI can't reproduce this in my local test env12:03
gcb>>> import kombu12:04
gcb>>> kombu.__version__12:04
gcb'3.0.33'12:04
dave-mcnallygcb: looks like 4.0.012:08
dave-mcnallygcb: I'll lock the requirements to 3.0.33 and see what happens12:10
*** chandankumar has quit IRC12:10
*** _sigmavirus24 is now known as sigmavirus12:12
*** sigmavirus has joined #openstack-oslo12:12
dave-mcnallygcb: the teSts pass when I change the kombu version in the requirements. i'LL ADD THAT NOTE TO THE BUG12:13
*** kgiusti has joined #openstack-oslo12:13
dave-mcnallySorry about the caps lock there12:14
gcbdave-mcnally, it seems a bug for kombu , thanks for the update12:15
*** lucasagomes is now known as lucas-hungry12:16
dave-mcnallygcb: OK I'll move it to kombu for now12:19
gdavoianyes, the problem is in the new 4.0.0 kombu version, released a couple of days ago. there are already some patches in oslo.messaging trying to fix the problem. but i am not sure what is the best way to solve this problem: add kombu < 4.0.0 constraint to oslo.messaging requirements.txt or add the constraint to global-requirements.txt?12:20
dave-mcnallygdavoian: So this is a known bug in kombu?12:21
*** ansmith has joined #openstack-oslo12:22
gcbgdavoian, update https://github.com/openstack/requirements/blob/master/global-requirements.txt#L82  makes sense12:23
*** lpetrut has joined #openstack-oslo12:24
gcbFor https://github.com/openstack/requirements/blob/master/upper-constraints.txt#L165, we need make sure oslo.messaging with upper-constraint12:25
gdavoiandave-mcnally, it wasn't known until the 4.0.0 release. it seems that the problem is in this commit https://github.com/celery/kombu/commit/5a76eddd2b0ee4670e565088c556c06c0ff740ab12:25
openstackgerritMerged openstack/oslo.middleware: TrivialFix: Remove default=None when set value in Config  https://review.openstack.org/38839212:29
*** edmondsw has joined #openstack-oslo12:38
openstackgerritChangBo Guo(gcb) proposed openstack/oslo.i18n: Add missing dependency testscenarios  https://review.openstack.org/39213612:38
*** jerrygb_ has quit IRC12:38
openstackgerritChangBo Guo(gcb) proposed openstack/oslo.i18n: Add reno for release notes management  https://review.openstack.org/39210012:39
gdavoiandave-mcnally, gcb, hope this patch will be merged soon: https://review.openstack.org/#/c/392135/12:39
*** lpetrut has quit IRC12:40
openstackgerritMerged openstack/oslo.middleware: Replace 'assertEqual(None, ...)' with 'assertIsNone(...)'  https://review.openstack.org/39204012:40
*** chandankumar has joined #openstack-oslo12:44
*** lpetrut has joined #openstack-oslo12:48
openstackgerritChangBo Guo(gcb) proposed openstack/oslo.i18n: Add reno for release notes management  https://review.openstack.org/39210012:51
*** jerrygb has joined #openstack-oslo12:52
*** amotoki has quit IRC12:54
openstackgerritChangBo Guo(gcb) proposed openstack/oslo.reports: Add reno for release notes management  https://review.openstack.org/39214412:56
*** amotoki has joined #openstack-oslo12:57
*** takedakn has joined #openstack-oslo12:58
*** jdandrea has joined #openstack-oslo13:10
dave-mcnallygdavoian: thanks for that13:10
*** links has quit IRC13:14
*** lucas-hungry is now known as lucasagomes13:18
*** e0ne has joined #openstack-oslo13:23
openstackgerritChuck Short proposed openstack/futurist: Add reno for release notes management  https://review.openstack.org/39216013:29
*** mriedem has joined #openstack-oslo13:30
openstackgerritOpenStack Proposal Bot proposed openstack/oslo.middleware: Updated from global requirements  https://review.openstack.org/38944213:34
openstackgerritOpenStack Proposal Bot proposed openstack/oslo.utils: Updated from global requirements  https://review.openstack.org/39115713:34
*** amotoki has quit IRC13:35
openstackgerritOpenStack Proposal Bot proposed openstack/stevedore: Updated from global requirements  https://review.openstack.org/38994913:36
*** cdent has quit IRC13:44
*** lpetrut has quit IRC13:46
*** amotoki has joined #openstack-oslo13:51
*** jerrygb_ has joined #openstack-oslo14:00
*** amotoki has quit IRC14:02
*** jerrygb has quit IRC14:02
*** ihrachys has quit IRC14:08
*** takedakn has quit IRC14:08
*** ihrachys has joined #openstack-oslo14:10
*** mtanino has joined #openstack-oslo14:13
*** zz_dimtruck is now known as dimtruck14:14
*** jdandrea has quit IRC14:16
*** cdent has joined #openstack-oslo14:23
*** jdandrea has joined #openstack-oslo14:24
*** mriedem is now known as mriedem_meeting14:26
*** e0ne has quit IRC14:30
*** jerrygb has joined #openstack-oslo14:31
*** mriedem_meeting has quit IRC14:32
*** mriedem has joined #openstack-oslo14:33
*** jerrygb_ has quit IRC14:33
*** e0ne has joined #openstack-oslo14:42
*** lpetrut has joined #openstack-oslo14:45
*** amotoki has joined #openstack-oslo14:59
*** jerrygb_ has joined #openstack-oslo15:00
*** jerrygb has quit IRC15:03
*** dave-mcnally has quit IRC15:04
*** yuelongguang has quit IRC15:11
*** dimtruck is now known as zz_dimtruck15:16
*** zz_dimtruck is now known as dimtruck15:17
*** yamahata has joined #openstack-oslo15:18
*** chandankumar has quit IRC15:23
openstackgerritHanxi Liu proposed openstack/oslo.utils: Create dictutils and add 'flatten_dict_to_keypairs'  https://review.openstack.org/39132415:36
openstackgerritMerged openstack/futurist: Add reno for release notes management  https://review.openstack.org/39206615:43
*** pcaruana has joined #openstack-oslo15:44
*** jdandrea has quit IRC15:50
*** Guest14381 has quit IRC15:51
*** jdandrea has joined #openstack-oslo15:51
*** mriedem1 has joined #openstack-oslo15:54
*** mriedem has quit IRC15:54
*** lpetrut has quit IRC16:02
*** rcernin has quit IRC16:06
*** pcaruana has quit IRC16:07
*** mriedem1 is now known as mriedem16:08
*** rushiagr has quit IRC16:08
*** jdandrea has quit IRC16:11
*** lpetrut has joined #openstack-oslo16:12
*** chandankumar has joined #openstack-oslo16:13
*** jdandrea has joined #openstack-oslo16:16
*** lpetrut has quit IRC16:19
*** rushiagr has joined #openstack-oslo16:22
*** lpetrut has joined #openstack-oslo16:23
*** jerrygb has joined #openstack-oslo16:41
*** lpetrut has quit IRC16:42
*** jerrygb_ has quit IRC16:43
*** jerrygb_ has joined #openstack-oslo16:44
*** jerrygb has quit IRC16:46
*** e0ne has quit IRC16:54
*** e0ne has joined #openstack-oslo16:59
*** lpetrut has joined #openstack-oslo16:59
*** e0ne has quit IRC17:03
*** e0ne has joined #openstack-oslo17:09
*** harlowja has joined #openstack-oslo17:11
harlowjaokie dokie back in action17:11
*** jdandrea has quit IRC17:17
*** jerrygb has joined #openstack-oslo17:25
*** jerrygb_ has quit IRC17:28
*** e0ne has quit IRC17:34
*** shardy has quit IRC17:44
harlowjacdent dims dhellmann gcb kgiusti lxsli sileht pikeptg.eventbrite.com for the link u aren't supposed to share to widely, lol17:52
dhellmannharlowja : heh, thanks17:52
dimslol17:53
kgiustihey, what's this little facebook icon do?  <clicks>....17:53
harlowjalol17:54
cdentharlowja: ?17:56
harlowjattx hasn't widely dispersed that link yet17:56
harlowjaso just wanted to make sure people get it :-P17:56
harlowja(if they want to go)17:56
*** browne has joined #openstack-oslo17:57
cdentah, gotya17:58
*** jdandrea has joined #openstack-oslo17:59
openstackgerritJoshua Harlow proposed openstack/oslo.utils: Add option to not truncate built-ins  https://review.openstack.org/39225818:03
*** lucasagomes is now known as lucas-afk18:09
harlowjalxsli sorry about missing dinner, i sorta forgot until after i ate dinner on monday, lol18:11
harlowjahttps://github.com/harlowja/failure if people are interested also18:12
harlowjawhich goes with https://review.openstack.org/#/c/229194/18:12
* harlowja needs https://review.openstack.org/392258 to finish that off18:12
*** ihrachys has quit IRC18:23
*** mriedem has quit IRC18:26
*** mriedem has joined #openstack-oslo18:26
*** jdandrea has quit IRC18:30
*** jdandrea has joined #openstack-oslo18:32
*** Rockyg has joined #openstack-oslo18:49
*** chandankumar has quit IRC19:00
*** mriedem has quit IRC19:07
*** browne has quit IRC19:27
*** bnemec has joined #openstack-oslo19:28
*** mriedem has joined #openstack-oslo19:28
*** browne has joined #openstack-oslo19:30
*** mriedem has quit IRC19:38
*** mtreinish has quit IRC19:40
*** rcernin has joined #openstack-oslo19:41
*** mriedem has joined #openstack-oslo19:43
*** mtreinish has joined #openstack-oslo19:43
openstackgerritMerged openstack/oslo.utils: Updated from global requirements  https://review.openstack.org/39115719:50
openstackgerritMerged openstack/oslo.i18n: Add missing dependency testscenarios  https://review.openstack.org/39213620:00
openstackgerritMerged openstack/oslo.i18n: Add reno for release notes management  https://review.openstack.org/39210020:01
*** AJaeger has joined #openstack-oslo20:01
*** AJaeger has left #openstack-oslo20:01
*** mriedem has quit IRC20:12
*** mriedem has joined #openstack-oslo20:13
*** yamahata has quit IRC20:22
*** kgiusti has left #openstack-oslo20:23
*** rtheis has quit IRC20:29
*** ansmith has quit IRC20:45
*** lpetrut has quit IRC20:49
*** e0ne has joined #openstack-oslo20:55
*** Rockyg has quit IRC21:14
*** ihrachys has joined #openstack-oslo21:14
*** cdent has quit IRC21:17
*** e0ne_ has joined #openstack-oslo21:25
*** e0ne has quit IRC21:27
*** e0ne_ has quit IRC21:34
*** boden has quit IRC21:37
*** isq has joined #openstack-oslo21:41
*** dimtruck is now known as zz_dimtruck21:44
*** zz_dimtruck is now known as dimtruck21:45
*** jerrygb has quit IRC21:46
*** lpetrut has joined #openstack-oslo21:51
*** Rockyg has joined #openstack-oslo21:54
*** jerrygb has joined #openstack-oslo22:04
*** jerrygb has quit IRC22:06
*** mriedem is now known as mriedem_away22:13
*** gordc has quit IRC22:18
*** edmondsw has quit IRC22:24
*** mriedem_away has quit IRC22:27
*** ihrachys has quit IRC22:28
*** rcernin has quit IRC22:31
*** yamahata has joined #openstack-oslo22:32
*** lpetrut has quit IRC22:34
*** jdandrea has quit IRC22:39
*** jdandrea has joined #openstack-oslo22:40
*** Rockyg has quit IRC22:42
openstackgerritJamie Lennox proposed openstack/oslo.middleware: Allow healthcheck to be configured by oslo.config  https://review.openstack.org/38775222:51
*** mriedem has joined #openstack-oslo23:11
openstackgerritJamie Lennox proposed openstack/oslo.context: Move existing attributes to _id suffixed attributes  https://review.openstack.org/31532123:31
*** jdandrea has quit IRC23:35

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