After disabling snat for router enabling it fails
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Mirantis OpenStack | Status tracked in 10.0.x | |||||
10.0.x |
Fix Committed
|
Medium
|
MOS Neutron | |||
7.0.x |
Fix Released
|
Medium
|
Denis Meltsaykin | |||
8.0.x |
Fix Released
|
Medium
|
Max Yatsenko | |||
9.x |
Fix Released
|
Medium
|
MOS Neutron |
Bug Description
If you disable snat for router gateway, enabling it back fails without any error.
Steps to reproduce:
neutron router-list
+------
| id | name | external_
+------
| 76317a9f-
+------
neutron router-gateway-set --disable-snat 76317a9f-
Set gateway for router 76317a9f-
neutron router-list
+------
| id | name | external_
+------
| 76317a9f-
+------
neutron router-gateway-set --enable-snat 76317a9f-
Set gateway for router 76317a9f-
Expected results:
"enable_snat" should be true
Actual result:
"enable_snat": false
Description of the environment:
MOS7.0 vanilla
Additional information:
upstream bug: https:/
Changed in mos: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
assignee: | nobody → MOS Maintenance (mos-maintenance) |
milestone: | none → 7.0-updates |
tags: | added: wait-for-stable |
tags: | added: on-verification |
tags: | added: on-verification |
The fix is not merged upstream yet, so we are waiting for its resolution.