Monday, 2019-09-16

openstackgerritBrin Zhang proposed openstack/python-openstackclient master: WIP: Add function test for server migrate list  https://review.opendev.org/68147300:09
*** e0ne has joined #openstack-sdks01:00
*** e0ne has quit IRC01:05
*** slaweq_ has joined #openstack-sdks01:10
*** slaweq_ has quit IRC01:16
*** factor has quit IRC01:23
*** factor has joined #openstack-sdks01:25
*** factor has quit IRC01:28
*** factor has joined #openstack-sdks01:28
*** factor has quit IRC01:31
*** factor has joined #openstack-sdks01:31
openstackgerritBrin Zhang proposed openstack/python-openstackclient master: WIP: Add function test for server migrate list  https://review.opendev.org/68147301:48
*** factor has quit IRC02:03
*** factor has joined #openstack-sdks02:04
*** factor has quit IRC02:07
*** factor has joined #openstack-sdks02:07
*** factor has quit IRC02:10
*** factor has joined #openstack-sdks02:10
*** factor has quit IRC02:14
*** factor has joined #openstack-sdks02:15
*** slaweq_ has joined #openstack-sdks03:11
*** slaweq_ has quit IRC03:15
*** factor has quit IRC03:37
*** factor has joined #openstack-sdks03:38
*** factor has quit IRC03:41
*** factor has joined #openstack-sdks03:41
*** factor has quit IRC03:42
*** factor has joined #openstack-sdks03:43
*** factor has quit IRC03:45
*** factor has joined #openstack-sdks03:46
*** gkadam has joined #openstack-sdks03:46
*** gkadam has quit IRC03:47
*** slaweq_ has joined #openstack-sdks04:12
*** slaweq_ has quit IRC04:16
*** factor has quit IRC04:49
*** factor has joined #openstack-sdks04:50
openstackgerritVishakha Agarwal proposed openstack/keystoneauth master: [WIP] Generate pdf documentation  https://review.opendev.org/68227204:50
*** factor has quit IRC04:52
*** factor has joined #openstack-sdks04:53
*** factor has quit IRC04:56
*** factor has joined #openstack-sdks04:57
*** Luzi has joined #openstack-sdks04:59
*** slaweq_ has joined #openstack-sdks05:36
*** factor has quit IRC06:02
*** logan- has quit IRC06:23
*** logan- has joined #openstack-sdks06:26
openstackgerritVishakha Agarwal proposed openstack/keystoneauth master: [WIP] Generate pdf documentation  https://review.opendev.org/68227206:41
*** gtema has joined #openstack-sdks06:50
*** slaweq_ is now known as slaweq06:52
*** gtema_ has joined #openstack-sdks06:56
*** gtema has quit IRC06:57
*** gtema has joined #openstack-sdks06:58
*** tosky has joined #openstack-sdks07:08
*** ralonsoh has joined #openstack-sdks07:33
*** jangutter has joined #openstack-sdks07:34
*** jpena|off is now known as jpena07:34
*** gtema_ has quit IRC07:46
*** ttsiouts has joined #openstack-sdks07:47
*** jpich has joined #openstack-sdks07:47
*** ricolin has joined #openstack-sdks08:09
*** e0ne has joined #openstack-sdks08:47
openstackgerritArtem Goncharov proposed openstack/python-openstackclient master: WIP: Switch image to use SDK  https://review.opendev.org/65037408:57
*** dtantsur|afk is now known as dtantsur09:32
openstackgerritVishakha Agarwal proposed openstack/keystoneauth master: [WIP] Generate pdf documentation  https://review.opendev.org/68227209:34
*** e0ne has quit IRC09:40
*** e0ne has joined #openstack-sdks09:40
*** ricolin has quit IRC09:52
*** ttsiouts has quit IRC10:10
*** ttsiouts has joined #openstack-sdks10:10
*** ttsiouts has quit IRC10:14
*** gtema_ has joined #openstack-sdks10:22
*** gtema has quit IRC10:45
*** ttsiouts has joined #openstack-sdks10:54
*** gtema has joined #openstack-sdks11:10
*** dtantsur is now known as dtantsur|bbl11:26
gtemadtroyer, are you here?11:29
*** jpena is now known as jpena|lunch11:30
mordredgtema: morning! I'm back from PTO - anything I should look at?11:34
gtemamorning mordred. Long time haven't seen you11:34
gtemanothing urgent. I am working on the mswitching OSC to SDK for image11:35
mordredyah - I saw that - very cool!11:35
gtemaperhaps you can say your opinion - currently OSC supports creating image from STDIN11:35
gtemathis is something we can't do in SDK as of now11:35
gtemabut this also leads to inability to do checksum check11:35
mordredyeah. glance cli I think also supported image from stdin ... is this a thing that people really do?11:36
gtemaso I'm curios, what should we better do - deprecate stdin/flush to temp file/teach SDK to accept this11:36
gtemano idea, but exactly this is used in the devstack, so even devstack setup already fails11:36
mordreddoes devstack use this because it needs to stream something - or it just happens to do it?11:37
gtemaseems just do it this way. First download image and then pass it as stdin11:38
gtemahttps://refstack.openstack.org/#/community_results11:38
gtemasorry, wrong link11:38
gtemahttps://github.com/openstack/devstack/blob/master/functions#L38011:38
gtemasidenote: using github instead of opendev because of response performance11:38
mordredI mean - we could teach sdk to understand it - but it would make some parts, like multi-part chunked upload in swift, much slower, since you can't seek on stdin11:38
gtemaexactly11:39
gtemabut deprecating this is already quite a "loud" change11:39
gtemaor we can flush stdin silently in OSC11:39
mordredyeah. oh wow - it's actually zcatting stuff11:39
gtemahehe, funny11:39
gtemayeah, in archive mode - agree11:39
gtemait make sense11:40
mordredI mean - I guess that's an example of a use case where stdin makes sense11:40
mordredyeah11:40
gtemaI think then really flushing stdin to temp file might be a relatively good idea, since you can use swift for upload11:41
mordredit might be - although it would cause more disk to be used11:41
gtemaagree11:41
mordredbut yeah - multi-threaded upload to swift is, you know, important :)11:41
gtemasure11:42
gtemaand also md5 check is11:42
mordredyeah11:42
gtemaok, then will implement this in OSC11:42
gtemaI don't think it make sense to be done in SDK11:43
mordredmaybe that's the best bet then - and then we update docs (and devstack) to use a direct filename argument when we can - because it has better performance11:43
mordredyah11:43
gtemaok, cool11:43
gtemathks11:43
gtemabtw, project cleanup. We need to start working on it11:44
gtemaand solve caching11:44
mordredyah11:44
gtemaI'm currently having own need for project cleanup11:45
*** gtema_ has quit IRC11:57
*** ttsiouts has quit IRC11:58
*** ttsiouts has joined #openstack-sdks12:05
*** dave-mccowan has joined #openstack-sdks12:08
mordredgtema: got a sec for an easy one? https://review.opendev.org/#/c/601659 <-- I didn't actually write it, ignore gerrit. :)12:11
gtemasure12:12
*** dave-mccowan has quit IRC12:12
gtemasone12:12
gtemadone I mean12:13
mordred\o/12:13
*** dave-mccowan has joined #openstack-sdks12:13
*** goldyfruit___ has quit IRC12:15
*** jpena|lunch is now known as jpena12:33
*** elmiko has joined #openstack-sdks13:04
*** mriedem has joined #openstack-sdks13:08
*** KeithMnemonic has joined #openstack-sdks13:18
*** enriquetaso has joined #openstack-sdks13:19
-openstackstatus- NOTICE: The Gerrit service on review.opendev.org will be offline briefly starting at 14:00 UTC (that's roughly 30 minutes from now) for maintenance: http://lists.openstack.org/pipermail/openstack-discuss/2019-September/009064.html13:29
openstackgerritArtem Goncharov proposed openstack/python-openstackclient master: WIP: Switch image to use SDK  https://review.opendev.org/65037413:29
*** Luzi has quit IRC13:38
*** jangutter has quit IRC13:40
*** jangutter has joined #openstack-sdks13:42
*** goldyfruit___ has joined #openstack-sdks13:50
openstackgerritArtem Goncharov proposed openstack/python-openstackclient master: WIP: Switch image to use SDK  https://review.opendev.org/65037413:52
*** jangutter has quit IRC13:53
-openstackstatus- NOTICE: The Gerrit service on review.opendev.org is offline briefly for maintenance: http://lists.openstack.org/pipermail/openstack-discuss/2019-September/009064.html14:06
*** ChanServ changes topic to "The Gerrit service on review.opendev.org is offline briefly for maintenance: http://lists.openstack.org/pipermail/openstack-discuss/2019-September/009064.html"14:06
*** ttsiouts has quit IRC14:08
*** ttsiouts has joined #openstack-sdks14:09
*** ttsiouts has quit IRC14:09
*** ttsiouts has joined #openstack-sdks14:09
*** goldyfruit_ has joined #openstack-sdks14:36
*** ChanServ changes topic to "Bug tracker for SDK and OSC is now at https://storyboard.openstack.org"14:37
-openstackstatus- NOTICE: The Gerrit outage portion of the current maintenance is complete and the service is back on line, however reindexing for renamed repositories is still underway and some Zuul job fixes are in the process of being applied14:37
*** goldyfruit___ has quit IRC14:39
*** goldyfruit___ has joined #openstack-sdks15:03
*** goldyfruit_ has quit IRC15:05
*** openstackgerrit has quit IRC15:08
*** cmorpheus is now known as cmurphy15:19
*** dtantsur|bbl is now known as dtantsur15:23
*** e0ne has quit IRC15:31
*** gtema has quit IRC15:32
*** ttsiouts has quit IRC15:58
*** jpich has quit IRC16:02
*** gtema has joined #openstack-sdks16:04
*** e0ne has joined #openstack-sdks16:11
*** openstackgerrit has joined #openstack-sdks16:15
openstackgerritArtem Goncharov proposed openstack/python-openstackclient master: WIP: Switch image to use SDK  https://review.opendev.org/65037416:15
*** slaweq has quit IRC16:17
*** slaweq has joined #openstack-sdks16:17
*** e0ne has quit IRC16:18
*** goldyfruit_ has joined #openstack-sdks16:28
*** goldyfruit___ has quit IRC16:31
openstackgerritArtem Goncharov proposed openstack/python-openstackclient master: WIP: Switch image to use SDK  https://review.opendev.org/65037416:57
*** jpena is now known as jpena|off16:58
*** slaweq has quit IRC17:01
*** slaweq has joined #openstack-sdks17:08
*** e0ne has joined #openstack-sdks17:09
*** e0ne has quit IRC17:13
openstackgerritArtem Goncharov proposed openstack/python-openstackclient master: WIP: Switch image to use SDK  https://review.opendev.org/65037417:14
*** gtema has quit IRC17:14
*** dtantsur is now known as dtantsur|afk17:14
*** ralonsoh has quit IRC17:16
*** e0ne has joined #openstack-sdks17:16
*** e0ne has quit IRC17:21
*** goldyfruit_ has quit IRC17:28
*** gtema has joined #openstack-sdks17:44
*** gtema_ has joined #openstack-sdks17:57
*** gtema has quit IRC18:00
*** goldyfruit has joined #openstack-sdks18:05
*** enriquetaso has quit IRC18:17
*** enriquetaso has joined #openstack-sdks18:22
*** e0ne has joined #openstack-sdks18:30
openstackgerritArtem Goncharov proposed openstack/openstacksdk master: Fix image create with tags  https://review.opendev.org/68245418:41
gtema_mordred: ^^^. This came up in some of the devstack functional tests. We cast tags to string currently for the image18:42
mordredgtema_: you left in a print - otherwise LGTM18:45
gtema_right18:46
openstackgerritArtem Goncharov proposed openstack/openstacksdk master: Fix image create with tags  https://review.opendev.org/68245418:46
gtema_fixed18:46
gtema_I hoped to escape issues with followup SDK changes, since I need to raise SDK in lower-constraints as well (and would require release)18:47
openstackgerritArtem Goncharov proposed openstack/python-openstackclient master: WIP: Switch image to use SDK  https://review.opendev.org/65037418:49
*** openstackgerrit has quit IRC18:52
*** gtema_ has quit IRC19:01
*** gtema has joined #openstack-sdks19:02
gtemaotherwise remaining tests in the OSC are green, so the change is on the good track19:03
*** gtema has quit IRC19:05
*** goldyfruit_ has joined #openstack-sdks19:07
*** goldyfruit has quit IRC19:09
*** e0ne has quit IRC19:20
*** senrique_ has joined #openstack-sdks19:42
*** enriquetaso has quit IRC19:45
*** senrique_ has quit IRC20:58
*** e0ne has joined #openstack-sdks21:12
*** e0ne has quit IRC21:23
*** slaweq has quit IRC21:58
*** tosky has quit IRC22:35
*** goldyfruit_ has quit IRC22:50
*** gtema has joined #openstack-sdks23:06
*** mriedem has quit IRC23:07
*** gtema has quit IRC23:11

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