opendevreview | Lajos Katona proposed openstack/neutron master: Test: mock out _check_netfilter_for_bridges in unit tests https://review.opendev.org/c/openstack/neutron/+/850670 | 05:57 |
---|---|---|
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: db: add segment_index to the unique constraint https://review.opendev.org/c/openstack/neutron/+/841459 | 06:08 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: segment: enable multisegments support for host https://review.opendev.org/c/openstack/neutron/+/841838 | 06:08 |
*** amoralej|off is now known as amoralej | 06:17 | |
opendevreview | Rodolfo Alonso proposed openstack/os-ken master: [DNM][Testing] Remove "nose" library https://review.opendev.org/c/openstack/os-ken/+/850631 | 07:06 |
opendevreview | Luis Tomas Bolivar proposed openstack/ovn-octavia-provider stable/yoga: Ensure members without subnet belong to VIP subnet or fail https://review.opendev.org/c/openstack/ovn-octavia-provider/+/850556 | 07:27 |
opendevreview | Luis Tomas Bolivar proposed openstack/ovn-octavia-provider stable/xena: Ensure members without subnet belong to VIP subnet or fail https://review.opendev.org/c/openstack/ovn-octavia-provider/+/850557 | 07:27 |
opendevreview | Luis Tomas Bolivar proposed openstack/ovn-octavia-provider stable/wallaby: Ensure members without subnet belong to VIP subnet or fail https://review.opendev.org/c/openstack/ovn-octavia-provider/+/850558 | 07:28 |
opendevreview | Rodolfo Alonso proposed openstack/os-ken master: [DNM][Testing] Remove "nose" library https://review.opendev.org/c/openstack/os-ken/+/850631 | 07:50 |
opendevreview | Fernando Royo proposed openstack/neutron stable/train: Optimize queries for port operations https://review.opendev.org/c/openstack/neutron/+/850735 | 09:05 |
opendevreview | Fernando Royo proposed openstack/networking-ovn stable/train: Optimize queries for port operations https://review.opendev.org/c/openstack/networking-ovn/+/850738 | 09:18 |
opendevreview | Rodolfo Alonso proposed openstack/os-ken master: [DNM][Testing] Remove "nose" library https://review.opendev.org/c/openstack/os-ken/+/850631 | 09:59 |
opendevreview | Rodolfo Alonso proposed openstack/os-ken master: Remove "nose" library https://review.opendev.org/c/openstack/os-ken/+/850631 | 11:25 |
ralonsoh | lajoskatona, slaweq ^^ | 11:26 |
ralonsoh | please, don't be scared about the number of changed lines | 11:26 |
ralonsoh | I've just converted "nose" tests to "unittest" | 11:26 |
lajoskatona | ralonsoh: I saw that yesterday, thanks for taking care | 11:30 |
lajoskatona | ralonsoh: do we have other projects with nose dependency? | 11:30 |
ralonsoh | lajoskatona, I'll check it | 11:30 |
ralonsoh | lajoskatona, so far, only https://opendev.org/openstack/monasca-agent | 11:32 |
slaweq | ralonsoh: sorry but I'm off today and as I saw, this is big patch so I can review it on Monday 🙂 | 11:34 |
slaweq | is it urgent? | 11:34 |
ralonsoh | slaweq, not urgent at all | 11:35 |
ralonsoh | enjoy!! | 11:35 |
slaweq | Ok. Thx | 11:35 |
*** amoralej is now known as amoralej|lunch | 12:20 | |
*** amoralej|lunch is now known as amoralej | 13:07 | |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Add a default table in "ip rule" command https://review.opendev.org/c/openstack/neutron/+/850223 | 13:12 |
spatel | Folks looking for ovn-bgp-agent related help - https://paste.opendev.org/show/b0jSgXWlkkkws8Wp18Xz/ | 13:20 |
ralonsoh | spatel, commands should be split in words | 13:22 |
ralonsoh | in this case, the last section has three | 13:22 |
ralonsoh | vtysh_command = "copy {} running-config".format(frr_config_file) | 13:22 |
ralonsoh | this should be a list added at the end of full_args | 13:23 |
spatel | ralonsoh sorry i am not following you.. :( | 13:23 |
ralonsoh | https://opendev.org/x/ovn-bgp-agent/src/branch/master/ovn_bgp_agent/privileged/vtysh.py#L26-L28 | 13:23 |
ralonsoh | one sec | 13:23 |
spatel | ok | 13:24 |
ralonsoh | spatel, | 13:25 |
ralonsoh | vtysh_command = "copy {} running-config".format(frr_config_file) | 13:25 |
ralonsoh | full_args = ['/usr/bin/vtysh', '--vty_socket', constants.FRR_SOCKET_PATH, c'] | 13:25 |
ralonsoh | full_args.extend(vtysh_command.split(' ') | 13:25 |
spatel | so its bug in code? | 13:26 |
ralonsoh | spatel, maybe, I can't check it | 13:26 |
ralonsoh | if you can, that could be great | 13:27 |
spatel | let me modify that code and try hold on | 13:27 |
ralonsoh | perfect | 13:27 |
spatel | ralonsoh is this looks good to you ? - https://paste.opendev.org/show/bJjEkndreE76IW69HPGx/ | 13:32 |
spatel | some quotation issue look like.. around 'c' i believe | 13:32 |
spatel | sorry i am not python expert so trying to figure out | 13:33 |
ralonsoh | spatel, in line 5 | 13:36 |
ralonsoh | is missing a parenthesis | 13:36 |
ralonsoh | full_args.extend(vtysh_command.split(' ')) | 13:36 |
ralonsoh | the last one | 13:36 |
spatel | ralonsoh little progress now i got this error - https://paste.opendev.org/show/b0cxtqR53LvUFaAGLCrV/ | 13:38 |
ralonsoh | spatel, you didn't configure properly the DB connection | 13:38 |
spatel | '/usr/local/var/run/openvswitch/db.sock': No such file or directory | 13:39 |
spatel | correct path is - /var/run/openvswitch/db.sock | 13:39 |
spatel | how do i tell ovn-bgp-agent to look at alternative path? | 13:40 |
spatel | let me create symlink and quickly test it out | 13:41 |
ralonsoh | no, this is not the solution | 13:41 |
ralonsoh | you need to configure the DB access | 13:42 |
spatel | hmm! but ovn-bgp-agent looking at wrong place.. | 13:42 |
ralonsoh | what is the connection string? | 13:43 |
ralonsoh | why don't you use the tcp port? | 13:43 |
ralonsoh | e.g.: tcp:<ip_address>:6642 | 13:43 |
spatel | This is what i am trying to setup in my LAB, following this blog - https://ltomasbo.wordpress.com/2021/02/04/ovn-bgp-agent-testing-setup/ | 13:44 |
spatel | I have setup openstack using devstack | 13:44 |
spatel | I didn't customize anything, this is all coming from default devstack deployment | 13:44 |
ralonsoh | spatel, can you check that is the value of "ovsdb_connection"? | 13:45 |
ralonsoh | in the config | 13:45 |
spatel | in which config file? | 13:45 |
ralonsoh | both neutron.conf and the ovn agent config file | 13:47 |
ralonsoh | (I don't know what is the name of the second) | 13:47 |
ralonsoh | by default, Neutron and ovn bgp agent use different values | 13:47 |
ralonsoh | bgp agent | 13:47 |
ralonsoh | cfg.StrOpt('ovsdb_connection', | 13:47 |
ralonsoh | default='unix:/usr/local/var/run/openvswitch/db.sock', | 13:47 |
ralonsoh | help='The connection string for the native OVSDB backend.\n' | 13:47 |
ralonsoh | 'Use tcp:IP:PORT for TCP connection.\n' | 13:47 |
ralonsoh | 'Use unix:FILE for unix domain socket connection.'), | 13:47 |
ralonsoh | neutron | 13:47 |
ralonsoh | cfg.StrOpt('ovsdb_connection', | 13:47 |
ralonsoh | default='tcp:127.0.0.1:6640', | 13:47 |
ralonsoh | help=_('The connection string for the OVSDB backend. ' | 13:47 |
ralonsoh | 'Will be used for all ovsdb commands and ' | 13:47 |
ralonsoh | 'by ovsdb-client when monitoring' | 13:47 |
ralonsoh | )), | 13:47 |
ralonsoh | so that's a problem | 13:47 |
ralonsoh | (if you don't explicitly define the values) | 13:48 |
lajoskatona | luis5tb, ltomasbo: ----^ | 13:49 |
spatel | ralonsoh check this out - https://paste.opendev.org/show/befLSdcOwTzLbNV6Q8ZD/ | 13:50 |
spatel | This is what i have in compute node | 13:50 |
ralonsoh | so ovsdb_connection is not defined | 13:51 |
ralonsoh | that means each project will use a different value | 13:51 |
ralonsoh | by default, when using devstack, neutron's value will work | 13:51 |
spatel | where i should define that? | 13:51 |
ralonsoh | what is the config file the bgp agent is using? | 13:51 |
ralonsoh | is it a different service? | 13:51 |
ralonsoh | I mean | 13:52 |
spatel | I didn't create any config for bgp-agent.. just using default | 13:52 |
ralonsoh | is a different binary apart from the neutron API? | 13:52 |
ralonsoh | (my first time with this) | 13:52 |
spatel | yes ovn-bgp-agent is different binary | 13:52 |
ralonsoh | perfect | 13:52 |
ralonsoh | so, what config file is using? | 13:53 |
ralonsoh | systemctl | grep devstack | 13:53 |
ralonsoh | find the bgp agent | 13:53 |
ralonsoh | and then systemctl status <agent> | 13:53 |
spatel | https://paste.opendev.org/show/bXO9Vfkosg63wzIRmp4y/ | 13:53 |
ralonsoh | so where is the bgp agent? | 13:54 |
spatel | bgp-agent isn't daemon.. just single executable python command | 13:54 |
ralonsoh | ok | 13:54 |
ralonsoh | what config file uses? | 13:54 |
spatel | $ sudo ovn-bgp-agent - command to run daemon but its not able to find ovsdb.. when you run that command it use default option if there is no custom parameters defined. | 13:55 |
*** obondarev_ is now known as obondarev | 13:55 | |
spatel | let me create foo.conf and add ovsdb connection path | 13:55 |
spatel | ralonsoh look like encounter new error after creating config file and point to corrected path - https://paste.opendev.org/show/bYxy4cBWygOQ21JgEJZb/ | 13:59 |
ralonsoh | spatel, what version are you using? | 14:00 |
lajoskatona | #startmeeting neutron_drivers | 14:00 |
opendevmeet | Meeting started Fri Jul 22 14:00:23 2022 UTC and is due to finish in 60 minutes. The chair is lajoskatona. Information about MeetBot at http://wiki.debian.org/MeetBot. | 14:00 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:00 |
opendevmeet | The meeting name has been set to 'neutron_drivers' | 14:00 |
mlavalle | o/ | 14:00 |
lajoskatona | Hi | 14:00 |
obondarev | hi | 14:00 |
ralonsoh | hello | 14:00 |
lajoskatona | Let's see if we have enough drivers | 14:00 |
yamamoto | hi | 14:00 |
spatel | ralonsoh I am running frr 7.2.1 and ovn-bgp-agent checkout from latest clone, openstack is latest master from devstack openvswitch-switch version 2.13.5 | 14:02 |
lajoskatona | ok, let's start | 14:02 |
ralonsoh | spatel, let's talk after the meeting | 14:02 |
spatel | sure! | 14:02 |
lajoskatona | ralonsoh, spatel: thanks | 14:02 |
lajoskatona | We have one RFE for today: | 14:02 |
amotoki | hi | 14:02 |
lajoskatona | [rfe][ovn] Support address group for ovn driver (#link [rfe][ovn] Support address group for ovn driver ) | 14:02 |
lajoskatona | sorry wrong link: https://bugs.launchpad.net/neutron/+bug/1982287 | 14:03 |
mlavalle | how is this different to address groups? | 14:04 |
lajoskatona | If I understand well the OVN side of this feature is already there, just the ml2_ovn part is missing | 14:04 |
mlavalle | or is it the same concept just directly supported by ovn | 14:05 |
mlavalle | ? | 14:05 |
lajoskatona | mlavalle: yes as I see the same feature but with OVN | 14:05 |
ralonsoh | it is the same, just missing the implementation in OVN | 14:05 |
amotoki | ralonsoh: more precisely, missing in ML2/OVN? | 14:05 |
ralonsoh | exactly, core OVN supports that | 14:06 |
obondarev | seems pretty obvious to approve then :) | 14:06 |
mlavalle | yeap | 14:06 |
lajoskatona | obondarev: +1 | 14:06 |
mlavalle | brings parity to ml2 / ovn | 14:06 |
mlavalle | to me, it is a no brainer | 14:06 |
obondarev | only question from me if it's needs a spec or not | 14:07 |
mlavalle | yeah, let's ask a spec, specifically explaining how this play with the current address groups implementation | 14:07 |
amotoki | I don't think so. a spec is not necessarily required and this looks straight-forward | 14:08 |
obondarev | if the API/interface is same that neutron already has - then probably no spec is needed | 14:08 |
ralonsoh | I don't think there will be any API/DB change | 14:08 |
mlavalle | yeap, that was my concern | 14:08 |
ralonsoh | so spec maybe won't be necessary | 14:08 |
mlavalle | it is is going to stick to the current API and DB, the no spec is needed | 14:08 |
mlavalle | if it ^^^ | 14:08 |
lajoskatona | agree, if it is just to adopt ovn driver to create address sets based on the API req of address groups, I see no need for spec | 14:09 |
mlavalle | but let's indicate that when we approve the RFE | 14:09 |
mlavalle | explicitely | 14:09 |
mlavalle | so expectations are clear | 14:09 |
amotoki | +1 | 14:09 |
obondarev | +1 | 14:10 |
ralonsoh | +1 | 14:10 |
lajoskatona | Ok, so I add comment to the RFE that if the same API and db can be used the RFE can go without spec, otherwise let's request one | 14:10 |
yamamoto | +1 | 14:10 |
haleyb | +1 | 14:10 |
obondarev | if only all RFEs be so nice! | 14:10 |
lajoskatona | ok, it was quick :-) | 14:10 |
ralonsoh | hehehe | 14:10 |
atimmins | Could we also please have an update on https://bugs.launchpad.net/neutron/+bug/1979816 before we close today? | 14:10 |
ralonsoh | atimmins, let's finish the previous topic | 14:11 |
*** dasm|off is now known as dasm | 14:12 | |
lajoskatona | I think we accepted the RFE with the condition that it is "only" an OVN driver | 14:12 |
ralonsoh | perfect | 14:12 |
lajoskatona | #topic On Demand Agenda | 14:12 |
lajoskatona | atimmins: you refer to your last comment on the RFE pointing to the etherpad: https://etherpad.opendev.org/p/fwaas-api-evolution-spec#L244 ? | 14:13 |
atimmins | Yes | 14:13 |
lajoskatona | atimmins: if this strata concept covers your issue with fw goup ordering, isn't that good to create a spec based on this in the etherpad? | 14:15 |
luis5tb | spatel, sorry I missed this... note the blogpost is a bit old, and there has been quite some changes | 14:16 |
luis5tb | spatel, there is a WIP patch for devstack support https://review.opendev.org/c/x/ovn-bgp-agent/+/814185 | 14:16 |
luis5tb | perhaps yo ucan take some ideas about how you shoul configure theee agent for devstack | 14:16 |
spatel | luis5tb working with ralonsoh and made some progress but stuck here https://paste.opendev.org/show/bYxy4cBWygOQ21JgEJZb/ | 14:16 |
atimmins | Perhaps I am just unaware of the process for creating a spec - is that something I should do myself, and if so, is there documented guidance for doing so? | 14:17 |
mlavalle | atimmins: this is the neutron specs repo: https://opendev.org/openstack/neutron-specs | 14:17 |
ralonsoh | atimmins, you need to propose something like this | 14:18 |
ralonsoh | https://github.com/openstack/neutron-specs/blob/master/specs/yoga/distributed-metadata-data-path.rst | 14:18 |
lajoskatona | exactly | 14:18 |
ralonsoh | in any case, what is in the etherpad is different from group ordering | 14:18 |
mlavalle | atimmins: please note there is a directory for the zed cycle: https://opendev.org/openstack/neutron-specs/src/branch/master/specs/zed | 14:18 |
ralonsoh | you are introducing priority levels (but we can discuss this in the spec) | 14:18 |
mlavalle | yes, the spec would be a good place to discuss that | 14:19 |
ralonsoh | and, btw, in the previous meeting we talked about the current behaviour | 14:19 |
ralonsoh | that doesn't match the current spec (allow by default) | 14:19 |
mlavalle | atimmins: please also note that in that zed directory there is a placeholder.rst file that you can use as a template | 14:20 |
atimmins | This is all very helpful, thanks! I'll work on putting a spec together in the zed directory. | 14:20 |
mlavalle | when you have you first version of the spec, just submmit is to gerrit with git review, like any other patch in the OpenStack project | 14:20 |
atimmins | Will do | 14:21 |
mlavalle | atimmins: and we will have a discussion over gerrit, just like any other piece of code | 14:21 |
lajoskatona | atimmins: before pushing you can build it with tox -edocs I think, and can check in browser | 14:21 |
lajoskatona | I have another quick sentence for today: | 14:22 |
lajoskatona | I started the Antelope etherpad: https://etherpad.opendev.org/p/neutron-antelope-ptg | 14:22 |
mlavalle | cool! | 14:22 |
lajoskatona | and the next release will be Antelope :-) | 14:22 |
mlavalle | so bad for anteater | 14:23 |
lajoskatona | I think antelope is much better for marketing people :-) | 14:23 |
lajoskatona | If there is no more topics to discuss, let's close the meeting | 14:24 |
haleyb | the anteater would have gotten all the bugz :) | 14:24 |
lajoskatona | haleyb: that was my reasoning also :-) | 14:24 |
haleyb | but there are no bugs left, coffee must be working if i'm talking | 14:25 |
lajoskatona | :-) | 14:25 |
lajoskatona | #endmeeting | 14:25 |
opendevmeet | Meeting ended Fri Jul 22 14:25:41 2022 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:25 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/neutron_drivers/2022/neutron_drivers.2022-07-22-14.00.html | 14:25 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/neutron_drivers/2022/neutron_drivers.2022-07-22-14.00.txt | 14:25 |
opendevmeet | Log: https://meetings.opendev.org/meetings/neutron_drivers/2022/neutron_drivers.2022-07-22-14.00.log.html | 14:25 |
lajoskatona | Have a nice weekend :-) | 14:25 |
ralonsoh | have a nice weekend | 14:25 |
lajoskatona | o/ | 14:25 |
amotoki | o/ | 14:25 |
yamamoto | good night | 14:25 |
obondarev | o/ | 14:26 |
mlavalle | o/ | 14:26 |
haleyb | o/ | 14:27 |
spatel | ralonsoh i believe meeting is over :) | 14:35 |
ralonsoh | yes | 14:36 |
spatel | based on last output error encounter here - https://opendev.org/x/ovn-bgp-agent/src/branch/master/ovn_bgp_agent/drivers/openstack/ovn_bgp_driver.py#L91 | 14:36 |
spatel | look at latest error code - https://paste.opendev.org/show/bYxy4cBWygOQ21JgEJZb/ | 14:37 |
ralonsoh | spatel, and in L97 | 14:37 |
ralonsoh | this is because I don't know if you are accessing correctly to the SB DB | 14:37 |
spatel | my ovn version is 20.03.1 whatever comes with Ubuntu 20.04.4 | 14:37 |
ralonsoh | so doesn't have chassis_private | 14:37 |
ralonsoh | in any case, L97 should work | 14:37 |
ralonsoh | can you print what you have in "schema.tables" ? | 14:38 |
spatel | what is Chassi_Private? | 14:38 |
spatel | Do you know command to print schema.tables? | 14:38 |
ralonsoh | a SB DB table | 14:38 |
ralonsoh | yes, print this value | 14:38 |
spatel | ovn-sbctl show ? | 14:39 |
ralonsoh | no, the value in L93 | 14:39 |
ralonsoh | before instantiating ovn.OvnSbIdl | 14:40 |
spatel | ralonsoh how do i print schema.tables ? | 14:41 |
ralonsoh | you can log it | 14:42 |
ralonsoh | LOG.debug(schema.tables) | 14:42 |
spatel | sorry i am not very familiar with ovs/ovn commands so trying to google | 14:44 |
ralonsoh | spatel, this is in the code | 14:44 |
spatel | you want me to put it in that file and run ovn-bgp-agent so it will print table | 14:46 |
ralonsoh | yes | 14:46 |
spatel | let me try | 14:46 |
opendevreview | Rodolfo Alonso proposed openstack/os-ken master: Remove "nose" library https://review.opendev.org/c/openstack/os-ken/+/850631 | 14:51 |
spatel | ralonsoh https://paste.opendev.org/show/bWAXQpKMLAFJyXic2UkQ/ | 14:52 |
spatel | ralonsoh talking to lucasagomes and he suggested to remove Load_Balancer table from here and look like it made little progress but now dealing other next error - https://opendev.org/x/ovn-bgp-agent/src/branch/master/ovn_bgp_agent/drivers/openstack/ovn_bgp_driver.py#L40 | 15:01 |
lucasagomes | ralonsoh, I think it's due to the version of OVN that does not have that table in the schmea | 15:02 |
lucasagomes | <spatel> ovn-sbctl: unknown table "Load_Balancer" | 15:02 |
ralonsoh | this is why I asked for the tables | 15:02 |
lucasagomes | yup | 15:02 |
ralonsoh | I didn't see this error in any log | 15:02 |
lucasagomes | the other error seems strange, because it's actually going thru privsep | 15:03 |
lucasagomes | and capabilities.CAP_NET_ADMIN is set by default | 15:03 |
ralonsoh | which one? | 15:03 |
lucasagomes | ralonsoh, https://paste.opendev.org/show/bHmQAT3a22jK602asI0S/ | 15:03 |
lucasagomes | this one | 15:03 |
spatel | This is where i stuck now after removing LB table - https://paste.opendev.org/show/baUZQZ0LioGbMXEQVft0/ | 15:03 |
ralonsoh | lucasagomes, pyroute NDB interface is deprecated | 15:04 |
ralonsoh | https://opendev.org/x/ovn-bgp-agent/src/branch/master/ovn_bgp_agent/privileged/linux_net.py#L272 | 15:04 |
ralonsoh | this is not supported anymore | 15:05 |
ralonsoh | only if you are using an old version of pyroute2 | 15:05 |
lucasagomes | ralonsoh, hmm lemme make a note of it, because we actually use it heavily in the agent | 15:05 |
spatel | I have pyroute2 0.6.13 | 15:05 |
ralonsoh | this is old | 15:06 |
spatel | hmm so you are suggesting to upgrade it? | 15:07 |
ralonsoh | no at all | 15:07 |
ralonsoh | you can't do it with this implementation | 15:08 |
spatel | ok | 15:08 |
ralonsoh | can you execute this command in the shell? | 15:08 |
spatel | tell me which one | 15:09 |
ralonsoh | add this IP address to this inteface | 15:10 |
ralonsoh | using "ip a add" commands | 15:10 |
ralonsoh | and python | 15:10 |
spatel | ralonsoh give me full command and what ip you want to add? | 15:11 |
ralonsoh | spatel, the one you are trying to add here https://paste.opendev.org/show/baUZQZ0LioGbMXEQVft0/ | 15:12 |
ralonsoh | I have no idea what IP not interface | 15:12 |
ralonsoh | you need to have this info from your env | 15:12 |
spatel | but i thought this is the agent and it will just run in background interact with frr.. i am also new so trying to understand.. | 15:13 |
ralonsoh | yes, but the agent is failing in a specific operation | 15:14 |
ralonsoh | so let's try to find why | 15:15 |
ralonsoh | find the IP and the device | 15:15 |
spatel | This is what agent does - https://ltomasbo.wordpress.com/2021/06/25/openstack-networking-with-evpn/ | 15:15 |
ralonsoh | sorry, if you want remote debugging, you need to provide this information | 15:16 |
spatel | Let me follow that blog and see what its doing which i can try by hand | 15:16 |
ralonsoh | print the info before executing this command | 15:16 |
spatel | let me run it in debug mode | 15:17 |
opendevreview | Rodolfo Alonso proposed openstack/os-ken master: Remove "nose" library https://review.opendev.org/c/openstack/os-ken/+/850631 | 15:24 |
*** rpioso_ is now known as rpioso | 15:27 | |
*** johnsom_ is now known as johnsom | 15:27 | |
*** amoralej is now known as amoralej|off | 15:38 | |
opendevreview | Rodolfo Alonso proposed openstack/os-ken master: Remove "six" library https://review.opendev.org/c/openstack/os-ken/+/850767 | 16:07 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/wallaby: functional: Add debug messages around OVN services https://review.opendev.org/c/openstack/neutron/+/850039 | 16:10 |
opendevreview | Sharon Koech proposed openstack/neutron-lib master: Network Cascade Deletion Extension https://review.opendev.org/c/openstack/neutron-lib/+/849046 | 16:17 |
spatel | Good news ovn-bgp-agent works :) Permission problem was IPv6 (I have disable ipv6 and error disappeared ) | 17:04 |
opendevreview | Sharon Koech proposed openstack/neutron master: Network Cascade Deletion Extension https://review.opendev.org/c/openstack/neutron/+/849776 | 19:06 |
*** dasm is now known as dasm|off | 22:11 | |
opendevreview | Miguel Lavalle proposed openstack/neutron master: Avoid race condition when deleting trunk bridges https://review.opendev.org/c/openstack/neutron/+/837780 | 23:05 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!