Earlier  
Posted Nick Remark
#openstack-sdks - 2018-06-14
16:15:00 mordred I'll get you some patches anyway though
16:15:23 mordred there's a TODO earlier in that file from sdague about caching - which is also handled in ksa
16:25:22 edleafe cdent: https://etherpad.openstack.org/p/api-sig-newsletter is awaiting your critical pen
16:26:36 cdent my pen is weak, but will look
16:35:08 cdent edleafe: sorry for delay, wfm
16:36:33 edleafe cdent: roger that
16:43:52 rm_work mordred: sure, will get a stack from 0.13
16:48:32 rm_work mordred: http://paste.openstack.org/show/723484/
16:48:37 rm_work that's a FULL paste with 0.13.0
16:52:23 rm_work i have tested every version from 0.10.0 up
16:52:28 rm_work all seem the same
16:53:00 mordred rm_work: awesome. thnkas
16:54:44 mnaser https://review.openstack.org/#/c/574745
16:54:50 mnaser pretty straight forward thing
16:54:53 mnaser on the stack
16:56:01 mordred rm_work: oh - your cloud is returning 401 for / on neutron
16:56:20 mordred rm_work: do you have anything to do with the running of that cloud? or it's just one you're using?
16:56:20 rm_work I guess that's what Liberty did?
16:56:25 rm_work yeah we run it
16:56:36 rm_work I don't think we patched anything about that though...
16:56:39 mordred nod
16:58:34 rm_work that is correct tho, definitely 401 on /
17:02:30 mordred rm_work: do you mind running this? http://paste.openstack.org/show/723487
17:02:41 rm_work sure, one sec
17:02:57 mordred rm_work: I'm curious as to whether just updating things to send the token for discovery would work or not
17:06:37 rm_work err
17:06:39 rm_work hold on
17:06:43 rm_work getting auth issues
17:07:43 rm_work yeah
17:07:46 rm_work it seems to work?
17:08:27 mordred awesome. I'll work up an sdk patch
17:08:50 rm_work cool, i'll test it
18:47:15 openstackgerrit Adam Harwell proposed openstack/python-openstackclient master: Add ability to filter image list by tag https://review.openstack.org/575256
19:10:42 mriedem any idea what adds the openstack secret * commands?
19:10:44 mriedem barbican something?
19:12:17 dtroyer maybe python-barbicanclient
19:12:32 mriedem wasn't obvious from the code there http://git.openstack.org/cgit/openstack/python-barbicanclient/tree/
19:12:44 mriedem oh heh http://git.openstack.org/cgit/openstack/python-barbicanclient/tree/barbicanclient/osc_plugin.py
19:13:28 dtroyer we usually ask plugins to list their resources in the main OSC tree, secret isn't there
19:14:00 mriedem well,, https://docs.openstack.org/python-openstackclient/latest/cli/plugin-commands.html#barbican
19:14:04 mriedem but yeah
19:14:37 mriedem https://docs.openstack.org/python-barbicanclient/latest/cli/cli_usage.html is all non-osc as far as i can tell
19:15:28 dtroyer probably? is that one of the descendents of novaclient with an osc plugin in-tree?
19:16:44 dtroyer my guess is that works stand-alone, and if osc find it the same commands would work but with 'openstack' rather than 'barbican'
19:16:51 dtroyer that's what I would hop anyway
19:17:05 dtroyer ugh, they made up their own verbs and stuff
19:23:51 diablo_rojo mordred, around?
19:24:17 diablo_rojo I have a new contributor for you :)
19:24:49 wacuuu It's a me!! :)
19:27:08 diablo_rojo I met him at OpenStackDay Poland and he is interested in getting started on OpenStackSDK
20:31:43 lbragstad i'm hitting a weird error writing a couple unit tests for osc and curious if anyone has see something like this before? http://paste.openstack.org/show/723507/
20:32:16 lbragstad it feels like the fix should be simple or a typo, but i can't seem to find how what i've done in the test is any different than other commands that accept integers
20:32:45 openstackgerrit Lance Bragstad proposed openstack/python-openstackclient master: Implement support for registered limits https://review.openstack.org/574475
20:33:28 lbragstad the test case i'm tripping on is here - https://review.openstack.org/#/c/574475/6/openstackclient/tests/unit/identity/v3/test_registered_limit.py@54
20:33:48 openstackgerrit Merged openstack/openstacksdk master: Pass default_microversion to adapter constructor https://review.openstack.org/557935
20:33:49 openstackgerrit Merged openstack/openstacksdk master: Rename service_key to service_type https://review.openstack.org/558049
20:33:51 openstackgerrit Merged openstack/openstacksdk master: Throw an error on conflicting microversion config https://review.openstack.org/574338
20:35:15 lbragstad from what i can tell, the test fails parsing the arguments - https://review.openstack.org/#/c/574475/6/openstackclient/tests/unit/identity/v3/test_registered_limit.py@71
20:48:48 lbragstad nevermind - apparently arguments of type int need to be passed in as strings
21:26:39 lbragstad is there a trick to figuring out how this assertion didn't pass? http://paste.openstack.org/show/723512/
22:29:51 openstackgerrit Lance Bragstad proposed openstack/python-openstackclient master: Implement support for registered limits https://review.openstack.org/574475
#openstack-sdks - 2018-06-15
00:58:13 openstackgerrit Ian Wienand proposed openstack/openstacksdk master: Add some backoff to find_best_address https://review.openstack.org/575580
02:13:00 openstackgerrit Ian Wienand proposed openstack/openstacksdk master: Add some backoff to find_best_address https://review.openstack.org/575580
02:52:47 openstackgerrit Ian Wienand proposed openstack/openstacksdk master: Add a parent log to iterate timeout util https://review.openstack.org/575587
07:18:22 openstackgerrit Ian Wienand proposed openstack/openstacksdk master: Add some backoff to find_best_address https://review.openstack.org/575580
07:18:23 openstackgerrit Ian Wienand proposed openstack/openstacksdk master: Add a parent log to iterate timeout util https://review.openstack.org/575587
08:32:26 openstackgerrit wangxiyuan proposed openstack/keystoneauth master: Add minimum verion for requirements https://review.openstack.org/575685
08:51:18 openstackgerrit wangxiyuan proposed openstack/keystoneauth master: Add minimum version for requirements https://review.openstack.org/575685
10:20:44 openstackgerrit Dmitry Tantsur proposed openstack/openstacksdk master: Allow configuring status_code_retries and connect_retries via cloud config https://review.openstack.org/573780
10:22:43 openstackgerrit Dmitry Tantsur proposed openstack/openstacksdk master: [WIP] Add set_node_provision_state to baremetal Proxy https://review.openstack.org/570895
11:22:04 openstackgerrit tianhui proposed openstack/python-openstackclient master: WIP: Compute: Add description support for flavor https://review.openstack.org/575390
13:13:36 wacuuu mordred are you somewhere here
13:13:40 wacuuu ?
13:14:46 mordred wacuuu: hello! sorry I missed you yesterday - and welcome!
13:19:21 wacuuu oh, hi. Issues for sdk are on storyboard i see. i found the category for sdk. How does it work? You pick a task that suits you, or there is some asigmnet mechanism?
13:26:07 figleaf Hey API-SIG folks: here's the test migration to StoryBoard: https://storyboard-dev.openstack.org/#!/project/467
13:26:26 figleaf cdent, elmiko, dtantsur|afk ^^
13:34:52 mordred wacuuu: it's pretty free-form ... so yes, whatever interests/suits you
13:35:12 mordred wacuuu: (there aren't enough of us yet to require a more formal process)
13:39:07 wacuuu ok. So from what i see issues are on storyboard, code is on gerrit. Is there any better entry tutorial than https://docs.openstack.org/contributors/ that you would suggest?
13:56:32 wacuuu also is there a way to determine which issue on storyboard is easier?
14:00:12 mordred wacuuu: https://docs.openstack.org/contributors/code-and-documentation/index.html is definitely the more comprehensive. https://docs.openstack.org/contributors/common/setup-gerrit.html and https://docs.openstack.org/contributors/code-and-documentation/using-gerrit.html are the most essential for getting started on patches
14:00:37 mordred wacuuu: as for easier ... there isn't currently - but i'll go through some stuff and find some things that might be good early tasks
14:07:41 wacuuu mordred: i'm familiar with gerrit; at least to the point, where i know the difference between patchset and commit, so i hope i won't mess anything up :)
14:20:47 mordred wacuuu: sweet. :)
14:21:18 mordred (and don't worry about messing anything up - I mess things up constantly)
14:24:41 mordred slaweq: diablo_rojo met wacuuu at OpenStack Days Poland and he's gonna dive in to SDK stuff ... another contributor from your country!
14:25:14 Shrews wacuuu: i can attest to the truthiness of mordred messing things up
14:25:36 Shrews i mean... it keeps me employed
14:28:47 figleaf Shrews: burrrrrn
14:40:18 slaweq mordred: that's great news :)
14:40:24 slaweq wacuuu: hello
14:48:03 wacuuu slaweq: hi
17:40:04 openstackgerrit Alan Bishop proposed openstack/python-openstackclient master: Deprecate volume create --project and --user options https://review.openstack.org/575804
20:44:11 figleaf cdent, elmiko, dtantsur|afk: Here is our StoryBoard page - now in Production! https://storyboard.openstack.org/#!/project/1039
20:46:47 openstackgerrit Alan Bishop proposed openstack/python-openstackclient master: Deprecate volume create --project and --user options https://review.openstack.org/575804
21:22:44 gtmanfred How do I get a project released? i need a new release with this fix in it https://github.com/openstack/os-client-config/commit/590b1723b5d70761dd14be132109173cfc1d9425
21:22:49 gtmanfred for os-client-config
22:41:43 openstackgerrit Corey Wright proposed openstack/openstacksdk master: Add testing of availability_zones() "details" argument https://review.openstack.org/575868
22:48:39 openstackgerrit Corey Wright proposed openstack/openstacksdk master: Add hypervisor details to hypervisors list if requested https://review.openstack.org/575869

Earlier   Later