test_filtering_shared_subnets failed in -api job with MismatchError comparing subnets

Bug #1677020 reported by Ihar Hrachyshka
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Confirmed
High
Unassigned

Bug Description

http://logs.openstack.org/99/407099/48/check/gate-neutron-dsvm-api-ubuntu-xenial/a1969ce/testr_results.html.gz

pythonlogging:'': {{{
2017-03-28 19:25:18,166 7692 INFO [tempest.lib.common.rest_client] Request (SharedNetworksTest:test_filtering_shared_subnets): 201 POST http://15.184.69.59:9696/v2.0/networks 0.879s
2017-03-28 19:25:18,167 7692 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
        Body: {"network": {"name": "tempest-test-network--1848706369"}}
    Response - Headers: {u'connection': 'close', 'status': '201', u'x-openstack-request-id': 'req-052b7e7e-7b14-4675-a354-c07f3a9f125c', u'content-length': '587', u'content-type': 'application/json; charset=UTF-8', 'content-location': 'http://15.184.69.59:9696/v2.0/networks', u'date': 'Tue, 28 Mar 2017 19:25:18 GMT'}
        Body: {"network":{"ipv6_address_scope":null,"dns_domain":"","revision_number":3,"port_security_enabled":true,"id":"2a656de1-7782-4205-9561-d9bb8e50c8c0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1f33d41e817c42b38d1a920b6eb5842e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2017-03-28T19:25:17Z","name":"tempest-test-network--1848706369","qos_policy_id":null,"admin_state_up":true,"tenant_id":"1f33d41e817c42b38d1a920b6eb5842e","created_at":"2017-03-28T19:25:17Z","mtu":1450}}
2017-03-28 19:25:19,087 7692 INFO [tempest.lib.common.rest_client] Request (SharedNetworksTest:test_filtering_shared_subnets): 201 POST http://15.184.69.59:9696/v2.0/subnets 0.919s
2017-03-28 19:25:19,088 7692 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
        Body: {"subnet": {"cidr": "10.1.0.0/28", "ip_version": 4, "gateway_ip": "10.1.0.1", "network_id": "2a656de1-7782-4205-9561-d9bb8e50c8c0"}}
    Response - Headers: {u'connection': 'close', 'status': '201', u'x-openstack-request-id': 'req-e3c6dc37-7d8c-4f11-8c5a-1cabeae75931', u'content-length': '594', u'content-type': 'application/json; charset=UTF-8', 'content-location': 'http://15.184.69.59:9696/v2.0/subnets', u'date': 'Tue, 28 Mar 2017 19:25:19 GMT'}
        Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a656de1-7782-4205-9561-d9bb8e50c8c0","tenant_id":"1f33d41e817c42b38d1a920b6eb5842e","created_at":"2017-03-28T19:25:18Z","dns_nameservers":[],"updated_at":"2017-03-28T19:25:18Z","gateway_ip":"10.1.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.0.2","end":"10.1.0.14"}],"host_routes":[],"revision_number":2,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.0.0/28","project_id":"1f33d41e817c42b38d1a920b6eb5842e","id":"34750ed3-99c0-4de3-9971-076ac992ea1a","subnetpool_id":null,"name":""}}
2017-03-28 19:25:20,438 7692 INFO [tempest.lib.common.rest_client] Request (SharedNetworksTest:test_filtering_shared_subnets): 201 POST http://15.184.69.59:9696/v2.0/subnets 1.349s
2017-03-28 19:25:20,438 7692 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
        Body: {"subnet": {"cidr": "10.1.0.0/28", "ip_version": 4, "gateway_ip": "10.1.0.1", "network_id": "30e2c6c3-0e6f-4c47-a516-6f0f6f3a2b1d"}}
    Response - Headers: {u'connection': 'close', 'status': '201', u'x-openstack-request-id': 'req-46a771ec-b3f9-4ed8-918d-edf3fdb4bac2', u'content-length': '594', u'content-type': 'application/json; charset=UTF-8', 'content-location': 'http://15.184.69.59:9696/v2.0/subnets', u'date': 'Tue, 28 Mar 2017 19:25:20 GMT'}
        Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30e2c6c3-0e6f-4c47-a516-6f0f6f3a2b1d","tenant_id":"7671eeda385745399b668bf68c000c53","created_at":"2017-03-28T19:25:19Z","dns_nameservers":[],"updated_at":"2017-03-28T19:25:19Z","gateway_ip":"10.1.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.0.2","end":"10.1.0.14"}],"host_routes":[],"revision_number":2,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.0.0/28","project_id":"7671eeda385745399b668bf68c000c53","id":"9d97a397-c27d-4b35-9c20-151930e40362","subnetpool_id":null,"name":""}}
2017-03-28 19:25:20,796 7692 INFO [tempest.lib.common.rest_client] Request (SharedNetworksTest:test_filtering_shared_subnets): 200 GET http://15.184.69.59:9696/v2.0/subnets?shared=True 0.357s
2017-03-28 19:25:20,797 7692 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
        Body: None
    Response - Headers: {u'connection': 'close', 'status': '200', u'x-openstack-request-id': 'req-5b9a7c92-af5f-4738-afa4-5851ce1dff2f', u'content-length': '597', u'content-type': 'application/json; charset=UTF-8', 'content-location': 'http://15.184.69.59:9696/v2.0/subnets?shared=True', u'date': 'Tue, 28 Mar 2017 19:25:20 GMT'}
        Body: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30e2c6c3-0e6f-4c47-a516-6f0f6f3a2b1d","tenant_id":"7671eeda385745399b668bf68c000c53","created_at":"2017-03-28T19:25:19Z","dns_nameservers":[],"updated_at":"2017-03-28T19:25:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.0.2","end":"10.1.0.14"}],"gateway_ip":"10.1.0.1","revision_number":2,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.0.0/28","project_id":"7671eeda385745399b668bf68c000c53","id":"9d97a397-c27d-4b35-9c20-151930e40362","subnetpool_id":null,"name":""}]}
2017-03-28 19:25:21,019 7692 INFO [tempest.lib.common.rest_client] Request (SharedNetworksTest:test_filtering_shared_subnets): 200 GET http://15.184.69.59:9696/v2.0/subnets?shared=True 0.221s
2017-03-28 19:25:21,020 7692 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
        Body: None
    Response - Headers: {u'connection': 'close', 'status': '200', u'x-openstack-request-id': 'req-18d6d9a4-d89e-46be-8595-ffc411e6de83', u'content-length': '597', u'content-type': 'application/json; charset=UTF-8', 'content-location': 'http://15.184.69.59:9696/v2.0/subnets?shared=True', u'date': 'Tue, 28 Mar 2017 19:25:21 GMT'}
        Body: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30e2c6c3-0e6f-4c47-a516-6f0f6f3a2b1d","tenant_id":"7671eeda385745399b668bf68c000c53","created_at":"2017-03-28T19:25:19Z","dns_nameservers":[],"updated_at":"2017-03-28T19:25:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.0.2","end":"10.1.0.14"}],"gateway_ip":"10.1.0.1","revision_number":2,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.0.0/28","project_id":"7671eeda385745399b668bf68c000c53","id":"9d97a397-c27d-4b35-9c20-151930e40362","subnetpool_id":null,"name":""}]}
2017-03-28 19:25:21,202 7692 INFO [tempest.lib.common.rest_client] Request (SharedNetworksTest:test_filtering_shared_subnets): 200 GET http://15.184.69.59:9696/v2.0/subnets?shared=True 0.182s
2017-03-28 19:25:21,202 7692 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
        Body: None
    Response - Headers: {u'connection': 'close', 'status': '200', u'x-openstack-request-id': 'req-8545a264-3563-47fe-8830-490faf4e9734', u'content-length': '1181', u'content-type': 'application/json; charset=UTF-8', 'content-location': 'http://15.184.69.59:9696/v2.0/subnets?shared=True', u'date': 'Tue, 28 Mar 2017 19:25:21 GMT'}
        Body: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30e2c6c3-0e6f-4c47-a516-6f0f6f3a2b1d","tenant_id":"7671eeda385745399b668bf68c000c53","created_at":"2017-03-28T19:25:19Z","dns_nameservers":[],"updated_at":"2017-03-28T19:25:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.0.2","end":"10.1.0.14"}],"gateway_ip":"10.1.0.1","revision_number":2,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.0.0/28","project_id":"7671eeda385745399b668bf68c000c53","id":"9d97a397-c27d-4b35-9c20-151930e40362","subnetpool_id":null,"name":""},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5541eef5-13d7-47c2-8a8d-bd22f67d24a9","tenant_id":"5a326a785a804bacbb06de26f1b2e469","created_at":"2017-03-28T19:25:20Z","dns_nameservers":[],"updated_at":"2017-03-28T19:25:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.0.2","end":"10.1.0.14"}],"gateway_ip":"10.1.0.1","revision_number":2,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.0.0/28","project_id":"5a326a785a804bacbb06de26f1b2e469","id":"b2b60619-6cc2-4994-ad00-0b4e0159666f","subnetpool_id":null,"name":""}]}
2017-03-28 19:25:21,376 7692 INFO [tempest.lib.common.rest_client] Request (SharedNetworksTest:test_filtering_shared_subnets): 200 GET http://15.184.69.59:9696/v2.0/subnets?shared=True 0.173s
2017-03-28 19:25:21,377 7692 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
        Body: None
    Response - Headers: {u'connection': 'close', 'status': '200', u'x-openstack-request-id': 'req-d6409cb4-26b9-4b20-9d08-13d2a52881f3', u'content-length': '1181', u'content-type': 'application/json; charset=UTF-8', 'content-location': 'http://15.184.69.59:9696/v2.0/subnets?shared=True', u'date': 'Tue, 28 Mar 2017 19:25:21 GMT'}
        Body: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30e2c6c3-0e6f-4c47-a516-6f0f6f3a2b1d","tenant_id":"7671eeda385745399b668bf68c000c53","created_at":"2017-03-28T19:25:19Z","dns_nameservers":[],"updated_at":"2017-03-28T19:25:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.0.2","end":"10.1.0.14"}],"gateway_ip":"10.1.0.1","revision_number":2,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.0.0/28","project_id":"7671eeda385745399b668bf68c000c53","id":"9d97a397-c27d-4b35-9c20-151930e40362","subnetpool_id":null,"name":""},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5541eef5-13d7-47c2-8a8d-bd22f67d24a9","tenant_id":"5a326a785a804bacbb06de26f1b2e469","created_at":"2017-03-28T19:25:20Z","dns_nameservers":[],"updated_at":"2017-03-28T19:25:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.0.2","end":"10.1.0.14"}],"gateway_ip":"10.1.0.1","revision_number":2,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.0.0/28","project_id":"5a326a785a804bacbb06de26f1b2e469","id":"b2b60619-6cc2-4994-ad00-0b4e0159666f","subnetpool_id":null,"name":""}]}
2017-03-28 19:25:21,539 7692 INFO [tempest.lib.common.rest_client] Request (SharedNetworksTest:test_filtering_shared_subnets): 200 GET http://15.184.69.59:9696/v2.0/subnets?shared=False 0.162s
2017-03-28 19:25:21,540 7692 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
        Body: None
    Response - Headers: {u'connection': 'close', 'status': '200', u'x-openstack-request-id': 'req-3dbb1553-fdf7-4df7-9806-2f5b49cd5a88', u'content-length': '597', u'content-type': 'application/json; charset=UTF-8', 'content-location': 'http://15.184.69.59:9696/v2.0/subnets?shared=False', u'date': 'Tue, 28 Mar 2017 19:25:21 GMT'}
        Body: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a656de1-7782-4205-9561-d9bb8e50c8c0","tenant_id":"1f33d41e817c42b38d1a920b6eb5842e","created_at":"2017-03-28T19:25:18Z","dns_nameservers":[],"updated_at":"2017-03-28T19:25:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.0.2","end":"10.1.0.14"}],"gateway_ip":"10.1.0.1","revision_number":2,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.0.0/28","project_id":"1f33d41e817c42b38d1a920b6eb5842e","id":"34750ed3-99c0-4de3-9971-076ac992ea1a","subnetpool_id":null,"name":""}]}
2017-03-28 19:25:22,052 7692 INFO [tempest.lib.common.rest_client] Request (SharedNetworksTest:test_filtering_shared_subnets): 200 GET http://15.184.69.59:9696/v2.0/subnets?shared=False 0.512s
2017-03-28 19:25:22,053 7692 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
        Body: None
    Response - Headers: {u'connection': 'close', 'status': '200', u'x-openstack-request-id': 'req-7f5f086a-b453-417c-a927-83feb6a7d8a3', u'content-length': '2967', u'content-type': 'application/json; charset=UTF-8', 'content-location': 'http://15.184.69.59:9696/v2.0/subnets?shared=False', u'date': 'Tue, 28 Mar 2017 19:25:22 GMT'}
        Body: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a656de1-7782-4205-9561-d9bb8e50c8c0","tenant_id":"1f33d41e817c42b38d1a920b6eb5842e","created_at":"2017-03-28T19:25:18Z","dns_nameservers":[],"updated_at":"2017-03-28T19:25:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.0.2","end":"10.1.0.14"}],"gateway_ip":"10.1.0.1","revision_number":2,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.0.0/28","id":"34750ed3-99c0-4de3-9971-076ac992ea1a","subnetpool_id":null,"name":""},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3720d6a7-55dc-4123-97cc-450a729df9c9","tenant_id":"3d9a633e0d0d4712a6e00288b1d708d0","created_at":"2017-03-28T19:18:25Z","dns_nameservers":[],"updated_at":"2017-03-28T19:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.0.2","end":"10.1.0.62"}],"gateway_ip":"10.1.0.1","revision_number":2,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.0.0/26","id":"57964c31-46c0-485e-a10b-d0360c103891","subnetpool_id":"6222a335-f740-446d-b2fe-404264046b89","name":"private-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"eb75f87b-768f-43fe-a1da-1aedc7812d50","tenant_id":"bcff0a1c6a934397847a8d9e0dc112c9","created_at":"2017-03-28T19:18:49Z","dns_nameservers":[],"updated_at":"2017-03-28T19:18:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.24.5.2","end":"172.24.5.254"}],"gateway_ip":"172.24.5.1","revision_number":2,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.24.5.0/24","id":"8276e365-f257-44b9-a4f2-2cf89830d6fd","subnetpool_id":null,"name":"public-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"eb75f87b-768f-43fe-a1da-1aedc7812d50","tenant_id":"bcff0a1c6a934397847a8d9e0dc112c9","created_at":"2017-03-28T19:19:04Z","dns_nameservers":[],"updated_at":"2017-03-28T19:19:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"2001:db8::1","end":"2001:db8::1"},{"start":"2001:db8::3","end":"2001:db8::ffff:ffff:ffff:ffff"}],"gateway_ip":"2001:db8::2","revision_number":2,"ipv6_address_mode":null,"ip_version":6,"host_routes":[],"cidr":"2001:db8::/64","id":"863971bd-8458-4cd9-b5cf-0b7bfb19b490","subnetpool_id":null,"name":"ipv6-public-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3720d6a7-55dc-4123-97cc-450a729df9c9","tenant_id":"3d9a633e0d0d4712a6e00288b1d708d0","created_at":"2017-03-28T19:18:29Z","dns_nameservers":[],"updated_at":"2017-03-28T19:18:29Z","ipv6_ra_mode":"slaac","allocation_pools":[{"start":"fdf5:1957:4e87::2","end":"fdf5:1957:4e87:0:ffff:ffff:ffff:ffff"}],"gateway_ip":"fdf5:1957:4e87::1","revision_number":2,"ipv6_address_mode":"slaac","ip_version":6,"host_routes":[],"cidr":"fdf5:1957:4e87::/64","id":"c175c1a0-52d5-4110-a2e5-fd40e2d7f15f","subnetpool_id":"5b812f28-b2bd-446d-961b-5dc24129861d","name":"ipv6-private-subnet"}]}
}}}

Traceback (most recent call last):
  File "/opt/stack/new/neutron/neutron/tests/tempest/api/admin/test_shared_network_extension.py", line 71, in test_filtering_shared_subnets
    self.admin_client.list_subnets(shared=False)['subnets'])
  File "/usr/local/lib/python2.7/dist-packages/testtools/testcase.py", line 417, in assertIn
    self.assertThat(haystack, Contains(needle), message)
  File "/usr/local/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: {u'dns_nameservers': [], u'ip_version': 4, u'network_id': u'2a656de1-7782-4205-9561-d9bb8e50c8c0', u'id': u'34750ed3-99c0-4de3-9971-076ac992ea1a', u'tags': [], u'cidr': u'10.1.0.0/28', u'description': u'', u'gateway_ip': u'10.1.0.1', u'revision_number': 2, u'ipv6_ra_mode': None, u'name': u'', u'updated_at': u'2017-03-28T19:25:18Z', u'subnetpool_id': None, u'enable_dhcp': True, u'project_id': u'1f33d41e817c42b38d1a920b6eb5842e', u'created_at': u'2017-03-28T19:25:18Z', u'tenant_id': u'1f33d41e817c42b38d1a920b6eb5842e', u'host_routes': [], u'allocation_pools': [{u'start': u'10.1.0.2', u'end': u'10.1.0.14'}], u'service_types': [], u'ipv6_address_mode': None} not in [{u'dns_nameservers': [], u'ip_version': 4, u'network_id': u'2a656de1-7782-4205-9561-d9bb8e50c8c0', u'id': u'34750ed3-99c0-4de3-9971-076ac992ea1a', u'tags': [], u'cidr': u'10.1.0.0/28', u'description': u'', u'gateway_ip': u'10.1.0.1', u'revision_number': 2, u'ipv6_ra_mode': None, u'name': u'', u'updated_at': u'2017-03-28T19:25:18Z', u'subnetpool_id': None, u'enable_dhcp': True, u'created_at': u'2017-03-28T19:25:18Z', u'tenant_id': u'1f33d41e817c42b38d1a920b6eb5842e', u'host_routes': [], u'allocation_pools': [{u'start': u'10.1.0.2', u'end': u'10.1.0.14'}], u'service_types': [], u'ipv6_address_mode': None}, {u'dns_nameservers': [], u'ip_version': 4, u'network_id': u'3720d6a7-55dc-4123-97cc-450a729df9c9', u'id': u'57964c31-46c0-485e-a10b-d0360c103891', u'tags': [], u'cidr': u'10.1.0.0/26', u'description': u'', u'gateway_ip': u'10.1.0.1', u'revision_number': 2, u'ipv6_ra_mode': None, u'name': u'private-subnet', u'updated_at': u'2017-03-28T19:18:25Z', u'subnetpool_id': u'6222a335-f740-446d-b2fe-404264046b89', u'enable_dhcp': True, u'created_at': u'2017-03-28T19:18:25Z', u'tenant_id': u'3d9a633e0d0d4712a6e00288b1d708d0', u'host_routes': [], u'allocation_pools': [{u'start': u'10.1.0.2', u'end': u'10.1.0.62'}], u'service_types': [], u'ipv6_address_mode': None}, {u'dns_nameservers': [], u'ip_version': 4, u'network_id': u'eb75f87b-768f-43fe-a1da-1aedc7812d50', u'id': u'8276e365-f257-44b9-a4f2-2cf89830d6fd', u'tags': [], u'cidr': u'172.24.5.0/24', u'description': u'', u'gateway_ip': u'172.24.5.1', u'revision_number': 2, u'ipv6_ra_mode': None, u'name': u'public-subnet', u'updated_at': u'2017-03-28T19:18:49Z', u'subnetpool_id': None, u'enable_dhcp': False, u'created_at': u'2017-03-28T19:18:49Z', u'tenant_id': u'bcff0a1c6a934397847a8d9e0dc112c9', u'host_routes': [], u'allocation_pools': [{u'start': u'172.24.5.2', u'end': u'172.24.5.254'}], u'service_types': [], u'ipv6_address_mode': None}, {u'dns_nameservers': [], u'ip_version': 6, u'network_id': u'eb75f87b-768f-43fe-a1da-1aedc7812d50', u'id': u'863971bd-8458-4cd9-b5cf-0b7bfb19b490', u'tags': [], u'cidr': u'2001:db8::/64', u'description': u'', u'gateway_ip': u'2001:db8::2', u'revision_number': 2, u'ipv6_ra_mode': None, u'name': u'ipv6-public-subnet', u'updated_at': u'2017-03-28T19:19:04Z', u'subnetpool_id': None, u'enable_dhcp': False, u'created_at': u'2017-03-28T19:19:04Z', u'tenant_id': u'bcff0a1c6a934397847a8d9e0dc112c9', u'host_routes': [], u'allocation_pools': [{u'start': u'2001:db8::1', u'end': u'2001:db8::1'}, {u'start': u'2001:db8::3', u'end': u'2001:db8::ffff:ffff:ffff:ffff'}], u'service_types': [], u'ipv6_address_mode': None}, {u'dns_nameservers': [], u'ip_version': 6, u'network_id': u'3720d6a7-55dc-4123-97cc-450a729df9c9', u'id': u'c175c1a0-52d5-4110-a2e5-fd40e2d7f15f', u'tags': [], u'cidr': u'fdf5:1957:4e87::/64', u'description': u'', u'gateway_ip': u'fdf5:1957:4e87::1', u'revision_number': 2, u'ipv6_ra_mode': u'slaac', u'name': u'ipv6-private-subnet', u'updated_at': u'2017-03-28T19:18:29Z', u'subnetpool_id': u'5b812f28-b2bd-446d-961b-5dc24129861d', u'enable_dhcp': True, u'created_at': u'2017-03-28T19:18:29Z', u'tenant_id': u'3d9a633e0d0d4712a6e00288b1d708d0', u'host_routes': [], u'allocation_pools': [{u'start': u'fdf5:1957:4e87::2', u'end': u'fdf5:1957:4e87:0:ffff:ffff:ffff:ffff'}], u'service_types': [], u'ipv6_address_mode': u'slaac'}]

Tags: gate-failure
Changed in neutron:
status: New → Confirmed
importance: Undecided → High
tags: added: gate-failure
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.