ERROR message is is seen in the log when 'ovn_metadata_enabled' config flag is set to False

Bug #1715001 reported by Numan Siddique
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
networking-ovn
New
Undecided
Unassigned

Bug Description

The below error messages are seen in the log

2017-09-01 13:43:57.501 65501 ERROR networking_ovn.common.ovn_client [req-88021dc3-1939-47f7-a7f4-f19edb962608 1a99065509a042a9bdaebe75626977ff 2c1193faa298464d9377f77f4fdfe2e6 - default default] Metadata port couldn't be found for network 927cc081-02f6-4631-932b-60c911ca2f67
2017-09-01 13:43:57.528 65501 ERROR networking_ovn.common.ovn_client [req-88021dc3-1939-47f7-a7f4-f19edb962608 1a99065509a042a9bdaebe75626977ff 2c1193faa298464d9377f77f4fdfe2e6 - default default] Metadata port couldn't be found for network 927cc081-02f6-4631-932b-60c911ca2f67

We should not see these messages when 'ovn_metadata_enabled' config is set to False

Changed in networking-ovn:
assignee: nobody → Xuanyuan Zhang (zhangxuanyuan)
Changed in networking-ovn:
assignee: Xuanyuan Zhang (zhangxuanyuan) → nobody
Revision history for this message
Xuanyuan Zhang (zhangxuanyuan) wrote :

Which version have you used? I have checked "ovn_client.py" in "master" branch, this bug should have been fixed.

Related codes:

networking-ovn/networking_ovn/common/ovn_client.py:

    if config.is_ovn_metadata_enabled():
        LOG.error("Metadata port couldn't be found for network %s",
            network_id)

networking-ovn/networking_ovn/common/config.py:

    def is_ovn_metadata_enabled():
        return cfg.CONF.ovn.ovn_metadata_enabled

Revision history for this message
Numan Siddique (numansiddique) wrote :
Revision history for this message
Numan Siddique (numansiddique) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.