Earlier  
Posted Nick Remark
#openstack-sdks - 2018-07-10
13:10:11 Luzi we use the osc_lib/utils get_password therefore, which collides with the image, when that is uploaded via stdin
13:13:41 Luzi is there another way to handle the prompting for passwords? because we need the password to access the key which we use to encrypt the image (in that order)
13:14:11 Luzi so when the image is provided via stdin, i see no way to also provide the password
13:21:12 mordred I don't see a good way to prompt for password and also accept key on stdin
13:21:50 mordred so you might want the answer there to be that if you want to pass the image on stdin, you need to have password somewhere like clouds.yaml - and if you want to be prompted for password, you should maybe have the image in a file
13:22:32 mordred Luzi: (also, sorry I haven't gotten back with you on the image signing code in sdk - a few things broke last week and have been putting the pieces back together)
13:24:37 Luzi mordred, ah that's reasonable, also a lot of people have vacation, so i didn't worry :)
13:24:54 mordred Luzi: also - your patch is failing CI tests - looks like your cryptography addition "cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0" does not match the entry in global-requirements "cryptography!=2.0" - and something with pep8
13:25:07 mordred Luzi: yes - vacation season! :)
13:25:39 Luzi and yeah that would be a way: to just allow osc-included image signing, with an image provided as file
13:26:43 Luzi mordred, yeah i need to have a look at pep8 and the requirements
13:28:53 mordred Luzi: no worries - and no rush
14:21:48 openstackgerrit Merged openstack/python-openstackclient master: Make Profile fallback go bye-bye https://review.openstack.org/540541
14:57:21 mordred dtroyer: zomg. we're deleting so much code
14:58:50 mordred dtroyer: just rechecked https://review.openstack.org/#/c/580796 now that sdk 0.15 is released
15:04:44 dtroyer mordred: \o/
15:06:17 cdent deleting code++
16:15:28 openstackgerrit Stephen Finucane proposed openstack/python-openstackclient master: Replace pbr autodoc with sphinxcontrib-apidoc https://review.openstack.org/581415
16:18:24 openstackgerrit Chen proposed openstack/python-openstackclient master: WIP https://review.openstack.org/581418
18:05:12 mordred dtroyer: hey look - https://review.openstack.org/#/c/580796/ is green!
19:12:36 mordred dhellmann: if you have a sec, ^^ is a cleanup patch for osc-lib that is green now that we released
21:09:27 openstackgerrit Monty Taylor proposed openstack-infra/shade master: Use the openstacksdk manager constructor argument https://review.openstack.org/580475
21:09:27 openstackgerrit Monty Taylor proposed openstack-infra/shade master: Make OpenStackCloud a subclass of Connection https://review.openstack.org/577647
22:08:34 openstackgerrit Monty Taylor proposed openstack-infra/shade master: Use the openstacksdk manager constructor argument https://review.openstack.org/580475
22:08:34 openstackgerrit Monty Taylor proposed openstack-infra/shade master: Make OpenStackCloud a subclass of Connection https://review.openstack.org/577647
22:18:58 openstackgerrit Lingxian Kong proposed openstack/openstacksdk master: Support to wait for load balancer to be ACTIVE https://review.openstack.org/581198
#openstack-sdks - 2018-07-11
00:43:56 openstackgerrit Dean Troyer proposed openstack/osc-lib master: Replace autodoc with sphinxcontrib-apidoc https://review.openstack.org/581538
01:33:20 openstackgerrit Nguyen Hai proposed openstack-infra/requestsexceptions master: fix tox python3 overrides https://review.openstack.org/572926
01:55:58 openstackgerrit Lingxian Kong proposed openstack/openstacksdk master: Support to wait for load balancer to be ACTIVE https://review.openstack.org/581198
03:19:05 openstackgerrit Lingxian Kong proposed openstack/openstacksdk master: Support to wait for load balancer to be ACTIVE https://review.openstack.org/581198
04:28:58 openstackgerrit Vu Cong Tuan proposed openstack/cliff master: Switch to stestr https://review.openstack.org/581564
04:40:54 openstackgerrit Dao Cong Tien proposed openstack/os-client-config master: Invalid link of doc reference https://review.openstack.org/581566
05:20:28 openstackgerrit Dean Troyer proposed openstack/osc-lib master: Replace autodoc with sphinxcontrib-apidoc https://review.openstack.org/581538
05:26:19 openstackgerrit Dean Troyer proposed openstack/osc-lib master: Stop processing requests verify args https://review.openstack.org/580796
05:53:54 openstackgerrit tianhui proposed openstack/python-openstackclient master: Compute: Add tag support for server add network https://review.openstack.org/581573
06:23:51 openstackgerrit Dao Cong Tien proposed openstack/openstacksdk master: Invalid link of doc reference https://review.openstack.org/581580
06:31:44 openstackgerrit Vu Cong Tuan proposed openstack/cliff master: Switch to stestr https://review.openstack.org/581564
07:01:33 openstackgerrit Feilong Wang proposed openstack/openstacksdk master: Add Magnum /certificates support https://review.openstack.org/581598
07:07:47 openstackgerrit Tuan Do Anh proposed openstack/python-openstackclient master: Fix lower-constraints.txt https://review.openstack.org/581603
07:20:54 openstackgerrit Chen proposed openstack/python-openstackclient master: Re-implement remove fixed ip function https://review.openstack.org/581418
07:30:52 openstackgerrit Chen proposed openstack/python-openstackclient master: Re-implement remove fixed ip function https://review.openstack.org/581418
08:06:23 openstackgerrit Vu Cong Tuan proposed openstack/cliff master: Switch to stestr https://review.openstack.org/581564
08:49:17 openstackgerrit Merged openstack/osc-lib master: Stop processing requests verify args https://review.openstack.org/580796
12:49:24 openstackgerrit Monty Taylor proposed openstack-infra/shade master: Make OpenStackCloud a subclass of Connection https://review.openstack.org/577647
12:52:51 openstackgerrit Doug Hellmann proposed openstack/os-api-ref master: import zuul job settings from project-config https://review.openstack.org/581724
12:56:05 openstackgerrit Monty Taylor proposed openstack/python-openstackclient master: Remove local openstack.config overrides https://review.openstack.org/580901
13:10:58 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Add task manager parameter to Connection https://review.openstack.org/577616
13:20:56 mordred gtema: if you feel like thinking about *really* fun things ... in https://review.openstack.org/#/c/574285/ dtantsur|afk mentions that TaskManager is very similar to the futurist library - and that maybe we should just add the ratelimiting support to futurist and switch shade/sdk/nodepool to using it
13:21:21 mordred gtema: I haven't dug in on that yet- as I should probably finish some of my hundred other tasks people are waiting on me for
13:22:09 gtema mordred: you'd bet.
13:23:28 gtema https://review.openstack.org/#/c/574285/ is nice
13:25:41 mordred gtema: :) I realized that shade/sdk support some logic for nodepool that's impossible to completely test in shade/sdk because the multi-threaded/rate-limiting taskmanager is not in tree
13:26:09 mordred gtema: so every time I try to talk to someone about improving/finishing the caching tier in shade/sdk it goes badly, since the whole problem space isn't in front of people
13:26:14 mordred whoops
13:27:33 dhellmann mordred , dtroyer : I've had someone ask me whether they should use shade or openstacksdk for a python app and in the course of trying to explain that things are merging I realized I don't actually know the state of that. What tool should someone use today?
13:30:41 mordred dhellmann: sdk
13:30:54 mordred dhellmann: they can use shade if they feel like it - it will continue to work indefinitely
13:31:20 mordred dhellmann: but the shade code is in sdk, and https://review.openstack.org/577647 (above, should land today) makdes the shade main class a subclass of the sdk class
13:31:39 dhellmann mordred : ok, cool, I couldn't even remember which direction things were merging :-)
13:31:44 mordred dhellmann: the "Connection" class in sdk contains all of the shade methods
13:31:46 mordred dhellmann: :)
13:31:48 dhellmann ETOOMANYPROJECTS
13:31:59 mordred dhellmann: I'm *very* much looking forward to finishing off collapsing the codebasees
13:32:40 dhellmann I'm sure
13:56:24 openstackgerrit Merged openstack/python-openstackclient master: Fix lower-constraints.txt https://review.openstack.org/581603
14:13:46 openstackgerrit Yuki Nishiwaki proposed openstack/osc-lib master: Check auth_url as well as identity version api https://review.openstack.org/526413
14:17:32 openstackgerrit Merged openstack/openstacksdk master: Fix Magnum cluster update https://review.openstack.org/581157
14:22:52 openstackgerrit Monty Taylor proposed openstack-infra/shade master: Use the openstacksdk task_manager constructor argument https://review.openstack.org/580475
14:22:52 openstackgerrit Monty Taylor proposed openstack-infra/shade master: Make OpenStackCloud a subclass of Connection https://review.openstack.org/577647
14:29:12 openstackgerrit Merged openstack/openstacksdk master: Add Magnum /certificates support https://review.openstack.org/581598
14:54:23 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Add task manager parameter to Connection https://review.openstack.org/577616
14:57:34 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Add task manager parameter to Connection https://review.openstack.org/577616
16:02:39 openstackgerrit Merged openstack/python-openstackclient master: Replace pbr autodoc with sphinxcontrib-apidoc https://review.openstack.org/581415
16:02:40 openstackgerrit Merged openstack/python-openstackclient master: Skip calls to glance and nova when got no servers https://review.openstack.org/568344
16:08:52 openstackgerrit Merged openstack/openstacksdk master: Support to wait for load balancer to be ACTIVE https://review.openstack.org/581198
17:16:29 Shrews mordred: re: 577647 and list_flavors() comment, could we undecorate the shade method and depend on sdk's caching?
17:17:25 Shrews seems weird that shade has to know that sdk decorates that method and we need to manipulate the call
17:18:42 Shrews and fragile, to boot
17:24:28 Shrews also posted a comment with that question
18:24:05 mordred Shrews: yes - I think we can - but I think we need to unwind more first - like - I think we should probably unwind the caching completely so that there are no cache decorators in shade at all
18:33:40 Shrews mordred: i guess i don't see why we can't do it as we convert the methods (list_flavors here)
18:36:25 Shrews wait... if we just delete shade's list_flavors, wouldn't that work?
21:17:28 openstackgerrit Daniel Speichert proposed openstack/osc-lib master: Fixes a bug with issubclass() being called on an instance https://review.openstack.org/581886
23:41:14 mordred Shrews: yes- except - the issue is that the list_flavors in shade needs to have different default values for the kwarg get_extra
23:41:53 mordred Shrews: what we probably want to do is make a patch that deletes all the methods except for the ones where we want to change arguments
23:42:09 mordred but I keep avoiding that because it hurts my head
23:42:28 mordred Shrews: once we do that though, I think we can also rip out the shade-side caching and the code will be *much* nicer
#openstack-sdks - 2018-07-12
02:29:28 openstackgerrit Merged openstack/openstacksdk master: Add task manager parameter to Connection https://review.openstack.org/577616
07:26:33 openstackgerrit Benoît Knecht proposed openstack/openstacksdk master: openstackcloud: properly handle scheduler_hints https://review.openstack.org/581984
15:02:28 openstackgerrit Merged openstack/openstacksdk master: Handle Munch objects in proxies https://review.openstack.org/579908
16:17:17 openstackgerrit Merged openstack/api-wg master: Expand error code document to expect clarity https://review.openstack.org/577118
16:17:58 openstackgerrit Merged openstack/api-wg master: Switch to stestr https://review.openstack.org/581323
16:20:40 elmiko edleafe: ok, ready for editing ;) https://etherpad.openstack.org/p/api-sig-newsletter
16:29:09 edleafe elmiko: looking...
16:30:35 edleafe elmiko: couple of minor nits corrected, and now LGTM
16:30:45 elmiko sweet, thanks!
17:07:10 openstackgerrit Merged openstack/openstacksdk master: openstackcloud: properly handle scheduler_hints https://review.openstack.org/581984
17:50:58 vakuznet why http://paste.openstack.org/show/725745/ Is this microversion negotiation?
17:52:57 vakuznet drop v2.1 or add -H X-Auth-Token or ... ?
18:37:42 openstackgerrit Artom Lifshitz proposed openstack/python-openstackclient master: Don't sent disk_over_commit if nova api > 2.24 https://review.openstack.org/582334

Earlier   Later