Earlier  
Posted Nick Remark
#openstack-sdks - 2018-07-09
14:31:35 dtroyer a lot of this stuff is the sort of stuff I was hoping to have just "go away" with OSC 4 and some subtle breakage in how these global options worked… so much for that plan
14:32:18 dtroyer the devstack accrc stuff was added by someone (I don't recall) for a specific purpose, if it's bit-rotted I wouldn't be sad to see it go away
14:33:08 dtroyer this all points out how stupidly fragile OSC is with this handling and why I'm ready for that subtle breakage and cleaning out the cruft
14:47:10 mordred dtroyer: ++
14:48:09 mordred dtroyer: that said - I think I've become convinced that the identity_api_version introspection that osc does that occ/sdk doesn't do is more user friendly and we should add it to occ/sdk
15:27:17 openstackgerrit Merged openstack/osc-lib master: Add release note link in README https://review.openstack.org/578459
16:12:20 openstackgerrit Pavlo Shchelokovskyy proposed openstack/python-openstackclient master: Skip calls to glance and nova when got no servers https://review.openstack.org/568344
16:12:21 openstackgerrit Pavlo Shchelokovskyy proposed openstack/python-openstackclient master: Add --name-lookup option to server list https://review.openstack.org/568345
17:16:26 mordred dtroyer, Shrews: I've gotta be offline for the next few hours - when https://review.openstack.org/#/c/580898/ lands, can one of y'all recheck https://review.openstack.org/#/c/580795/ ?
17:34:31 Shrews mordred: sure
19:25:06 openstackgerrit Merged openstack/osc-lib master: Fix exception in log warning when no cloud config exists https://review.openstack.org/580898
19:36:31 Shrews mordred: rechecked
22:22:37 openstackgerrit Merged openstack/openstacksdk master: Add support for processing insecure https://review.openstack.org/580795
23:01:48 openstackgerrit Feilong Wang proposed openstack/openstacksdk master: Fix Magnum cluster update https://review.openstack.org/581157
#openstack-sdks - 2018-07-10
00:51:11 openstackgerrit Merged openstack/osc-lib master: Pass prompt_for_password to OSC_Config constructor https://review.openstack.org/580900
01:04:51 mordred woot
01:04:57 mordred I'm getting excited about these patches landing
01:05:06 mordred Shrews, dtroyer thanks for the rechecks
01:05:14 mordred remote: https://review.openstack.org/580527 Release 0.15.0 of openstacksdk
02:18:11 openstackgerrit Feilong Wang proposed openstack-infra/shade master: Add Magnum cluster support https://review.openstack.org/577673
02:18:35 openstackgerrit Feilong Wang proposed openstack/openstacksdk master: Fix Magnum cluster update https://review.openstack.org/581157
04:08:07 openstackgerrit Feilong Wang proposed openstack-infra/shade master: Add Magnum cluster support https://review.openstack.org/577673
04:58:52 openstackgerrit Lingxian Kong proposed openstack/openstacksdk master: Support to wait for load balancer to be ACTIVE https://review.openstack.org/581198
05:02:01 openstackgerrit Lingxian Kong proposed openstack/openstacksdk master: Support to wait for load balancer to be ACTIVE https://review.openstack.org/581198
05:09:00 openstackgerrit Merged openstack/osc-lib master: Run OSC unit test tips jobs https://review.openstack.org/580875
07:54:28 openstackgerrit Lingxian Kong proposed openstack/openstacksdk master: Support to wait for load balancer to be ACTIVE https://review.openstack.org/581198
09:03:50 openstackgerrit Vu Cong Tuan proposed openstack/openstackclient master: Switch to stestr https://review.openstack.org/581276
09:23:25 openstackgerrit Vu Cong Tuan proposed openstack/openstackclient master: Switch to stestr https://review.openstack.org/581276
10:13:57 openstackgerrit Lingxian Kong proposed openstack/openstacksdk master: Support to wait for load balancer to be ACTIVE https://review.openstack.org/581198
11:21:37 openstackgerrit Vu Cong Tuan proposed openstack/api-wg master: Switch to stestr https://review.openstack.org/581323
11:22:48 openstackgerrit tianhui proposed openstack/python-openstackclient master: Compute: Add tag support for server add fixed ip https://review.openstack.org/581325
11:37:39 openstackgerrit Vu Cong Tuan proposed openstack/api-wg master: Switch to stestr https://review.openstack.org/581323
13:06:14 Luzi dtroyer, you wanted to know whether the osc-included image signing would work, with an image provided via stdin, right?
13:06:31 dtroyer Luzi: yes
13:07:54 Luzi well we face another problem with that: we are currently prompting for a password for the private key (if it is encrypted) via stdin.
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

Earlier   Later