Bug 1560442
| Summary: | router_interface internal interface status is down & unbound | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Eran Kuris <ekuris> | |
| Component: | python-networking-ovn | Assignee: | Lucas Alvares Gomes <lmartins> | |
| Status: | CLOSED ERRATA | QA Contact: | Eran Kuris <ekuris> | |
| Severity: | high | Docs Contact: | ||
| Priority: | low | |||
| Version: | 13.0 (Queens) | CC: | amuller, apevec, cgoncalves, chrisw, dalvarez, ekuris, jraju, lhh, lmartins, majopela, nyechiel, psahoo, srevivo, yoliynyk | |
| Target Milestone: | z3 | Keywords: | Triaged, ZStream | |
| Target Release: | 13.0 (Queens) | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | python-networking-ovn-4.0.2-4.el7ost | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1560516 1630412 (view as bug list) | Environment: | ||
| Last Closed: | 2018-11-13 23:32:54 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1560516, 1630412 | |||
| 
 
        
          Description
        
        
          Eran Kuris
        
        
        
        
        
          2018-03-26 07:59:12 UTC
        
       
      
      
      
    It's now been merged upstream and backported https://code.engineering.redhat.com/gerrit/141672 Updating Target Milestone to z3 for all Modified low bugs fix verified: (overcloud) [stack@undercloud-0 ~]$ openstack port show d29c49a2-d5a3-4995-973f-ef7b120b7e61 +-----------------------+---------------------------------------------------------------------------------------+ | Field | Value | +-----------------------+---------------------------------------------------------------------------------------+ | admin_state_up | UP | | allowed_address_pairs | | | binding_host_id | controller-0.localdomain | | binding_profile | | | binding_vif_details | port_filter='True' | | binding_vif_type | ovs | | binding_vnic_type | normal | | created_at | 2018-10-29T12:33:02Z | | data_plane_status | None | | description | | | device_id | a2760ef8-5812-4fd6-a2c4-239732e89119 | | device_owner | network:router_gateway | | dns_assignment | fqdn='host-10-0-0-221.ovn.test.', hostname='host-10-0-0-221', ip_address='10.0.0.221' | | dns_name | | | extra_dhcp_opts | | | fixed_ips | ip_address='10.0.0.221', subnet_id='094ddae8-196b-4032-9577-d20635c49a4e' | | id | d29c49a2-d5a3-4995-973f-ef7b120b7e61 | | ip_address | None | | mac_address | fa:16:3e:d3:50:1b | | name | | | network_id | 98b4f705-6ef7-4629-94ac-aee58b965475 | | option_name | None | | option_value | None | | port_security_enabled | False | | project_id | | | qos_policy_id | None | | revision_number | 72 | | security_group_ids | | | status | ACTIVE | | subnet_id | None | | tags | | | trunk_details | None | | updated_at | 2018-10-29T12:34:01Z | +-----------------------+---------------------------------------------------------------------------------------+ (overcloud) [stack@undercloud-0 ~]$ openstack port show 186a41a0-3dee-42c3-bc1f-42fa69fc7666 +-----------------------+---------------------------------------------------------------------------------+ | Field | Value | +-----------------------+---------------------------------------------------------------------------------+ | admin_state_up | UP | | allowed_address_pairs | | | binding_host_id | | | binding_profile | | | binding_vif_details | | | binding_vif_type | unbound | | binding_vnic_type | normal | | created_at | 2018-10-29T12:32:38Z | | data_plane_status | None | | description | | | device_id | a2760ef8-5812-4fd6-a2c4-239732e89119 | | device_owner | network:router_interface | | dns_assignment | fqdn='host-10-0-2-1.ovn.test.', hostname='host-10-0-2-1', ip_address='10.0.2.1' | | dns_name | | | extra_dhcp_opts | | | fixed_ips | ip_address='10.0.2.1', subnet_id='f0c753b9-7c8a-4c5a-8de7-edd79b1192b5' | | id | 186a41a0-3dee-42c3-bc1f-42fa69fc7666 | | ip_address | None | | mac_address | fa:16:3e:69:fc:8e | | name | | | network_id | 8507ed1e-ddf1-4fa9-8576-b1956c4a5ded | | option_name | None | | option_value | None | | port_security_enabled | False | | project_id | 65cfd177d92842d385f389c782ee943e | | qos_policy_id | None | | revision_number | 8 | | security_group_ids | | | status | ACTIVE | | subnet_id | None | | tags | | | trunk_details | None | | updated_at | 2018-10-29T12:32:40Z | puddle:2018-10-24.1 [root@compute-0 ~]# rpm -qa | grep networking-ovn python-networking-ovn-4.0.3-1.el7ost.noarch python-networking-ovn-metadata-agent-4.0.3-1.el7ost.noarch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:3614  |