Tuesday, 2016-02-16

*** ho_ has joined #openstack-swift00:06
*** chsc has quit IRC00:08
openstackgerritMichael Barton proposed openstack/swift: go: ObjectEngine abstraction layer  https://review.openstack.org/27893200:21
ho_good morning!00:21
*** StraubTW has joined #openstack-swift00:21
takashigood morning00:45
kota_good morning00:51
ho_takashi: kota_: morning!00:57
kota_ho_, takashi: o/00:57
takashiho_, kota_: o/00:58
*** arch-nemesis has quit IRC00:58
*** arch-nemesis has joined #openstack-swift01:21
mattoliverautakashi, kota_, ho_: morning01:23
*** david-lyle has joined #openstack-swift01:23
kota_mattoliverau: o/01:24
notmynamehello, world01:38
*** diazjf has joined #openstack-swift01:38
*** diazjf has quit IRC01:39
*** haomaiwa_ has joined #openstack-swift01:42
*** arch-nemesis has quit IRC01:45
ho_mattoliverau: notmyname: hello01:54
ho_takashi: thanks for the comment. I wrote my thought on it.01:56
ho_notmyname: Is it possible to answer for questions of container-sync history on patch 279417?01:58
patchbotho_: https://review.openstack.org/#/c/279417/ - swift - WIP: Fix container-sync behavior01:58
ho_notmyname: why Swift used InternalClient for get and SimpleClient for put in Container-Sync / why Swift didn't use httpbuffer for Container-Sync01:59
*** haomaiwa_ has quit IRC02:01
*** haomaiwang has joined #openstack-swift02:01
*** baojg has joined #openstack-swift02:05
notmynameho_: off the top of my head, I don't remember02:24
notmynameho_: both InternalClient and SimpleClient have been written and rewritten at various times02:24
ho_notmyname: i see. thanks for the info!02:25
notmynamedoes SimpleClient do more (any?) with auth? if so, that'd make sense for container-sync since it has to talk to another cluster02:25
ho_notmyname: oh, you are history of swift. ;-)02:28
*** mingdang1 has joined #openstack-swift02:31
takashinotmyname: I'm not so sure about the recent container-sync, but I suppose container-sync uses another auth mechanism wiht Container-Sync-Key metadata.02:32
takashis/wiht/with02:32
takashiso SimpleClient seems not to deal with auth.02:36
ho_takashi: SimpleClient is used in bin/swift-dispersion-* and container sync02:40
StraubTWHi!  Can someone tell me whether it is expected to have multiple retries when storing and reading data from a Swift cluster?02:50
StraubTWNot at a high rate.  But for any transaction.02:51
StraubTWI was told that it is normal for this to occur with Swift.02:52
takashiho_: I checked dispersion stuff, and found that SimpleClient itself does not have any functionality to get token. dispersion-* gets token using internalclient.get_auth and passes it to SimpleClient, and SimpleClient uses it.02:54
ho_takashi: yep. thank for the links. swiftclient doesn't support 100-continue flow right?02:55
takashiho_: yes02:56
janonymousgood morning !!02:56
janonymousonovy: ok thanks.02:56
takashiStraubTW: From my experience, it is recommended for making your system more robust while we realy get error not at a high rate.02:56
ho_takashi: means when removing swiftclient, we didn't take care about 100-continue02:57
ho_takashi: is it right understanding?02:57
takashis/it/retry mechanism/g02:57
StraubTWChotto.02:57
takashiStraubTW: I think swiftclient has one02:57
StraubTWOk - I was using ssbench.02:59
takashiho_: I think so, but not so totally sure, because I'm not a person who did it.02:59
StraubTWI can try again with swiftclient and will try to make my system more robust.02:59
*** haomaiwang has quit IRC03:01
takashiStraubTW: I suppose ssbench also has retry mechanism in it.03:01
*** haomaiwang has joined #openstack-swift03:01
takashijanonymous: morning03:01
StraubTWYes.  However, for my system it will retry for every transaction.03:02
ho_takashi: i know :-) i just wanted to make sure that we can focus on the current problem not past :-)03:02
*** sanchitmalhotra has joined #openstack-swift03:07
janonymoustakashi: o/03:18
*** mrmoje has quit IRC03:43
*** haomaiwang has quit IRC04:01
*** haomaiwang has joined #openstack-swift04:01
*** StraubTW has quit IRC04:01
*** daemontool has quit IRC04:02
*** david-lyle has quit IRC04:03
*** bkumar has joined #openstack-swift04:38
*** bkumar has left #openstack-swift04:39
*** nadeem has joined #openstack-swift04:53
*** nadeem has quit IRC04:53
*** nadeem has joined #openstack-swift04:54
*** david-lyle has joined #openstack-swift04:55
*** SkyRocknRoll has joined #openstack-swift04:55
*** haomaiwang has quit IRC05:01
*** haomaiwang has joined #openstack-swift05:01
*** ppai has joined #openstack-swift05:05
*** wanghua has quit IRC05:54
*** natarej has quit IRC05:54
*** natarej has joined #openstack-swift05:54
*** haomaiwang has quit IRC06:01
*** haomaiwa_ has joined #openstack-swift06:01
*** trifon has joined #openstack-swift06:25
*** ChubYann has quit IRC06:30
*** david-lyle has quit IRC06:39
*** david-lyle has joined #openstack-swift06:41
ho_takashi: i wrote our discussion in the comment. if you have a time, please check it.06:46
*** haomaiwa_ has quit IRC07:01
*** haomaiwang has joined #openstack-swift07:01
*** rcernin has joined #openstack-swift07:37
*** ekarlso has quit IRC07:44
*** Anticimex has quit IRC07:45
*** jeblair has quit IRC07:45
*** kragniz has quit IRC07:46
*** kragniz has joined #openstack-swift07:46
*** Anticimex has joined #openstack-swift07:46
*** jeblair has joined #openstack-swift07:46
openstackgerritBing Hu proposed openstack/swift: Bad error reporting on config permissions error  https://review.openstack.org/27332507:57
*** ekarlso has joined #openstack-swift07:57
*** zaitcev has quit IRC07:59
*** haomaiwang has quit IRC08:01
*** haomaiwa_ has joined #openstack-swift08:01
*** rledisez has joined #openstack-swift08:08
*** geaaru has joined #openstack-swift08:37
*** jordanP has joined #openstack-swift08:44
*** baojg has quit IRC08:49
*** baojg has joined #openstack-swift08:53
*** ho_ has quit IRC09:00
*** haomaiwa_ has quit IRC09:01
openstackgerritMarek Kaleta proposed openstack/python-swiftclient: Add copy object method  https://review.openstack.org/28020009:01
*** haomaiwang has joined #openstack-swift09:01
openstackgerritChristian Schwede proposed openstack/swift: Add containeralias middleware  https://review.openstack.org/6249409:09
*** d0ugal has quit IRC09:21
*** d0ugal has joined #openstack-swift09:21
*** mvk has quit IRC09:27
*** kei_yama has quit IRC09:27
*** nadeem has quit IRC09:32
takashiho_: I checked it and have no particular comments now.09:47
*** takashi has quit IRC09:49
*** mvk has joined #openstack-swift09:54
*** haomaiwang has quit IRC10:01
*** haomaiwang has joined #openstack-swift10:01
*** stantonnet has quit IRC10:02
*** stantonnet has joined #openstack-swift10:04
openstackgerritChristian Schwede proposed openstack/swift: Add SwiftHLM to associated projects  https://review.openstack.org/28058610:09
*** haomaiwang has quit IRC10:11
*** joeljwright has joined #openstack-swift10:34
*** ChanServ sets mode: +v joeljwright10:34
*** mingdang1 has quit IRC10:38
*** dosaboy has quit IRC10:38
*** acoles_ is now known as acoles10:40
*** dosaboy has joined #openstack-swift10:41
*** asettle has joined #openstack-swift10:41
*** baojg has quit IRC10:55
*** asettle has quit IRC11:17
openstackgerritBéla Vancsics proposed openstack/swift: Reduce code duplication  https://review.openstack.org/25426611:24
openstackgerritAlistair Coles proposed openstack/swift: Docstring omission in class BaseDiskFileManager.  https://review.openstack.org/27861511:30
*** d0ugal has quit IRC11:36
*** haomaiwang has joined #openstack-swift11:38
*** asettle has joined #openstack-swift11:39
*** sanchitmalhotra has quit IRC11:40
*** wer has quit IRC11:42
openstackgerritAlistair Coles proposed openstack/swift: Enable object server to return non-durable data  https://review.openstack.org/21527611:42
*** Gordoni has joined #openstack-swift11:44
*** d0ugal has joined #openstack-swift12:00
*** d0ugal has quit IRC12:00
*** d0ugal has joined #openstack-swift12:00
*** haomaiwang has quit IRC12:01
*** haomaiwang has joined #openstack-swift12:01
*** km has quit IRC12:10
*** dudi has joined #openstack-swift12:10
dudihi, is it possible to get all objects created on specific time interval in a container?12:13
*** mvk has quit IRC12:13
*** mvk has joined #openstack-swift12:15
*** joeljwright has quit IRC12:15
*** McMurlock2 has quit IRC12:16
*** McMurlock has joined #openstack-swift12:16
*** Jeffrey4l has quit IRC12:18
*** pcaruana has joined #openstack-swift12:18
*** asettle has quit IRC12:20
*** Jeffrey4l has joined #openstack-swift12:31
*** McMurlock has quit IRC12:38
*** McMurlock1 has joined #openstack-swift12:38
*** archers has joined #openstack-swift12:41
*** archers has quit IRC12:43
*** McMurlock1 has quit IRC12:44
*** McMurlock has joined #openstack-swift12:44
*** geaaru has quit IRC12:53
CaioBrentanodudi: I don't think so!12:59
*** haomaiwang has quit IRC13:01
*** haomaiwa_ has joined #openstack-swift13:01
*** mvk has quit IRC13:02
*** geaaru has joined #openstack-swift13:03
*** mvk has joined #openstack-swift13:05
*** mrmoje has joined #openstack-swift13:09
openstackgerritChristian Schwede proposed openstack/swift: Add SwiftHLM to associated projects  https://review.openstack.org/28058613:10
*** dudi has quit IRC13:17
*** joeljwright has joined #openstack-swift13:19
*** ChanServ sets mode: +v joeljwright13:19
*** joeljwright has quit IRC13:20
*** mingdang1 has joined #openstack-swift13:25
*** natarej has quit IRC13:35
*** natarej has joined #openstack-swift13:35
*** joeljwright has joined #openstack-swift13:37
*** ChanServ sets mode: +v joeljwright13:37
*** SkyRocknRoll has quit IRC13:38
openstackgerritGleb Samsonov proposed openstack/swift: go: send to statsd more metrics (timings,pendings etc)  https://review.openstack.org/28069513:40
*** admin6 has joined #openstack-swift13:43
openstackgerritChristian Schwede proposed openstack/swift: Add SwiftHLM to associated projects  https://review.openstack.org/28058613:54
openstackgerritGleb Samsonov proposed openstack/swift: go: proxyserver small fixes  https://review.openstack.org/28070613:57
*** haomaiwa_ has quit IRC14:01
*** haomaiwang has joined #openstack-swift14:01
pdardeaugood morning14:01
*** ppai has quit IRC14:02
*** changbl has quit IRC14:04
*** arch-nemesis has joined #openstack-swift14:06
*** mvk has quit IRC14:09
*** arch-nemesis has quit IRC14:13
*** asettle has joined #openstack-swift14:17
*** petertr7_away is now known as petertr714:18
*** StraubTW has joined #openstack-swift14:18
*** StraubTW has quit IRC14:19
*** StraubTW has joined #openstack-swift14:19
*** mvk has joined #openstack-swift14:21
*** arch-nemesis has joined #openstack-swift14:27
*** wshao has joined #openstack-swift14:28
*** wshao has quit IRC14:28
*** wshao has joined #openstack-swift14:28
*** joeljwright has quit IRC14:34
*** samit has joined #openstack-swift14:36
samithello, I have single node swift cluster and i want to take backup of objects created on particular time interval on some different machine.14:38
*** joeljwright has joined #openstack-swift14:50
*** ChanServ sets mode: +v joeljwright14:50
*** klamath has joined #openstack-swift14:56
klamathhowdy, wondering if someone can explain the purpose of . files in swift, seeing a few of these in the object.log <f+++++++++ 3f6/6e5f18fd7fa5071a8dd5533277d8c3f6/.1453723945.35801.data.XRsTyO14:56
*** haypo has left #openstack-swift14:59
*** haomaiwang has quit IRC15:01
*** wshao has quit IRC15:01
*** haomaiwang has joined #openstack-swift15:01
*** _JZ_ has joined #openstack-swift15:02
*** Gordoni has left #openstack-swift15:08
*** ho_away has joined #openstack-swift15:09
*** ho_away has quit IRC15:11
*** ho_away has joined #openstack-swift15:11
samithello, how to get object based on its "last-modifed" header or based on its time of creation?15:19
*** arch-nemesis has quit IRC15:21
*** mingdang1 has quit IRC15:23
*** tongli has joined #openstack-swift15:25
*** mrmoje has quit IRC15:28
*** ho_away has quit IRC15:29
*** silor has joined #openstack-swift15:31
*** oshritf has joined #openstack-swift15:38
*** bjkeller has joined #openstack-swift15:39
*** asettle has quit IRC15:41
oshritf@acoles: Trying to use header "if-modified-since" with a timestamp (X-Timestamp), looks like only the string version (e.g. 'Tue, 16 Feb 2016 15:40:42 GMT') works. Does it makes sense?15:41
acolesoshritf: yes, its a regular http header if-modified-since = HTTP-Date , see https://tools.ietf.org/html/rfc7232#section-3.315:50
openstackgerritChaozhe Chen(ccz) proposed openstack/swift: Replace assertEqual(None, *) with assertIsNone in tests  https://review.openstack.org/28077915:52
*** arch-nemesis has joined #openstack-swift15:54
*** wanghua has joined #openstack-swift15:56
*** changbl has joined #openstack-swift15:56
*** haomaiwang has quit IRC16:01
*** haomaiwang has joined #openstack-swift16:01
*** jmccarthy has quit IRC16:05
*** jmccarthy has joined #openstack-swift16:06
*** pcaruana has quit IRC16:18
*** chsc has joined #openstack-swift16:20
*** mvk has quit IRC16:21
*** diazjf has joined #openstack-swift16:23
*** samit has quit IRC16:27
notmynamegood morning16:33
*** Gordoni has joined #openstack-swift16:36
jrichlinotmyname: welcome back.   good trip I take it?16:36
*** rcernin has quit IRC16:37
notmynamejrichli: yup. went skiing with my 7 year-old in tahoe over the long weekend. it was a lot of fun16:42
acolesnice16:43
notmynameit's one of the most picturesque places I've ever been http://d.not.mn/tahoe_skiing.jpg16:45
jrichlibeautiful!16:45
openstackgerritAlistair Coles proposed openstack/swift: decouple versioned writes from COPY  https://review.openstack.org/26017916:48
acolesjrichli: tdasilva ^^16:49
jrichliacoles: thx, i will take a look16:49
acolesnotmyname: wow16:49
joeljwrightnotmyname: tahoe added to my list of places to ski :)17:00
notmyname:-)17:00
*** haomaiwang has quit IRC17:01
*** haomaiwang has joined #openstack-swift17:01
*** mrmoje has joined #openstack-swift17:02
ZyricGood Morning!17:02
notmynameZyric: welcome back :-)17:03
notmynameZyric: all moved?17:03
ZyricIndeed! Very exciting and lots to do, very nice here.17:04
*** gyee has joined #openstack-swift17:05
ZyricLots to catch up on now though. How went the hackathon?17:05
notmynamethat's in 2 weeks :-)17:06
*** rcernin has joined #openstack-swift17:09
*** d0ugal has quit IRC17:11
*** joeljwright has quit IRC17:13
*** fthiagogv_ has quit IRC17:14
*** lyrrad has joined #openstack-swift17:15
*** admin6 has quit IRC17:21
*** garthb has joined #openstack-swift17:22
*** geaaru has quit IRC17:24
gmmahanotmyname: very nice pic.. need to get myself to Tahoe some day17:24
*** lcurtis has joined #openstack-swift17:27
*** nadeem has joined #openstack-swift17:27
*** nadeem has quit IRC17:27
*** nadeem has joined #openstack-swift17:28
tdasilvanotmyname: wow, great view! hope you had a good time17:29
tdasilvaacoles: taking a look now17:29
*** oshritf has quit IRC17:33
*** wer has joined #openstack-swift17:34
*** petertr7 is now known as petertr7_away17:34
Mingyunotmyname: greate pic! I hope I can be there in the future.17:38
*** d0ugal has joined #openstack-swift17:38
claygheyoh!17:38
*** Jeffrey4l has quit IRC17:40
*** rledisez has quit IRC17:41
*** StraubTW has quit IRC17:41
*** StraubTW has joined #openstack-swift17:43
*** delattec has joined #openstack-swift17:45
*** StraubTW_ has quit IRC17:46
*** StraubTW has quit IRC17:47
openstackgerritClay Gerrard proposed openstack/swift: Reduce code duplication  https://review.openstack.org/25426617:47
*** StraubTW has joined #openstack-swift17:48
*** cdelatte has quit IRC17:48
clayg^ that was just a rebase17:52
clayg... of someone else's change because it looked like it picked up some unrelated fixes on master int the diff17:52
*** petertr7_away is now known as petertr717:54
*** haomaiwang has quit IRC18:01
*** delattec has quit IRC18:01
*** haomaiwang has joined #openstack-swift18:01
*** delattec has joined #openstack-swift18:03
*** zhill has joined #openstack-swift18:09
acolesjrichli: tdasilva just added a comment on patch 260179 re transaction ids - I need to leave so I have no time to fix it now - please let me know if it makes sense though.18:11
patchbotacoles: https://review.openstack.org/#/c/260179/ - swift - decouple versioned writes from COPY18:11
tdasilvaacoles: makes sense, i can work on it18:13
tdasilvaacoles: thanks for catching that18:13
openstackgerritJames Nzomo proposed openstack/python-swiftclient: Fix upload with "parent-relative" file paths  https://review.openstack.org/28031218:13
acolestdasilva: thanks. I was actually trying to understand my own TODO question about the swift source on the version DELETE so was digging into the logs a bit. But I now think the DELETE source is good, its the PUT thats missing the VW source and txn id.18:14
tdasilvaacoles: it was nice when you were only 2 hours ahead :)18:16
acolestdasilva: well either you go back to Brasil or I move to Nuuk :)18:19
tdasilvalol18:19
acolestdasilva: fwiw, my log extracts - http://paste.openstack.org/show/487156/18:19
tdasilvaacoles: isn't Bermuda a British territory? it's nice there18:20
tdasilvaacoles: thanks, looking now18:20
acolestdasilva: yeah! and that's only 1 hour ahead of you.18:21
* acoles goes home to discuss tdasilva's suggestion with family18:22
tdasilvalol18:22
tdasilvahave a good night!18:22
acolesgood night18:22
*** acoles is now known as acoles_18:23
*** david-lyle has quit IRC18:27
*** d0ugal has quit IRC18:28
*** d0ugal has joined #openstack-swift18:29
*** bjkeller has quit IRC18:30
*** david-lyle has joined #openstack-swift18:35
*** klrmn has joined #openstack-swift18:38
*** jordanP has quit IRC18:39
*** StraubTW_ has joined #openstack-swift18:44
*** klrmn1 has joined #openstack-swift18:44
*** CaioBrentano has quit IRC18:44
*** petertr7 is now known as petertr7_away18:44
*** klrmn has quit IRC18:45
openstackgerritClay Gerrard proposed openstack/swift: Mock sleep in direct_client retry tests  https://review.openstack.org/28088218:53
clayg^ me fixing it might have been borderline but you reviewing it is definately in chart (https://xkcd.com/1205/)18:53
*** ChubYann has joined #openstack-swift18:54
*** Gordoni has quit IRC18:54
*** garthb_ has joined #openstack-swift18:55
*** zaitcev has joined #openstack-swift18:55
*** ChanServ sets mode: +v zaitcev18:55
*** garthb has quit IRC18:57
*** Gordoni has joined #openstack-swift18:58
openstackgerritTim Burke proposed openstack/swift: Static methods should be @staticmethods  https://review.openstack.org/28088518:58
*** haomaiwang has quit IRC19:01
*** haomaiwang has joined #openstack-swift19:01
*** daemontool has joined #openstack-swift19:14
*** bjkeller has joined #openstack-swift19:15
*** daemontool_ has joined #openstack-swift19:16
*** daemontool has quit IRC19:19
*** mrmoje has quit IRC19:22
*** petertr7_away is now known as petertr719:41
*** petertr7 is now known as petertr7_away19:51
*** zhill has quit IRC19:53
*** zhill has joined #openstack-swift19:57
*** haomaiwang has quit IRC20:01
*** 21WAA3UQL has joined #openstack-swift20:01
*** petertr7_away is now known as petertr720:04
*** StraubTW has quit IRC20:12
*** garthb_ has quit IRC20:18
*** garthb__ has joined #openstack-swift20:18
*** david-lyle has quit IRC20:18
openstackgerritThiago da Silva proposed openstack/swift: decouple versioned writes from COPY  https://review.openstack.org/26017920:24
*** trifon has quit IRC20:33
*** StraubTW has joined #openstack-swift20:44
*** proteusguy__ has quit IRC20:48
*** garthb__ has quit IRC20:51
*** gyee has quit IRC20:54
*** trifon has joined #openstack-swift20:56
*** StraubTW has quit IRC20:58
*** silor has quit IRC20:59
mattoliveraumorning21:00
*** 21WAA3UQL has quit IRC21:01
*** haomaiwang has joined #openstack-swift21:01
*** proteusguy__ has joined #openstack-swift21:01
*** daemontool__ has joined #openstack-swift21:17
*** daemontool_ has quit IRC21:20
*** garthb has joined #openstack-swift21:24
openstackgerritClay Gerrard proposed openstack/swift: Remove '#! /usr/bin/env python' from unexecutable files  https://review.openstack.org/27949321:27
*** daemontool has joined #openstack-swift21:38
*** daemontool__ has quit IRC21:42
*** StraubTW has joined #openstack-swift21:43
openstackgerritMerged openstack/swift: Docstring omission in class BaseDiskFileManager.  https://review.openstack.org/27861521:47
*** StraubTW has quit IRC21:47
*** gyee has joined #openstack-swift21:50
*** StraubTW has joined #openstack-swift21:52
openstackgerritOpenStack Proposal Bot proposed openstack/swift: Updated from global requirements  https://review.openstack.org/8873621:56
tdasilvamattoliverau: o/21:58
*** tongli has quit IRC21:59
*** haomaiwang has quit IRC22:01
*** haomaiwang has joined #openstack-swift22:01
*** StraubTW has quit IRC22:04
*** daemontool has quit IRC22:05
openstackgerritChristian Schwede proposed openstack/swift: Skip already checked partitions when auditing objects after a restart  https://review.openstack.org/27944022:06
mattoliveraucschwede: your still awake!22:06
*** StraubTW has joined #openstack-swift22:09
tdasilvamattoliverau: I think cschwede developed a robot to work for him22:15
tdasilvaor maybe he is a robot22:15
*** petertr7 is now known as petertr7_away22:17
mattoliverauLol, first clayg and now cschwede, the robot invasion has started!22:20
*** onovy has quit IRC22:24
*** peterlisak has quit IRC22:24
*** kaleta has quit IRC22:24
*** onovy has joined #openstack-swift22:28
*** peterlisak has joined #openstack-swift22:30
*** kaleta has joined #openstack-swift22:30
*** garthb has quit IRC22:33
*** j_king has quit IRC22:47
*** daemontool has joined #openstack-swift22:48
*** changbl has quit IRC22:52
*** bjkeller has quit IRC22:53
*** diazjf has quit IRC22:55
openstackgerritSamuel Merritt proposed openstack/swift: Make info caching work across subrequests  https://review.openstack.org/28097722:58
openstackgerritSamuel Merritt proposed openstack/swift: Fix up get_account_info and get_container_info  https://review.openstack.org/28097822:58
*** nadeem has quit IRC23:00
*** haomaiwang has quit IRC23:01
*** haomaiwang has joined #openstack-swift23:01
*** rcernin has quit IRC23:18
*** km has joined #openstack-swift23:18
*** StraubTW has quit IRC23:24
*** StraubTW has joined #openstack-swift23:24
*** kei_yama has joined #openstack-swift23:26
*** garthb has joined #openstack-swift23:27
*** patchbot has quit IRC23:29
*** patchbot` has joined #openstack-swift23:29
*** gyee_ has joined #openstack-swift23:30
*** patchbot` is now known as patchbot23:30
*** trifon has quit IRC23:30
*** gmmaharaj has joined #openstack-swift23:33
*** okdas_ has joined #openstack-swift23:35
*** EmilienM_ has joined #openstack-swift23:36
*** fbo_ has joined #openstack-swift23:36
*** hrou_ has joined #openstack-swift23:36
*** wasmum- has joined #openstack-swift23:36
*** gyee has quit IRC23:37
*** arch-nemesis has quit IRC23:37
*** ekarlso has quit IRC23:37
*** wasmum has quit IRC23:37
*** gmmaha has quit IRC23:37
*** okdas has quit IRC23:37
*** hrou has quit IRC23:37
*** EmilienM has quit IRC23:37
*** fbo has quit IRC23:37
*** pchng has quit IRC23:37
*** gmmaharaj is now known as gmmaha23:37
*** EmilienM_ is now known as EmilienM23:37
*** EmilienM is now known as Guest2883623:37
claygtorgomatic: ^ hey that's exciting!23:40
*** Guest28836 has quit IRC23:41
*** Guest28836 has joined #openstack-swift23:41
*** Guest28836 is now known as EmilienM23:42
*** arch-nemesis has joined #openstack-swift23:44
*** pc6411 has joined #openstack-swift23:47
*** ekarlso has joined #openstack-swift23:47
*** pc6411 has quit IRC23:47
*** pc6411 has joined #openstack-swift23:47
*** ekarlso has quit IRC23:48
*** ekarlso has joined #openstack-swift23:48
*** pc6411 is now known as pchng23:50
*** notmorgan has joined #openstack-swift23:55
notmorgantimburke: ping - not sure if you're here but looking at mordred's change for os-cloud-config to pass in sane-ish-things for reauth23:55
timburkepong23:56
notmorgantimburke: trying to make sure i'm not overlooking anything so, wanted to bug you for a few.23:56
timburkesure thing23:56
notmorgantimburke: so afaict, occ uses swift.Client.Connection as it's constructor, this seems to me like all the extra logic is... well missing? unless we specifically pass in a client-object that isn't .Connection23:56
notmorgansince like project_id, etc (v3-isms) aren't there.23:57
notmorganand occ's tests use a mock object not the actual swift client.23:57
*** chsc has quit IRC23:57
notmorgantimburke: am i missing something wrt OCC and swiftclient?23:57
notmorganlooking here: https://github.com/openstack/os-client-config/blob/master/os_client_config/constructors.json fwiw23:58
notmorganI am guessing that should be something *not* Connection based upon the code flow.23:58
*** StraubTW has joined #openstack-swift23:58

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