Earlier  
Posted Nick Remark
#openstack-sdks - 2018-09-27
16:46:52 elmiko thanks!
16:49:52 dtantsur elmiko: LGTM
16:50:26 elmiko thanks
16:56:37 edleafe elmiko: dtantsur|afk: I updated the meetings page: https://wiki.openstack.org/wiki/Meetings/API-SIG
16:57:16 edleafe elmiko: you're going to take care of the changes in openstack-infra/irc-meetings, right?
16:58:56 elmiko edleafe: https://review.openstack.org/#/c/605808/
16:59:01 elmiko thanks ed !
17:32:56 mnaser https://review.openstack.org/#/c/589012 -- can we have eyes on this?
17:33:15 mnaser it's impossible to do live migrations without force specifying a host which isnt ideal
19:05:10 mordred mnaser: how about nargs='?' to make the argument to --live be optional
19:05:27 mnaser mordred: i like that, it doesn't break the backwards compatibility
19:06:24 mnaser mordred: i dunno.. should i respin that patch? push another one and this one can stay as an alternate when we want to further refactor things?
19:06:27 mordred mnaser: might need to also add const='<nonce>' - which will tell argparse to put '<nonce>' in as the argument to --live if none is otherwise given
19:06:39 mnaser could we use default=None?
19:06:45 mordred well, I don't think the patch in its current state is viable bdcause it's a total breaking change
19:06:46 mnaser i think that is the most preferable thing on the nova api side of things
19:06:54 mordred mnaser: maybe? it's worth a try
19:07:51 mordred mnaser: so - default is the value that will be put into the variable if --live isn't given. const is the value that is put in if --live is given with no argument
19:08:05 mnaser mordred: ah okay, so const is what we want then
19:08:10 mordred mnaser: so maybe nargs='?', const=False, default=None
19:08:20 mordred that way you can easily tell all three cases
19:08:51 mnaser ok ill try to look at that, i should be paying attention to the call i'm in.. but zzz
19:10:07 mordred mnaser: bah. calls are boring
19:10:13 mordred I left the feedback on the patch too
20:10:07 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Optimize the floating ip functional test a bit https://review.openstack.org/605860
20:56:30 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Remove all the deprecated stuff https://review.openstack.org/605508
21:54:59 openstackgerrit Brian Haley proposed openstack/python-openstackclient master: Fix some spaces in help messages https://review.openstack.org/603206
#openstack-sdks - 2018-09-28
06:11:51 openstackgerrit Merged openstack/python-openstackclient master: Fix some spaces in help messages https://review.openstack.org/603206
06:30:17 openstackgerrit Merged openstack/openstacksdk master: Implement network update https://review.openstack.org/600050
08:45:20 openstackgerrit Witold Bedyk proposed openstack/python-openstackclient master: Add monascaclient to `not plugins` list https://review.openstack.org/606002
08:48:35 openstackgerrit Witold Bedyk proposed openstack/python-openstackclient master: Remove python-ceilometerclient https://review.openstack.org/606005
10:58:39 dtantsur elmiko, edleafe, w00t! so, do we still use startmeeting/endmeeting?
11:08:34 openstackgerrit Merged openstack/python-openstackclient master: Add monascaclient to `not plugins` list https://review.openstack.org/606002
11:22:00 openstackgerrit Chen proposed openstack/python-openstackclient master: trivial: remove commented-out code https://review.openstack.org/606037
12:53:24 elmiko dtantsur: i don't think we need to
12:53:50 elmiko just be hear, ready to help =)
12:53:53 elmiko *here
13:09:54 mordred elmiko: if you do startmeeting/endmeeting, then you'll get a meeting log and can use the various # commands... but also no, you certainly don't have to
13:19:54 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Clarify error message is from nova https://review.openstack.org/605544
13:20:09 mordred dtantsur: ^^ took your advice there
13:21:13 elmiko mordred: is it common practice to do a start/end meeting for office hours?
13:21:29 elmiko i can see the rationality, just wondering
13:23:29 mordred elmiko: I dunno - I just work here :)
13:24:36 elmiko mordred: lol, ack ;)
13:29:03 edleafe dtantsur: no, we don't use those. The channel is already logged, and we don't need to be any more formal than "Hey, we're here if anyone has any issues to discuss".
13:31:15 mordred edleafe: but are you still here if people don't have issues to discuss?
13:32:05 edleafe mordred: of course. We will sit here twiddling our collective thumbs
13:36:01 dtantsur or me alone in case of the morning slot :)
13:52:34 elmiko dtantsur ++
13:55:33 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Remove profile https://review.openstack.org/604414
13:55:34 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Use discovery instead of config to create proxies https://review.openstack.org/600292
13:55:34 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Set endpoint_override from endpoint with noauth https://review.openstack.org/604415
13:55:35 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Use network proxy in openstack.cloud https://review.openstack.org/604645
13:55:35 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Remove api version default values https://review.openstack.org/600330
13:55:36 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Remove all the deprecated stuff https://review.openstack.org/605508
14:01:38 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Clean up python3 test and remove duplicate jobs https://review.openstack.org/604517
14:02:16 mordred dtantsur: ^^ reworked the network and python testing patches and took the python3 patch out of the discovery stack
14:02:31 dtantsur nice, thanks! I'll try to have another pass today
14:09:11 openstackgerrit Witold Bedyk proposed openstack/python-openstackclient master: Remove python-ceilometerclient https://review.openstack.org/606005
14:17:11 dtantsur mordred: btw I left some non-blocking comments on ps16 of https://review.openstack.org/#/c/600292/ please check them as well
14:17:35 mordred ooh, yay - reading now
15:19:27 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Add some warnings and clarifications for discovery https://review.openstack.org/606113
15:19:45 mordred dtantsur: ^^ there are the cleanups for your reviews on 600292
15:20:12 dtantsur thanks!
15:35:40 openstackgerrit Merged openstack/openstacksdk master: Format URL when updating image props in Glance v1 https://review.openstack.org/605534
16:47:58 mordred dtantsur|afk: quick reply to your commet on the RateLimitingTaskManager patch (and yes, you're right, it's even easier because we throw it back away)
16:48:23 Shrews those randomly failing tests are irritating
16:48:41 Shrews and happening quite frequently
16:48:56 mordred Shrews: ya - I've been trying to dig in a little and battle them
16:49:02 mordred but haven't made much headway yet
16:49:43 mordred dtantsur|afk: the final patch in the series should get us out of the game of assuming threads - the intermediary ones are mostly to help us transition existing nodepools off
16:54:01 openstackgerrit Duc Truong proposed openstack/openstacksdk master: Add function examples test for clustering https://review.openstack.org/555762
17:05:44 openstackgerrit Merged openstack/python-openstackclient master: Remove python-ceilometerclient https://review.openstack.org/606005
#openstack-sdks - 2018-09-29
09:32:19 openstackgerrit Filippo Inzaghi proposed openstack/openstackclient master: fix tox python3 overrides https://review.openstack.org/606360
09:33:15 openstackgerrit Filippo Inzaghi proposed openstack/openstackclient master: Removed older version of python added 3.5 https://review.openstack.org/606361
09:36:44 openstackgerrit Filippo Inzaghi proposed openstack/os-api-ref master: Removed older version of python added 3.5 https://review.openstack.org/606362
09:45:46 openstackgerrit Filippo Inzaghi proposed openstack/os-service-types master: Removed older version of python added 3.5 https://review.openstack.org/606368
23:49:14 openstackgerrit Doug Hellmann proposed openstack/api-sig master: fix tox python3 overrides https://review.openstack.org/606618
23:52:17 openstackgerrit Doug Hellmann proposed openstack/openstackclient master: fix tox python3 overrides https://review.openstack.org/606685
23:52:30 openstackgerrit Doug Hellmann proposed openstack/os-api-ref master: fix tox python3 overrides https://review.openstack.org/606690
23:53:02 openstackgerrit Doug Hellmann proposed openstack/python-openstackclient master: fix tox python3 overrides https://review.openstack.org/606702
#openstack-sdks - 2018-09-30
20:19:04 rcarrillocruz mnaser: heya, around?
20:19:15 rcarrillocruz getting 504 Gateway Time-out when listing heat stacks on sjc1
20:19:28 mnaser rcarrillocruz: oh thats odd
20:19:32 mnaser let me see
20:19:53 mnaser hmm, you're right. that's weird, let me see
20:20:03 rcarrillocruz getting unable to retrive stack list on horizon, whihch is the 'user friendly' message from UI for that 504 i guess
20:20:15 mnaser hmm
20:20:15 mnaser haproxy not reporting things down
20:21:32 mnaser ugh
20:21:32 mnaser i guess healthchecks arent enough in this case
20:24:55 mnaser rcarrillocruz: fixed. sorry about that
20:26:17 rcarrillocruz yep. seems that did it, thanks!
20:35:36 rcarrillocruz mnaser: it seems you also have connectivity issues
20:35:38 rcarrillocruz ssh centos@38.108.68.21
20:35:41 rcarrillocruz no route to host
20:35:44 rcarrillocruz 22 is opened
20:36:05 rcarrillocruz and feel free to tell me 'dude, this is not the right venue, open a ticket or ask #dollarchannel"
20:36:25 mnaser rcarrillocruz: what does the console logs look like? http://grafana.openstack.org/d/nuvIH5Imk/nodepool-vexxhost?orgId=1 nodepool seems to be healthy
20:39:22 rcarrillocruz http://paste.openstack.org/show/731143/

Earlier   Later