Earlier  
Posted Nick Remark
#openstack-sdks - 2018-08-31
12:30:55 openstackgerrit LIU Yulong proposed openstack/openstacksdk master: Support firewall service for SDK https://review.openstack.org/592303
14:18:01 openstackgerrit LIU Yulong proposed openstack/openstacksdk master: Support firewall service for SDK https://review.openstack.org/592303
21:14:23 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Allow JMESPath on searching networking resources https://review.openstack.org/599078
23:58:51 openstackgerrit LIU Yulong proposed openstack/openstacksdk master: Support firewall service for SDK https://review.openstack.org/592303
#openstack-sdks - 2018-09-01
04:42:16 openstackgerrit Merged openstack/keystoneauth master: import zuul job settings from project-config https://review.openstack.org/597655
12:30:31 openstackgerrit Merged openstack/openstackclient master: import zuul job settings from project-config https://review.openstack.org/594280
12:32:18 openstackgerrit Merged openstack/openstackclient master: add python 3.6 unit test job https://review.openstack.org/594281
14:20:21 openstackgerrit Merged openstack/cliff master: import zuul job settings from project-config https://review.openstack.org/594274
14:25:16 openstackgerrit Merged openstack/cliff master: switch documentation job to new PTI https://review.openstack.org/594275
14:25:18 openstackgerrit Merged openstack/cliff master: add python 3.6 unit test job https://review.openstack.org/594276
14:25:20 openstackgerrit Merged openstack/cliff master: add lib-forward-testing-python3 test job https://review.openstack.org/594277
14:33:42 openstackgerrit Merged openstack/python-openstackclient master: switch documentation job to new PTI https://review.openstack.org/594289
14:33:44 openstackgerrit Merged openstack/python-openstackclient master: add python 3.6 unit test job https://review.openstack.org/594290
14:33:46 openstackgerrit Merged openstack/python-openstackclient master: add lib-forward-testing-python3 test job https://review.openstack.org/594291
#openstack-sdks - 2018-09-03
06:58:40 gmann tonyb: mordred : can you check this osc backport fix(https://review.openstack.org/#/c/599291/1). we need other osc release for rocky. i can push release patch once backport is in - http://lists.openstack.org/pipermail/openstack-dev/2018-September/134171.html
07:53:27 gmann dtroyer: ^^
12:28:14 openstackgerrit Dmitry Tantsur proposed openstack/openstacksdk master: Support bare metal service error messages https://review.openstack.org/599366
14:32:52 samueldmq morning sdk!
14:35:15 samueldmq sdk supports Identity: 2, 3; Compute 2; Networking 2; Image 1, 2; Block Storage 1, 2, 3; Object Storage 1
14:35:31 samueldmq am I lying or missing a version about these services?
14:54:41 openstackgerrit Dmitry Tantsur proposed openstack/openstacksdk master: Update baremetal objects with fields added up to Rocky https://review.openstack.org/599420
15:08:06 openstackgerrit Dmitry Tantsur proposed openstack/openstacksdk master: Update baremetal objects with fields added up to Rocky https://review.openstack.org/599420
17:14:47 samueldmq I guess I can look at files like https://github.com/openstack/openstacksdk/blob/master/openstack/identity/identity_service.py
17:15:07 samueldmq to figure it out, but I don't know how those service files relate to the upper abstraction layer yet
19:00:15 openstackgerrit Chris Dent proposed openstack/api-sig master: Add an api-design doc with design advice https://review.openstack.org/592003
19:07:50 openstackgerrit Chris Dent proposed openstack/microversion-parse master: Copy zuul job settings from project-config https://review.openstack.org/599448
21:42:56 tonyb gmann: I'll check it out later today.
23:53:37 gmann tonyb: thanks, this one is waiting for osc fix - https://review.openstack.org/#/c/591594/
#openstack-sdks - 2018-09-04
03:21:15 openstackgerrit zhulingjie proposed openstack/os-client-config master: fix bug link in readme https://review.openstack.org/599487
07:51:43 openstackgerrit Dmitry Tantsur proposed openstack/openstacksdk master: Update baremetal objects with fields added up to Rocky https://review.openstack.org/599420
08:18:17 openstackgerrit Chris Dent proposed openstack/microversion-parse master: Copy zuul job settings from project-config https://review.openstack.org/599448
08:49:44 openstackgerrit Dmitry Tantsur proposed openstack/openstacksdk master: baremetal: implement validate_node https://review.openstack.org/599533
09:17:30 openstackgerrit Chris Dent proposed openstack/microversion-parse master: Add python36 jobs to microversion-parse https://review.openstack.org/599539
09:17:39 cdent dtantsur: ^ thanks for the nudge
09:38:29 dtantsur np :)
12:10:08 openstackgerrit Dmitry Tantsur proposed openstack/openstacksdk master: Update baremetal objects with fields added up to Rocky https://review.openstack.org/599420
13:43:50 openstackgerrit Merged openstack/os-client-config master: fix bug link in readme https://review.openstack.org/599487
15:08:42 openstackgerrit Bernard Cafarelli proposed openstack/python-openstackclient master: Partially Revert "Add command to unset information from Subnet-pools" https://review.openstack.org/599633
15:13:14 openstackgerrit Chuck Short proposed openstack/osc-lib master: add python 3.6 unit test job https://review.openstack.org/594284
15:54:02 openstackgerrit Bernard Cafarelli proposed openstack/python-openstackclient master: Partially Revert "Add command to unset information from Subnet-pools" https://review.openstack.org/599633
17:02:36 samueldmq does anybody know if it's possible to set up devstack with older versions of services?
17:02:57 samueldmq s/possible/devstack supports that
17:20:32 Shrews samueldmq: devstack has stable/* branches like the other projects
17:21:19 samueldmq Shrews: kk I'll take a look at that. I'm finding it incredibly hard to set up accounts on public clouds to test'em out with SDK
17:21:35 Shrews if you're trying to make master work with older releases, that might be difficult
17:21:35 samueldmq Shrews: most of them want me to be a company rather than an individual :-)
17:22:41 samueldmq Shrews: oldest devstack stable is newton, I might not be able to get volume v1, for example with that
17:29:47 samueldmq hmm older versions are tagged, maybe that still works?
18:21:43 openstackgerrit Merged openstack/openstacksdk master: Invalidate cache upon container deletion https://review.openstack.org/596545
#openstack-sdks - 2018-09-05
00:10:03 openstackgerrit Merged openstack/openstacksdk master: Listing containers to return Munch objects https://review.openstack.org/596539
08:52:53 openstackgerrit Bernard Cafarelli proposed openstack/python-openstackclient master: Partially Revert "Add command to unset information from Subnet-pools" https://review.openstack.org/599633
09:29:59 openstackgerrit Colleen Murphy proposed openstack/os-service-types master: Use keystoneauth only in applicable test https://review.openstack.org/599979
11:04:55 openstackgerrit Colleen Murphy proposed openstack/keystoneauth master: Remove os-testr from requirements https://review.openstack.org/600004
13:03:06 openstackgerrit Pavlo Shchelokovskyy proposed openstack/keystoneauth master: Allow loading custom adapters from config https://review.openstack.org/600033
14:02:31 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Implement network update https://review.openstack.org/600050
14:04:58 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Implement update volume https://review.openstack.org/600057
14:05:36 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Implement volume update https://review.openstack.org/600057
14:52:05 openstackgerrit Merged openstack/os-service-types master: Use keystoneauth only in applicable test https://review.openstack.org/599979
17:33:23 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Allow returning munch on create and get container https://review.openstack.org/596546
17:47:50 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Allow returning munch on create and get container https://review.openstack.org/596546
19:14:59 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Add support for ironic single-version responses https://review.openstack.org/595980
19:15:06 mordred dtantsur|afk, kmalloc, TheJulia: updated the support-ironic-microversions patch to be slightly less ironic specific
19:15:16 mordred maybe it's less offensive in that form?
19:27:42 Shrews this won't end well
19:27:58 TheJulia Shrews: sharks?
19:28:23 Shrews sharks with bunnies
19:28:41 Shrews *nom* *nom* *nom*
19:28:47 TheJulia indeed
19:30:55 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Add support for ironic single-version responses https://review.openstack.org/595980
19:31:03 mordred who knows - maybe the bunny eats the shark?
19:31:13 mordred (I added a test to the patch)
19:33:58 openstackgerrit Merged openstack-infra/shade master: Replace assertRaisesRegexp with assertRaisesRegex https://review.openstack.org/596725
19:51:29 TheJulia Well, I think if the bunny is super hungry, possibly
19:52:05 TheJulia This only re-enforces that I should bring at least one stuffed animal of some sort to the PTG
19:52:27 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Add support for ironic single-version responses https://review.openstack.org/595980
19:59:07 cdent only one?
20:09:01 mordred cdent: maybe a prize should be awarded to the human who brings the most stuffed animals to the PTG
20:31:20 TheJulia cdent: I'll be on the road for two weeks....
20:31:35 cdent 14 stuff animals
20:31:36 cdent simple
20:31:38 TheJulia lol
20:32:49 TheJulia so if the ptg are stuffed animals, do summits become who brings the most giant microbes?
20:50:55 mordred TheJulia: are they not that already?
20:51:47 TheJulia I never apparently got the memo
21:43:03 openstackgerrit Merged openstack/keystoneauth master: switch documentation job to new PTI https://review.openstack.org/597656
22:17:41 openstackgerrit Merged openstack/keystoneauth master: add python 3.6 unit test job https://review.openstack.org/597657
22:17:43 openstackgerrit Merged openstack/keystoneauth master: add lib-forward-testing-python3 test job https://review.openstack.org/597658
#openstack-sdks - 2018-09-06
01:30:05 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Add support for ironic single-version responses https://review.openstack.org/595980
02:02:49 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Use discovery instead of config to create proxies https://review.openstack.org/600292
02:03:12 mordred Shrews: when you wake up - that beast ^^ is probably worth starting to look at
02:07:19 mordred Shrews: but hopefully +229, -1574 makes it worthwhile :)
03:50:09 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Add support for ironic single-version responses https://review.openstack.org/595980
03:50:51 mordred kmalloc: ^^ did another 2 revs adding support for the json body format dtantsur|afk added in the ironic patch so that it's upwards compat
03:50:55 mordred dtantsur|afk: ^^ you too
03:51:11 kmalloc Ah nice
03:51:19 kmalloc Will look shortly.
03:51:25 mordred coolio
03:51:29 kmalloc :)
03:51:47 mordred kmalloc: if you want to really burn your eyeballs, check out https://review.openstack.org/600292 :)
04:01:13 kmalloc Oh no!

Earlier   Later