Earlier  
Posted Nick Remark
#openstack-sdks - 2018-06-15
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
22:58:43 openstackgerrit Lance Bragstad proposed openstack/python-openstackclient master: Implement support for project limits https://review.openstack.org/575211
23:39:29 openstackgerrit Lance Bragstad proposed openstack/python-openstackclient master: Implement support for project limits https://review.openstack.org/575211
23:39:29 openstackgerrit Lance Bragstad proposed openstack/python-openstackclient master: Implement support for registered limits https://review.openstack.org/574475
#openstack-sdks - 2018-06-16
12:44:50 mordred gtmanfred: sorry about that - I totally forgot to cut a release
12:47:14 mordred gtmanfred: remote: https://review.openstack.org/575908 Release 1.31.2 of os-client-config
12:47:46 mordred gtmanfred: I have submitted that - the release team will get it cut soon
13:18:09 mordred cdent: I'm basically a bad person
13:18:18 cdent me too!
13:18:26 mordred remote: https://review.openstack.org/575909 Release 0.14.0 of openstacksdk
13:18:28 mordred also that
13:18:32 mordred cdent: glad it's not just me!
13:19:27 cdent I'm trying (and struggling) to do openstacky things on https://www.crowdsupply.com/ground-electronics/circumference
13:21:20 mordred cdent: wow. you're having a fun weekend
13:21:27 cdent type 2 fun
13:37:22 openstackgerrit Kristi Nikolla proposed openstack/python-openstackclient master: Use InferenceRuleManager instead of RoleManager for implied roles https://review.openstack.org/575910
22:23:19 wacuuu I have a newbie question: if there is a change in request creation, there would also be a change in tox unit tests, right? i'm thinking about this: https://storyboard.openstack.org/#!/story/2002563 i took the code from github, applied what was mentioned in comment, run tox. as far as i understand the issue it should be ok, so aside from change in code i should prepare ut for that, right?
#openstack-sdks - 2018-06-17
06:26:58 openstackgerrit chen jiao proposed openstack/api-wg master: spelling error https://review.openstack.org/575967
#openstack-sdks - 2018-06-18
13:37:29 openstackgerrit Stephen Finucane proposed openstack/os-api-ref master: General overhaul of testing setup https://review.openstack.org/575124
13:37:30 openstackgerrit Stephen Finucane proposed openstack/os-api-ref master: Use 'sphinx.util.logging' https://review.openstack.org/563179
14:27:23 dtantsur mordred: if you have a minute: https://review.openstack.org/573780
14:37:39 mordred dtantsur: oh good - I had this bad feeling this morning that we'd only put the support on the Session - which would suck since sdk uses a shared Session object for all the adapters ... but look, you wrote the patch right and my worries are unfounded
14:37:57 dtantsur great :)
15:20:34 openstackgerrit Merged openstack/os-api-ref master: General overhaul of testing setup https://review.openstack.org/575124
17:44:00 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Add tests to verify behavior on '' in self link https://review.openstack.org/575158
18:48:22 diablo_rojo mordred, around?
18:57:56 mordred diablo_rojo: nope. I don't exist
20:03:12 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Fix volume type functional tests https://review.openstack.org/575448
20:14:51 openstackgerrit Brianna Poulos proposed openstack/python-openstackclient master: Add trusted_image_certificates to server https://review.openstack.org/501926
21:29:43 mordred wacuuu: yes - just adding a unittest is all you need ... there's hopefully some unittests somewhere already that exercise that code a little bit that you could copy/modify
23:40:08 openstackgerrit Mohammed Naser proposed openstack/openstacksdk master: Change 'Member' role reference to 'member' https://review.openstack.org/576283
23:40:41 mnaser mordred: ^ to unbreak things. lbragstad: another place (tagged with fix-member topic)
23:41:20 openstackgerrit Mohammed Naser proposed openstack/openstacksdk master: Switch VEXXHOST to 'v3password' auth_type https://review.openstack.org/574745
23:45:06 openstackgerrit Brianna Poulos proposed openstack/python-openstackclient master: Add trusted_image_certificates to server https://review.openstack.org/501926
#openstack-sdks - 2018-06-19
02:46:34 openstackgerrit Mohammed Naser proposed openstack-infra/shade master: Change 'Member' role reference to 'member' https://review.openstack.org/576308
05:03:29 openstackgerrit Adam Harwell proposed openstack/python-openstackclient master: Add ability to filter image list by tag https://review.openstack.org/575256
06:17:16 openstackgerrit liyi proposed openstack/openstacksdk master: Fix --limit param in cluster objects https://review.openstack.org/576374
06:23:31 openstackgerrit chenyb4 proposed openstack/openstacksdk master: Fix clustering profile type miss list operation https://review.openstack.org/576377
06:26:38 openstackgerrit chenyb4 proposed openstack/openstacksdk master: Fix clustering profile type miss list operation https://review.openstack.org/576377
07:15:30 openstackgerrit Fan Zhang proposed openstack/python-openstackclient master: [WIP]Compute: Add description support for flavor https://review.openstack.org/575390
07:28:52 openstackgerrit Fan Zhang proposed openstack/python-openstackclient master: [WIP]Compute: Add description support for flavor https://review.openstack.org/575390
07:37:32 openstackgerrit Fan Zhang proposed openstack/python-openstackclient master: [WIP]Compute: Add description support for flavor https://review.openstack.org/575390
08:27:03 openstackgerrit Fan Zhang proposed openstack/python-openstackclient master: Add --key-name option for server rebuild API. https://review.openstack.org/576422
08:31:20 openstackgerrit Fan Zhang proposed openstack/python-openstackclient master: Add --key-name option for server rebuild API. https://review.openstack.org/576422
08:34:59 openstackgerrit tianhui proposed openstack/python-openstackclient master: [WIP]Compute: Add description support for flavor https://review.openstack.org/575390
09:31:17 openstackgerrit Yang Youseok proposed openstack/openstacksdk master: Support port binding extended attributes for querying port https://review.openstack.org/573645
09:57:38 openstackgerrit yanpuqing proposed openstack/python-openstackclient master: Delete the LB object quotas set command in openstackclient https://review.openstack.org/576465
12:04:16 openstackgerrit tianhui proposed openstack/python-openstackclient master: Compute: Add description support for flavor https://review.openstack.org/575390
12:42:00 openstackgerrit Alex Xu proposed openstack/python-openstackclient master: Compute: Add user id support for keypair https://review.openstack.org/576507
12:43:10 openstackgerrit Merged openstack-infra/shade master: Change 'Member' role reference to 'member' https://review.openstack.org/576308
13:08:10 openstackgerrit Alex Xu proposed openstack/python-openstackclient master: compute: limit the service's force down command above 2.10 https://review.openstack.org/576514
14:01:06 kuzko Hello, Anyone know how to use the bulk delete operation in python ? I only seem to be able to use the simpler delete one
14:53:22 mnaser mordred: https://review.openstack.org/#/c/576283/
14:53:27 mnaser if you're around for a +W
14:54:40 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Fix path for Limestone Networks vendor file https://review.openstack.org/574746
16:09:37 openstackgerrit Merged openstack/openstacksdk master: Change 'Member' role reference to 'member' https://review.openstack.org/576283
16:28:02 openstackgerrit Merged openstack/os-client-config master: Update links in README https://review.openstack.org/574645
17:24:39 openstackgerrit Merged openstack/openstacksdk master: Switch VEXXHOST to 'v3password' auth_type https://review.openstack.org/574745
18:11:17 openstackgerrit Merged openstack/openstacksdk master: Fix path for Limestone Networks vendor file https://review.openstack.org/574746
18:30:13 openstackgerrit Monty Taylor proposed openstack-infra/shade master: Adds Senlin support to shade https://review.openstack.org/542537
19:39:27 openstackgerrit Merged openstack/keystoneauth master: Add minimum version for requirements https://review.openstack.org/575685
19:47:44 rm_work so ... it looks like python-openstackclient gates are broken? Anyone know what's up with that?
19:48:41 dtroyer rm_work: I wish I knew. I've de-raced the volume type tests that had never been a periodic issue before and still don't know what changed under us to break this

Earlier   Later