Comment 1 for bug 1839434

Revision history for this message
Maciej Jozefczyk (maciejjozefczyk) wrote :

The only difference between those two dicts is added network information:

(py27) stack@failing-gate:~/networking-ovn$ diff /tmp/1 /tmp/2
17,35d16
< 'network': {'admin_state_up': True,
< 'availability_zone_hints': [],
< 'availability_zones': [],
< 'description': u'',
< 'id': u'eea51b81-6005-48dd-ac0b-dd47d5b5d96a',
< 'ipv4_address_scope': None,
< 'ipv6_address_scope': None,
< 'mtu': 1450,
< 'name': u'net1',
< 'project_id': u'46f70361-ba71-4bd0-9769-3573fd227c4b',
< 'provider:network_type': u'geneve',
< 'provider:physical_network': None,
< 'provider:segmentation_id': 86,
< 'router:external': False,
< 'shared': False,
< 'status': u'ACTIVE',
< 'subnets': [u'145880da-7381-4af0-ac7a-73cb874148e6'],
< 'tenant_id': u'46f70361-ba71-4bd0-9769-3573fd227c4b',
< 'vlan_transparent': None},