Friday, 2021-12-03

*** sshnaidm is now known as sshnaidm|off02:57
thomasb06gtema: Hello. At the moment, I'm modifying `load_balancer/v2/_proxy.py`, but it looks like the docstrings indentation is broken back again. Maybe I missed something?08:24
gtemamaybe there was some additional change that broke it again08:25
gtemaactually I do not see any change from you landed there08:26
gtemaand I do not see any your change fixing load_balancer08:27
thomasb06maybe I forgot to commit the changes on this file, I do it now08:43
thomasb06what is the line length limit, 82 characters?08:48
gtema8008:49
thomasb06arg... Good thing I asked08:49
thomasb06so 81 triggers an error but 80 is ok?08:56
gtemaactually 79 is ok, but 80 is not good anymore08:57
thomasb06alright08:57
thomasb06line 1097 or so, there is ":class:`~openstack.load_balancer.v2.availability_zone.AvailabilityZone`," but it can fit 79 characters09:01
thomasb06maybe for the docstrings, the 80 limit is not blocking?09:02
thomasb06*can't fit09:06
gtemathose particular lines must stay on the same line, and pep should not actually complain about it - it should know what to ignore09:10
thomasb06great, thank you09:10
gtemabut just ensure that :class:`blabla` stays on the single line09:10
thomasb06so ":rtype: :class:`~openstack.load_balancer.v2.availability_zone_profile.AvailabilityZoneProfile`" takes to be split in two lines?09:11
gtemayes, ":rtype: \n :class:`blabla`"09:12
thomasb06here it is:  https://review.opendev.org/c/openstack/openstacksdk/+/82035709:17
gtemayeah, let's see what checks will say09:24
gtemaoh, I missed in the reviews list. -https://review.opendev.org/c/openstack/openstacksdk/+/816809 - this was the initial change for fixing it in the LB, but checks failed09:25
thomasb06so maybe we wait for this one? It doesn't seem related to the docstrings, is it?09:27
gtemawe take the latest one once it passes09:28
thomasb06so I abandon number 816809?09:28
gtemayeah, perhaps09:30
thomasb06sure09:30
thomasb06Orchestration is ready too: https://review.opendev.org/c/openstack/openstacksdk/+/82036009:34
opendevreviewMamatisa Nurmatov proposed openstack/python-openstackclient master: Support Neutron Local IP CRUD  https://review.opendev.org/c/openstack/python-openstackclient/+/80561811:26
opendevreviewShnaidman Sagi (Sergey) proposed openstack/ansible-collections-openstack master: Adding "files/config_drive_files" to server module.  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/81965712:53
opendevreviewSuneeth Ravi proposed openstack/python-openstackclient master: Switch server lock to sdk.  https://review.opendev.org/c/openstack/python-openstackclient/+/81951718:44
opendevreviewMamatisa Nurmatov proposed openstack/python-openstackclient master: Support Neutron Local IP CRUD  https://review.opendev.org/c/openstack/python-openstackclient/+/80561819:02
opendevreviewRitvik Vinodkumar proposed openstack/python-openstackclient master: Switch add fixed IP to SDK  https://review.opendev.org/c/openstack/python-openstackclient/+/82005022:51
opendevreviewRitvik Vinodkumar proposed openstack/python-openstackclient master: Switch add fixed IP to SDK  https://review.opendev.org/c/openstack/python-openstackclient/+/82005022:53
opendevreviewRitvik Vinodkumar proposed openstack/python-openstackclient master: Switch add fixed IP to SDK  https://review.opendev.org/c/openstack/python-openstackclient/+/82005022:55

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!