Earlier  
Posted Nick Remark
#openstack-sdks - 2020-04-21
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.
14:33:31 gtema yes
14:33:48 nightmare_unreal Thanks :D . I will try the clouds.yaml way
14:46:03 openstackgerrit Merged openstack/openstacksdk master: Fix an unstable bare metal unit test https://review.opendev.org/721566
15:35:05 openstackgerrit Sagi Shnaidman proposed openstack/ansible-collections-openstack master: Add OpenstackModule to os_server_action https://review.opendev.org/721746
15:40:22 openstackgerrit Merged openstack/python-openstackclient master: Revert "Disallow setting default on internal network" https://review.opendev.org/717712
22:10:31 openstackgerrit Merged openstack/keystoneauth stable/ussuri: Update .gitreview for stable/ussuri https://review.opendev.org/717028
22:10:32 openstackgerrit Merged openstack/keystoneauth stable/ussuri: Update TOX/UPPER_CONSTRAINTS_FILE for stable/ussuri https://review.opendev.org/717029
#openstack-sdks - 2020-04-23
06:39:34 AJaeger keystoneauth cores, please review https://review.opendev.org/721084 - mordred, I think you want your change ;)
09:17:47 BakaKuna I spent the better part of a day trying to find out why I was able
09:17:47 BakaKuna to remove a single router from an l3 agent, but when I tried the
09:17:47 BakaKuna same in a loop over the generator that returns all agents hosting
09:17:47 BakaKuna a router it wouldn't work. It would have been smart to check the
09:17:50 BakaKuna type earlier, but long story short, I didn't :). A short summary
09:17:53 BakaKuna can be found here https://pastebin.com/1s6HgfZg.
09:19:01 BakaKuna j
09:19:03 BakaKuna So I was able to find a solution eventually, but now I am wondering if this is intented behaviour or if it is worthwhile for me to look if it is worthwhile for me to look into if I can makethis less surprising?
09:19:03 BakaKuna
09:20:00 BakaKuna sorry about that =^}. I posted the message in the wrong channel and copy-pasted.
11:34:25 openstackgerrit Merged openstack/openstacksdk master: OpenStack port decorator variables https://review.opendev.org/720420
11:58:11 zbr is there a way to configure a default "image" with openstack? one that should be implicit, or like selected by default in horizon?
11:59:09 openstackgerrit Sagi Shnaidman proposed openstack/ansible-collections-openstack master: WIP: redesign OpenstackModule class https://review.opendev.org/722283
12:27:12 mordred zbr: no - although I have thoght about adding the ability to configure one of those for a cloud in clouds.yaml before
12:29:43 zbr mordred: thanks, mainly I realized other issues related to lack of defaults, i tried to use default flavor and relised there there are no predefined images able to fit it.
12:30:28 zbr still, is more of cloud-administration issue
12:32:16 mordred zbr: yeah - it would be a very nice thing to provide to users
12:32:44 mordred but - still a little tricky
16:05:34 elmiko API SIG office hour open
16:07:21 gtema pretty silent hour. Hey ho elmiko
16:12:21 dtantsur o/
16:12:29 dtantsur handling a customer escalation no, so not really active
16:35:16 elmiko gtema: yeah, usually is
16:35:30 elmiko we are at the point where we can probably announce the end of these office hours
17:06:59 elmiko have a good weekend folks, stay safe and healthy out there o/
22:50:30 openstackgerrit Merged openstack/python-openstackclient master: Remove Babel from requirements https://review.opendev.org/720701
#openstack-sdks - 2020-04-24
07:13:19 openstackgerrit Artem Goncharov proposed openstack/ansible-collections-openstack master: Add volume_backup module https://review.opendev.org/710093
07:34:29 openstackgerrit Artem Goncharov proposed openstack/ansible-collections-openstack master: Add volume_backup module https://review.opendev.org/710093
07:54:54 openstackgerrit Artem Goncharov proposed openstack/ansible-collections-openstack master: Add volume_backup module https://review.opendev.org/710093
07:58:56 nightmare_unreal hey if someone has time today, can you review : https://review.opendev.org/#/c/721594/

Earlier   Later