Earlier  
Posted Nick Remark
#openstack-sdks - 2018-02-14
15:40:29 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Cleanup the BaseProxy docs a bit https://review.openstack.org/539270
15:40:29 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Rename BaseProxy to Proxy https://review.openstack.org/539271
15:40:30 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Calculate name in CloudRegion https://review.openstack.org/541059
15:40:30 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Generate proxy methods from resource objects https://review.openstack.org/540169
15:40:31 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: WIP Honor service type aliases from the catalog https://review.openstack.org/544356
15:40:31 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Use get_session_client in Connection https://review.openstack.org/541060
15:42:37 openstackgerrit Merged openstack-infra/shade master: Fix functional test about port https://review.openstack.org/544341
16:02:56 openstackgerrit Daniel Speichert proposed openstack/python-openstacksdk master: Added few image properties to Image class https://review.openstack.org/544049
16:08:46 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Shift config exceptions to openstack.exceptions https://review.openstack.org/539396
16:08:47 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Generate proxy methods from resource objects https://review.openstack.org/540169
16:08:47 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Rename BaseProxy to Proxy https://review.openstack.org/539271
16:08:48 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Use get_session_client in Connection https://review.openstack.org/541060
16:08:48 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Calculate name in CloudRegion https://review.openstack.org/541059
16:08:49 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: WIP Honor service type aliases from the catalog https://review.openstack.org/544356
17:01:53 openstackgerrit Daniel Speichert proposed openstack/python-openstacksdk master: Populate Image.properties https://review.openstack.org/544544
18:37:52 openstackgerrit Daniel Speichert proposed openstack/python-openstacksdk master: Populate Image.properties https://review.openstack.org/544544
22:59:31 openstackgerrit Eric Fried proposed openstack/os-service-types master: Updated from OpenStack Service Type Authority https://review.openstack.org/543987
#openstack-sdks - 2018-02-15
09:34:58 openstackgerrit Merged openstack/osc-lib master: Zuul: Remove project name https://review.openstack.org/543790
12:14:12 cdent elmiko, edleafe, dtantsur: depending on the flow of several different events this afternoon I may miss or be pulled away from the api-sig meeting to deal with local stuff
12:14:29 dtantsur ack. I plan on being there.
13:25:11 cdent mordred: is this dead, lingering, superceded, something else? https://review.openstack.org/#/c/484341/
13:48:44 elmiko cdent: ack
14:00:52 edleafe cdent: ack
14:50:57 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Fix functional test about port https://review.openstack.org/544995
14:57:31 mordred cdent: lingering and still much needed - I need to get that finished up soon
14:57:45 cdent mordred: roger that
14:58:37 mordred cdent: if you have a sec, https://review.openstack.org/#/c/543987 and its parent https://review.openstack.org/#/c/544365 are ready for some love
15:02:51 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Shift config exceptions to openstack.exceptions https://review.openstack.org/539396
15:02:52 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Generate proxy methods from resource objects https://review.openstack.org/540169
15:02:52 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Rename BaseProxy to Proxy https://review.openstack.org/539271
15:02:53 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Use get_session_client in Connection https://review.openstack.org/541060
15:02:53 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Calculate name in CloudRegion https://review.openstack.org/541059
15:02:54 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Collect tox and testr output in functional tests https://review.openstack.org/545001
15:02:54 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: WIP Honor service type aliases from the catalog https://review.openstack.org/544356
15:08:19 openstackgerrit Merged openstack/os-service-types master: Sort json data https://review.openstack.org/544365
15:12:06 openstackgerrit Merged openstack/os-service-types master: Updated from OpenStack Service Type Authority https://review.openstack.org/543987
15:28:03 frickler mordred: in case you are getting bored, I re-discovered another shade issue affecting ansible ;) https://storyboard.openstack.org/#!/story/2001527
15:28:22 frickler mordred: also doing a new shade release would be nice
15:37:09 mordred frickler: yay! SOOOOO ... that one will be fun to fix, since wait=False means we return before there is a server to attach a FIP to.
15:38:00 mordred frickler: we could spawn off a worker thread to do the fip attaching, but with os_server being its own process it would have the same effect as auto_ip just implying wait=True
15:38:59 frickler mordred: I was fearing something like that, a valid alternative might be changing the default to some working variant. and also adding a big warning to os_server in ansible
15:40:14 mordred frickler: the *safest* way would be to have auto_ip imply wait=True ... should ponder that for a minute ...
15:40:53 frickler mordred: another approach might be getting a port from neutron, attaching the FIP and then creating the server with that port. I never tested that, though
15:41:08 mordred frickler: it won't work on all clouds, unfortunately
15:41:35 mordred (although I like the idea)
15:42:09 mordred frickler: hrm. now that I say that ... the clouds that I know it won't work on are clouds that don't need floating ips anyway
15:42:36 mordred frickler: so it might be worth testing that as an approach on the fip-requiring clouds
15:43:19 mordred although then we run in to fun with clouds that have multiple private interfaces
15:44:34 cdent elmiko, dtantsur, edleafe not going to make it all
15:48:00 elmiko cdent: thanks for the heads up, you will be missed /me sniffles
15:48:19 elmiko also, you posts about the placement thingie in nova make me really curious
15:51:11 cdent elmiko: feel free to find me and ask me about whatever it is you are being curious about. When I'm not running errands (which will start soon)
15:54:29 elmiko cdent: i plan to hit you up in dublin, hopefully over brews ;)
15:54:48 cdent cool, you can meet my lovely wife too, she'll be there
15:57:50 edleafe oh, I'm *sure* she'll love to be chatting about placement
15:58:21 elmiko very cool!
15:58:25 elmiko haha
15:58:52 cdent I was trying to make excuses for two different instances of brews
16:24:37 mordred rods_, slaweq: stack is green at https://review.openstack.org/#/c/539271 finally - slaweq, I squashed the doc patch into the BaseProxy patch based on your review
16:25:07 rods_ mordred looking
16:32:47 elmiko edleafe, dtantsur, ready for review https://etherpad.openstack.org/p/api-sig-newsletter
16:39:15 SamYaple /win/win 49
16:39:32 mordred SamYaple: we see you
16:39:48 mordred SamYaple: (wanna review 539271 ?)
16:40:00 SamYaple already done
16:40:04 SamYaple but also, damn
16:41:30 SamYaple im about to switch to openstacksdk from shade internally. the testing is pretty painless so far
16:48:59 mordred SamYaple: woot!
16:49:16 edleafe elmiko: if you like my changes, ship it!
16:53:04 elmiko edleafe: love it! thanks =)
16:53:14 elmiko i wasn't sure about the -1 part, but i think you are spot on
16:58:32 edleafe elmiko: I'm not one of those "only say nice things" people
17:01:08 elmiko edleafe: yeah, i need to become better about that
17:28:52 openstackgerrit Merged openstack/python-openstacksdk master: Fix functional test about port https://review.openstack.org/544995
17:29:45 openstackgerrit Merged openstack/python-openstacksdk master: Collect tox and testr output in functional tests https://review.openstack.org/545001
17:31:55 openstackgerrit Merged openstack/python-openstacksdk master: Shift config exceptions to openstack.exceptions https://review.openstack.org/539396
17:48:44 openstackgerrit Merged openstack/python-openstacksdk master: Rename BaseProxy to Proxy https://review.openstack.org/539271
17:52:00 openstackgerrit Merged openstack/python-openstacksdk master: Generate proxy methods from resource objects https://review.openstack.org/540169
19:02:47 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Update all test base classes to use base.TestCase https://review.openstack.org/540373
19:02:47 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Update base test case to use base from oslotest https://review.openstack.org/540372
19:02:48 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Honor service type aliases from the catalog https://review.openstack.org/544356
19:04:26 mordred Qiming: ^^ ok. I think that should be working now. I apologize, it's a nasty patch to review - which is partially because the logic here SHOULD be in keystoneauth but I didn't make the cutoff for that and I'd like to backport this fix to queens
19:09:53 openstackgerrit Colleen Murphy proposed openstack/keystoneauth master: Add pep8 import order validation https://review.openstack.org/545094
19:46:58 rm_work heya
19:47:33 rm_work so, newest(?) release of openstacksdk seems to force some version discovery of endpoints that breaks on older (liberty) clouds :(
19:49:56 rm_work seems all of the 0.11.x versions
19:50:16 rm_work latest working that i have so far is a 0.9.x but i'm trying to figure out what i can test in 0.10.x
19:50:45 rm_work was 0.10.x basically skipped?
19:51:18 rm_work 0.9.19 seems to be the latest that works for me
19:53:37 openstackgerrit Merged openstack/keystoneauth master: Fix a spelling error https://review.openstack.org/541949
19:55:24 rm_work mordred: it was mentioned that you possibly were working on bits of this?
20:10:06 mordred rm_work: I am, in fact, working in a related area right now ... which service are you seeing issues with?
20:10:30 rm_work neutron specifically
20:10:32 rm_work i didn't test everything
20:10:44 rm_work `port list` is the worst
20:10:47 rm_work it just fails entirely
20:11:03 rm_work `floating ip list` prints some errors about version discovery but somehow still seems to return results
20:11:42 mordred rm_work: are you in a position where it would be easy for you to test a not-landed version of sdk?
20:11:53 rm_work prolly sure
20:12:01 rm_work I can just git-review and pip install -e

Earlier   Later