Friday, 2013-12-06

*** flaper87 is now known as flaper87|afk00:12
*** amitgandhi has joined #openstack-marconi00:14
*** amitgandhi has quit IRC00:19
*** jamieh has joined #openstack-marconi00:26
*** jamieh has quit IRC00:37
*** amitgandhi has joined #openstack-marconi01:04
*** amitgandhi has quit IRC01:09
*** jergerber has quit IRC01:11
*** malini_afk is now known as malini01:12
*** nosnos has joined #openstack-marconi01:42
*** amitgandhi has joined #openstack-marconi01:42
*** amitgandhi has quit IRC02:04
*** amitgandhi has joined #openstack-marconi02:05
*** amitgandhi has quit IRC02:09
*** rongze has joined #openstack-marconi02:12
*** reed has quit IRC02:43
*** thomasem has joined #openstack-marconi02:59
*** thomasem has quit IRC02:59
*** fifieldt_ has joined #openstack-marconi03:03
*** amitgandhi has joined #openstack-marconi03:05
*** amitgandhi has quit IRC03:10
*** amitgandhi has joined #openstack-marconi04:06
*** amitgandhi has quit IRC04:10
*** malini is now known as malini_afk04:26
*** kgriffs_afk is now known as kgriffs04:38
*** kgriffs is now known as kgriffs_afk04:44
*** kgriffs_afk is now known as kgriffs04:48
*** rongze has quit IRC04:50
*** rongze has joined #openstack-marconi04:54
*** lakspace_ has quit IRC05:01
*** amitgandhi has joined #openstack-marconi05:06
*** amitgandhi has quit IRC05:11
*** kgriffs is now known as kgriffs_afk05:26
*** sballe has quit IRC06:01
*** sballe has joined #openstack-marconi06:01
*** amitgandhi has joined #openstack-marconi06:07
*** jamieh has joined #openstack-marconi06:08
*** amitgandhi has quit IRC06:12
*** jamieh has quit IRC06:12
*** jamieh has joined #openstack-marconi06:21
*** nosnos_ has joined #openstack-marconi06:30
*** nosnos has quit IRC06:33
*** jamieh has quit IRC07:04
*** amitgandhi has joined #openstack-marconi07:08
*** amitgandhi has quit IRC07:12
*** flaper87|afk is now known as flaper8707:56
*** amitgandhi has joined #openstack-marconi08:09
*** amitgandhi has quit IRC08:14
*** megan_w has quit IRC08:34
*** kgriffs_afk has quit IRC08:34
*** malini_afk has quit IRC08:34
*** megan_w has joined #openstack-marconi08:34
*** kgriffs_afk has joined #openstack-marconi08:34
*** kgriffs_afk is now known as kgriffs08:34
*** malini_afk has joined #openstack-marconi08:35
*** malini_afk is now known as malini08:35
*** rongze_ has joined #openstack-marconi08:35
*** ChanServ sets mode: +o kgriffs08:35
*** fifieldt_ has quit IRC08:36
*** rongze has quit IRC08:37
*** haomaiwang has joined #openstack-marconi08:44
*** amitgandhi has joined #openstack-marconi09:11
*** yassine has joined #openstack-marconi09:13
*** amitgandhi has quit IRC09:15
*** nosnos_ has quit IRC09:29
*** nosnos has joined #openstack-marconi09:29
*** apmelton has quit IRC09:51
*** apmelton1 has joined #openstack-marconi09:51
*** amitgandhi has joined #openstack-marconi10:12
*** amitgandhi has quit IRC10:17
*** nosnos_ has joined #openstack-marconi10:44
*** nosnos has quit IRC10:48
*** amitgandhi has joined #openstack-marconi11:12
*** rongze_ has quit IRC11:17
*** amitgandhi has quit IRC11:17
*** rongze has joined #openstack-marconi11:28
*** amitgandhi has joined #openstack-marconi12:13
*** amitgandhi has quit IRC12:18
*** tedross has joined #openstack-marconi12:38
*** nosnos_ has quit IRC13:11
*** amitgandhi has joined #openstack-marconi13:14
*** amitgandhi has quit IRC13:18
*** vkmc has joined #openstack-marconi13:52
*** vkmc has quit IRC13:52
*** vkmc has joined #openstack-marconi13:52
*** mpanetta has joined #openstack-marconi13:55
*** thomasem has joined #openstack-marconi14:17
*** amitgandhi has joined #openstack-marconi14:20
*** amitgandhi has quit IRC14:20
*** amitgandhi has joined #openstack-marconi14:21
*** whenry has quit IRC14:34
*** whenry has joined #openstack-marconi14:36
*** russellb is now known as rustlebee14:38
*** jergerber has joined #openstack-marconi14:52
*** jamieh has joined #openstack-marconi14:53
*** rongze has quit IRC15:00
*** rongze has joined #openstack-marconi15:16
*** jcru has joined #openstack-marconi15:28
*** jamieh has quit IRC15:35
*** jamieh has joined #openstack-marconi15:44
*** sandy__ has quit IRC15:51
kgriffsflaper87: wondering about something16:03
flaper87kgriffs: shoot16:04
flaper87:D16:04
kgriffsI saw a patch come in for solum to import '_' in every module that uses it16:04
kgriffsi.e.,16:04
kgriffsfrom solum.openstack.common.gettextutils import _16:04
kgriffsI thought gettext.install('marconi', unicode=1) was good enough?16:04
kgriffswhat does Glance do?16:05
kgriffsor is importing that all over just correctness for correctness' sake?16:05
kgriffs(the code obviously runs fine without doing that)16:05
*** jamieh has quit IRC16:06
flaper87so, gettext.install is good enough but:16:15
flaper871) it's magical. The idea of that patch is reducing the magic happening in Marconi16:15
flaper872) Py3K fails with that gettext call due to unicode not existing16:15
flaper87`unicode`16:15
flaper87so, I thought about killing 2 birds with one stone16:16
flaper87:P16:16
flaper87kgriffs: ^16:16
flaper87hope that makes sense16:17
flaper87kgriffs: ping16:34
flaper87kgriffs: https://github.com/openstack/python-swiftclient/commit/7d61c543993638caf5dbe176ed6c077ee506d87e16:34
flaper87what do you think? :)16:34
flaper87I think we should do the same16:34
*** yassine has quit IRC16:42
*** jamieh has joined #openstack-marconi16:47
*** rektide has quit IRC16:52
*** rektide has joined #openstack-marconi16:54
kgriffsflaper87: sounds good re gettext.install - were you planning to take care of that?16:59
flaper87kgriffs: already did :)17:00
flaper87kgriffs: https://review.openstack.org/#/c/60120/17:00
kgriffsheh17:00
kgriffssorry, I got distracted for a bit17:00
flaper87:P17:00
kgriffsre pbr thing17:00
kgriffssounds good to me17:00
flaper87kgriffs: that will make packagers lives easier as well17:00
kgriffs...and we <3 packagers.17:01
*** jamieh has quit IRC17:07
*** ayoung has quit IRC17:11
*** ayoung has joined #openstack-marconi17:16
kgriffslol17:34
kgriffsI didn't realize you'd submitted this a few days ago - been busy with other stuff. :p17:34
kgriffshttps://review.openstack.org/#/c/60120/117:34
kgriffs #ptl-fail17:36
*** jraim_i has quit IRC17:44
*** reed has joined #openstack-marconi17:52
*** flaper87 is now known as flaper87|afk17:54
*** jamieh has joined #openstack-marconi17:55
*** alcabrera has joined #openstack-marconi18:07
*** jraim_i_ has joined #openstack-marconi18:09
openstackgerritAlejandro Cabrera proposed a change to openstack/marconi: fix: Reduce logging severity of certain errors  https://review.openstack.org/5487418:15
*** jamieh has quit IRC18:36
kgriffsalcabrera: o/18:39
kgriffsnice to see you online!18:39
ekarlsowin 2118:39
ekarlsodoes the marconiclient use requests18:39
alcabrerakgriffs: o/18:39
kgriffsekarlso: yes18:39
ekarlsocoolio! : p18:40
kgriffsmalini or alcabrera: can you confirm this bug (and update it's status accordingly?)18:50
kgriffshttps://bugs.launchpad.net/marconi/+bug/125859118:50
maliniI noticed errors when mpanetta added a bad shard18:51
maliniSO will move tht to confirmed now18:51
*** reed has quit IRC18:51
mpanettaBTW There is a second one, I think... It does not remove things from memcached when you delete a shard or recreate it either.18:51
mpanettaI had to restart both memcached and marconi to get it to realize I had fixed the shard info.18:52
alcabrerakgriffs: I can confirm it in the sense that there are no checks in place to prevent adding a bad URI.18:52
maliniI can confirm the second bug, once mpanetta writes tht one up (not clearing memcache18:52
mpanettaLet me go do that real quick18:53
mpanettaOk done.18:56
mpanettamalini: ^18:57
mpanettaNone of these are critical, just things I have noticed.18:57
malinican u post the bug link  olz?18:57
maliniplz*18:57
mpanettahttps://bugs.launchpad.net/marconi/+bug/125861818:57
mpanettathere ya go :)18:57
*** reed has joined #openstack-marconi18:57
kgriffs'tanks!18:59
*** westmaas is now known as westmau519:07
*** jamieh has joined #openstack-marconi19:08
*** kgriffs is now known as kgriffs_afk19:09
*** vkmc has quit IRC19:19
*** jamieh has quit IRC19:25
*** alcabrera has quit IRC19:59
*** kgriffs_afk is now known as kgriffs20:00
*** mpanetta has quit IRC20:00
*** flwang has quit IRC20:01
*** mwagner_lap has joined #openstack-marconi20:11
*** rongze has quit IRC20:15
*** flwang has joined #openstack-marconi20:17
*** malini is now known as malini_afk20:31
*** vkmc has joined #openstack-marconi20:35
*** reed has quit IRC20:40
*** reed has joined #openstack-marconi21:38
*** reed has quit IRC22:14
*** reed has joined #openstack-marconi22:16
*** ildikov has quit IRC22:20
*** amitgandhi has quit IRC22:45
*** tedross has quit IRC22:45
*** fifieldt has joined #openstack-marconi22:52
*** jcru has quit IRC23:04
*** thomasem has quit IRC23:05
*** reed has quit IRC23:06
*** reed_ has joined #openstack-marconi23:06
*** jergerber has quit IRC23:39
*** reed_ has quit IRC23:44
*** kgriffs is now known as kgriffs_afk23:50
*** ametts has quit IRC23:51
*** amitgandhi has joined #openstack-marconi23:55

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