python-openstackclient/releasenotes/notes/options-create-router-97910a882b604652.yaml
Dr. Jens Harbott 4e9b929842 Allow setting gateway when creating a router
These options are not only valid when modifying a router, but also when
one is created initially.

Signed-off-by: Dr. Jens Harbott <harbott@osism.tech>
Change-Id: I3e12901f37cbd1639ac9dc9cc49b04114b80474c
2021-12-09 13:49:27 +00:00

9 lines
307 B
YAML

---
features:
- |
It is now possible to add an external gateway to a router
immediately on creation. Previously it could only be done by
modifying the router after it had been created. This includes
the options to en- or disable SNAT and to specify a fixed-ip
on the external network.