Comment 1 for bug 1841865

Revision history for this message
Sapna Jadhav (sapana45) wrote :

Hi, I have debugged this logs while launching a VM.
Observing below logs, where it is updating port again,

Oct 02 18:15:12 dev-Standard-PC-i440FX-PIIX-1996 neutron-openvswitch-agent[8964]: DEBUG neutron.agent.resource_cache [None req-334dbab3-cd48-4bfb-ac7a-ab641101fc8d service neutron] Resource Port 5df7ecb2-875e-4fbf-b452-e5ef89b755f1 updated (revision_number 4->5). Old fields: {'device_owner': u'', 'binding': PortBinding(host='',port_id=5df7ecb2-875e-4fbf-b452-e5ef89b755f1,profile={},status='ACTIVE',vif_details=None,vif_type='unbound',vnic_type='normal')} New fields: {'device_owner': u'compute:nova', 'binding': PortBinding(host='dev-Standard-PC-i440FX-PIIX-1996',port_id=5df7ecb2-875e-4fbf-b452-e5ef89b755f1,profile={},status='ACTIVE',vif_details=None,vif_type='unbound',vnic_type='normal')} {{(pid=8964) record_resource_update /opt/stack/neutron/neutron/agent/resource_cache.py:185}}

Oct 02 18:15:13 dev-Standard-PC-i440FX-PIIX-1996 neutron-openvswitch-agent[8964]: DEBUG neutron.agent.resource_cache [None req-334dbab3-cd48-4bfb-ac7a-ab641101fc8d service neutron] Resource Port 5df7ecb2-875e-4fbf-b452-e5ef89b755f1 updated (revision_number 5->6). Old fields: {'binding': PortBinding(host='dev-Standard-PC-i440FX-PIIX-1996',port_id=5df7ecb2-875e-4fbf-b452-e5ef89b755f1,profile={},status='ACTIVE',vif_details=None,vif_type='unbound',vnic_type='normal'), 'binding_levels': []} New fields: {'binding': PortBinding(host='dev-Standard-PC-i440FX-PIIX-1996',port_id=5df7ecb2-875e-4fbf-b452-e5ef89b755f1,profile={},status='ACTIVE',vif_details={"port_filter": true, "datapath_type": "system", "ovs_hybrid_plug": true},vif_type='ovs',vnic_type='normal'), 'binding_levels': [PortBindingLevel(driver='openvswitch',host='dev-Standard-PC-i440FX-PIIX-1996',level=0,port_id=5df7ecb2-875e-4fbf-b452-e5ef89b755f1,segment=NetworkSegment(0032ea77-5df5-437f-86f7-6e31db95cc52))]} {{(pid=8964) record_resource_update /opt/stack/neutron/neutron/agent/resource_cache.py:185}}

So, in these bug are we talking about these logs only?