internal server error on updating no-gateway on the dhcpv6 subnet
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
New
|
Undecided
|
Unassigned |
Bug Description
nicira@
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
Created a new network:
+------
| Field | Value |
+------
| admin_state_up | True |
| availability_
| availability_zones | defaultp |
| created_at | 2020-05-
| description | |
| dns_domain | |
| id | ef1b20da-
| ipv4_address_scope | |
| ipv6_address_scope | |
| name | netbug |
| port_security_
| project_id | 77a3f40660c24d2
| qos_policy_id | |
| revision_number | 2 |
| router:external | False |
| shared | False |
| status | ACTIVE |
| subnets | |
| tags | |
| tenant_id | 77a3f40660c24d2
| updated_at | 2020-05-
+------
nicira@
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
Created a new subnet:
+------
| Field | Value |
+------
| allocation_pools | {"start": "29::2", "end": "29::ffff:
| cidr | 29::/64 |
| created_at | 2020-05-
| description | |
| dns_nameservers | |
| enable_dhcp | True |
| gateway_ip | 29::1 |
| host_routes | |
| id | f37571f1-
| ip_version | 6 |
| ipv6_address_mode | |
| ipv6_ra_mode | |
| name | subnetbug |
| network_id | ef1b20da-
| project_id | 77a3f40660c24d2
| revision_number | 0 |
| subnetpool_id | |
| tags | |
| tenant_id | 77a3f40660c24d2
| updated_at | 2020-05-
+------
nicira@
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
Created a new router:
+------
| Field | Value |
+------
| admin_state_up | True |
| availability_
| availability_zones | defaultp |
| created_at | 2020-05-
| description | |
| external_
| id | 231c2c3d-
| name | rtrbug |
| project_id | 77a3f40660c24d2
| revision_number | 2 |
| routes | |
| status | ACTIVE |
| tags | |
| tenant_id | 77a3f40660c24d2
| updated_at | 2020-05-
+------
nicira@
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
Set gateway for router rtrbug
I tried to update the subnet with no-gateway, which throws internal server error saying backend has no gateway ip
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
Request Failed: internal server error while processing your request.
Neutron server returns request_ids: ['req-cec527fb-
Changed in neutron: | |
status: | Expired → New |
I tried this with ml2/OVN on master and it seems to be working:
vagrant@devstack:~ ------- ------- --+---- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ---+ ------- ------- --+---- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ---+ :ffff:ffff: ffff:ffff | 10T14:29: 06Z | fixed_ip | False | 7bdd-4b3c- 8508-27c376dae6 66 |
$ openstack subnet set --gateway none subnetbug
[14:30:28]
vagrant@devstack:~
$ openstack subnet show subnetbug
+------
| Field | Value |
+------
| allocation_pools | 29::1-29:
| cidr | 29::/64 |
| created_at | 2020-06-
| description | |
| dns_nameservers | |
| dns_publish_
| enable_dhcp | True |
| gateway_ip | None |
| host_routes | |
| id | 330cc9ce-
| ip_version | 6 |
| ipv6_address_mode | None |
| ipv6_ra_mode | None |
| location ...