| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-sdks - 2020-04-20 | |||
| 19:48:01 | johnsom | Nope, it pulled from opendev | |
| 19:49:33 | johnsom | a53edeeaac286124f2e9a212ea95c8643a96f256 | |
| 19:51:25 | smcginnis | OK, yep. That's what I'm at as well. | |
| 19:51:31 | johnsom | It is not the out-of-sync issue for sure, cloned from both, both bomb on 3.7 | |
| 19:52:58 | smcginnis | johnsom: If you want to stare and compare for any other differences: http://paste.openstack.org/show/792433/ | |
| 19:53:25 | smcginnis | Seems like it has to be an evironmental difference issue. | |
| 19:55:41 | johnsom | Yeah, no difference in the list other than you cloned from github | |
| 19:56:16 | smcginnis | Wow, must be an old one. | |
| 20:00:02 | smcginnis | Fresh clone from opendev.org into a new directory. Still passes for me. | |
| 20:00:09 | smcginnis | So something else different in the environment. | |
| 20:00:12 | johnsom | Hmm, the failure seems legit at a quick review. There is '3' in sequence, so I can see how a mock would be there. | |
| 20:03:56 | johnsom | Yeah, the '3' in the list does in fact cause a mock object to go into the remaining list which the debug tries to get an id from. | |
| 20:07:09 | johnsom | Hm, no, it's the ID which is an int | |
| 20:18:42 | johnsom | smcginnis Which python3 are you running? I have python3.7 3.7.5-2~18.04 | |
| 20:21:06 | johnsom | Hmm, fails on my fedora host as well | |
| 20:33:41 | smcginnis | johnsom: Python 3.7.6 | |
| 20:34:01 | johnsom | python3-3.7.6-2.fc31.x86_64 on fedora | |
| 20:34:21 | smcginnis | Yeah, that's probably exactly what I have on this machine. | |
| 20:35:06 | johnsom | This is so odd, I can do a for-in and print the id number fine, but if it's in the shorthand it blows up. | |
| 21:48:31 | openstackgerrit | Noah Mickus proposed openstack/openstacksdk master: Add cipher list support for octavia https://review.opendev.org/721351 | |
| #openstack-sdks - 2020-04-21 | |||
| 06:51:41 | frickler | johnsom: smcginnis: FYI that seems to be some weird test-case interaction. if I just run the one single brokenish test, it fails 100% for me. | |
| 06:51:58 | frickler | running "tox -e py37 -- openstack.tests.unit.baremetal.v1.test_proxy" fails about 20% of the time only | |
| 06:53:04 | frickler | so my intermediate conclusion is that the test is indeed broken, but some of the surrounding mocking is covering that up | |
| 06:54:49 | frickler | dtantsur|afk: ^^ seems you wrote most of that, see https://www.irccloud.com/pastebin/w06wGSwb/ for the failure occuring when you run just that single test | |
| 08:23:58 | nightmare_unreal | hello I am trying to add server-migration-list cmd of nova to openstackclient. I can't seem to figure out how to add it to openstackclient ( I don't mean implmentation) | |
| 08:24:25 | nightmare_unreal | for e.g. openstack server migrate is a valid cmd. I want to add openstack server migration-list (something like this) | |
| 08:30:05 | openstackgerrit | Masayuki Igawa proposed openstack/cliff master: Switch to use stestr https://review.opendev.org/721545 | |
| 08:39:05 | openstackgerrit | Masayuki Igawa proposed openstack/cliff master: Switch to use stestr https://review.opendev.org/721545 | |
| 08:46:56 | openstackgerrit | Masayuki Igawa proposed openstack/cliff master: Switch to use stestr https://review.opendev.org/721545 | |
| 09:01:36 | dtantsur | frickler: hey, sure, will check | |
| 10:21:04 | openstackgerrit | Dmitry Tantsur proposed openstack/openstacksdk master: Fix an unstable bare metal unit test https://review.opendev.org/721566 | |
| 10:21:05 | dtantsur | frickler, mordred ^^ | |
| 10:55:21 | frickler | dtantsur: lgtm, thx | |
| 11:13:46 | gtema | lgtm as well, as soon as tests are there will put a vote | |
| 11:21:03 | dtantsur | also looking for a 2nd +2 on https://review.opendev.org/#/c/720701/ | |
| 11:21:25 | gtema | will be there when tests arrive :D | |
| 11:22:49 | dtantsur | the 2nd one has passed CI quite a while ago, no? | |
| 11:27:09 | openstackgerrit | Sagi Shnaidman proposed openstack/ansible-collections-openstack master: Convert os_server_info to use OpenStackModule https://review.opendev.org/721580 | |
| 12:13:11 | gtema | facepalm - you patch will not pass unless we fix our docs | |
| 12:13:20 | dtantsur | \o/ | |
| 12:13:32 | gtema | I know how to fix them, but for this need to touch literaly every doc file | |
| 12:13:33 | dtantsur | do you know what the problem is? I could find it in the output | |
| 12:13:38 | dtantsur | OUCH | |
| 12:13:40 | gtema | latest Sphinx | |
| 12:13:56 | dtantsur | these sphinxes, always puzzle me! | |
| 12:13:59 | gtema | it was capped for some time in the upper-constraints, but them again released | |
| 12:14:14 | gtema | I had a long fight downstream with those | |
| 12:14:35 | gtema | lemme "quickly" try to prepare the patch | |
| 12:17:20 | openstackgerrit | amolkahat proposed openstack/ansible-collections-openstack master: if any changes has been made to the os_router then it was deleting the interfaces. It causes the module failure. https://review.opendev.org/721591 | |
| 12:25:14 | openstackgerrit | jayaditya gupta proposed openstack/python-openstackclient master: Provide support for live-migration-force-complete command in openstackclient https://review.opendev.org/721594 | |
| 13:55:34 | gtema_ | hmm, the fix for docs is ready, but somehow my "git review" hangs enless | |
| 14:37:43 | openstackgerrit | Artem Goncharov proposed openstack/openstacksdk master: Update docs to work with newer Sphinx https://review.opendev.org/721631 | |
| 14:38:26 | gtema | meah, did a dirty hack and switched to https from ssh - weird when connecting from home without proxies | |
| 14:50:41 | mordred | gtema: I think doc/.DS_Store got added by accident? | |
| 14:50:50 | gtema | surely | |
| 14:51:11 | mordred | gtema: also - jeez - what a change! | |
| 14:52:41 | mordred | gtema: also - some trailing whitespace (wouldn't want to anger the linter gods) - otherwise looks great, thank you! | |
| 14:52:43 | openstackgerrit | Artem Goncharov proposed openstack/openstacksdk master: Update docs to work with newer Sphinx https://review.opendev.org/721631 | |
| 14:53:46 | gtema | holy madness, vim is getting crazy on this change including not showing and not removing those trailing spaces | |
| 14:54:35 | mordred | gtema: we can't have nice things | |
| 14:54:46 | gtema | yupp | |
| 15:06:23 | openstackgerrit | Artem Goncharov proposed openstack/openstacksdk master: Update docs to work with newer Sphinx https://review.opendev.org/721631 | |
| 15:06:55 | nmickus | I'm working on patch adding cipher support for Octavia and it's failing the docs test, and could use some assistance figuring out whats wrong/missing if you have the time thanks in advance | |
| 15:07:33 | gtema | nmickus - the patch I pushed right now should fix it after it is merged | |
| 15:08:18 | nmickus | Good to know, Thanks! | |
| 16:08:57 | openstackgerrit | Sagi Shnaidman proposed openstack/ansible-collections-openstack master: Convert os_server_info to use OpenStackModule https://review.opendev.org/721580 | |
| 22:43:45 | openstackgerrit | Sagi Shnaidman proposed openstack/ansible-collections-openstack master: Add OpenstackModule to os_server_action https://review.opendev.org/721746 | |
| #openstack-sdks - 2020-04-22 | |||
| 00:49:02 | openstackgerrit | Merged openstack/openstacksdk master: Update docs to work with newer Sphinx https://review.opendev.org/721631 | |
| 05:54:53 | openstackgerrit | Sagi Shnaidman proposed openstack/ansible-collections-openstack master: Add OpenstackModule to os_server_action https://review.opendev.org/721746 | |
| 07:11:51 | openstackgerrit | Daniel Bengtsson proposed openstack/osc-lib master: Stop configuring install_command in tox and stop use pip. https://review.opendev.org/694510 | |
| 08:25:06 | openstackgerrit | Sagi Shnaidman proposed openstack/ansible-collections-openstack master: Add OpenstackModule to os_server_action https://review.opendev.org/721746 | |
| 08:37:49 | openstackgerrit | Sagi Shnaidman proposed openstack/ansible-collections-openstack master: WIP: Add OpenstackModule to os_server_action https://review.opendev.org/721746 | |
| 09:55:54 | openstackgerrit | Sagi Shnaidman proposed openstack/ansible-collections-openstack master: WIP: Add OpenstackModule to os_server_action https://review.opendev.org/721746 | |
| 10:04:55 | openstackgerrit | Sagi Shnaidman proposed openstack/ansible-collections-openstack master: Add OpenstackModule to os_server_action https://review.opendev.org/721746 | |
| 12:33:41 | openstackgerrit | Sagi Shnaidman proposed openstack/ansible-collections-openstack master: Add OpenstackModule to os_server_action https://review.opendev.org/721746 | |
| 13:21:20 | frickler | mordred: gtema: please have a look at this revert, not sure whether we can get a FFE for that, but I think it would make sense https://review.opendev.org/717712 | |
| 13:22:46 | mordred | frickler: I think that seems like a valid reason to re-release. +A | |
| 13:26:15 | gtema | agree | |
| 14:08:09 | openstackgerrit | Merged openstack/ansible-collections-openstack master: Convert os_server_info to use OpenStackModule https://review.opendev.org/721580 | |
| 14:18:02 | openstackgerrit | Noah Mickus proposed openstack/openstacksdk master: Add cipher list support for octavia https://review.opendev.org/721351 | |
| 14:21:34 | nightmare_unreal | dtantsur: a few days ago I asked how can I add a new command to openstackclient for e.g. openstack server migrate is an existing cmd. suppose i want to add openstack migration list ( and other commands related to it) . I looked into setup.cfg in source. I can't seem to find the setup.cfg in the devstack ( my development machine ). Does setup.cfg exist only in source ? | |
| 14:22:04 | nightmare_unreal | basically I just to add/extend openstackclient | |
| 14:22:17 | gtema | yes, setup.cfg exists only in source | |
| 14:23:02 | gtema | during build it generates ".../entry_points" file with come info out of it | |
| 14:23:16 | nightmare_unreal | okay, so how can I test the new command then? install the oscclient again by specifying the new class in setup.cfg before installation ? | |
| 14:23:40 | gtema | do you develop it part of the openstackclient repo or how? | |
| 14:24:13 | nightmare_unreal | currently I have a devstack machine and I edit the things in /usr/local/dist-packages/.-----/openstackclient | |
| 14:24:34 | nightmare_unreal | so i directly change stuff here . | |
| 14:26:14 | gtema | you checkout python-openstackclient repo, you deploy devstack, configure osc to connect to devstack. Develop new stuff in OSC and test it against devstack | |
| 14:27:06 | gtema | you will anyway want to submit this upstream, so simply developing somewhere without possibility to get it to the next phase is overhead | |
| 14:28:07 | nightmare_unreal | yeah. thing is devstack setup is quite easy and you get everything on the go. it installs openstackclient too . | |
| 14:28:33 | nightmare_unreal | I will try to configure it | |
| 14:30:32 | gtema | you just create clouds.yaml externally and that's it, your local osc checkout can talk with devstack | |
| 14:31:57 | nightmare_unreal | Oh | |
| 14:32:02 | nightmare_unreal | thanks :) | |
| 14:32:05 | gtema | welcome | |
| 14:32:53 | gtema | you can "dirty hack" this and register your plugins in the .../site-packages/..python-openstackclient/entry_points | |
| 14:33:07 | nightmare_unreal | I just saw this : https://docs.openstack.org/python-openstackclient/pike/configuration/index.html | |
| 14:33:08 | gtema | but this is really a very dirty hack | |
| 14:33:25 | nightmare_unreal | clouds.yaml part is mentioned. | |