python-openstackclient/releasenotes/notes/disallow-setting-default-on-internal-network-824fdea1a900891c.yaml
Hongbin Lu 962efd949f Disallow setting default on internal network
The ``--default`` option should be only used for external network.
Default internal network is not currently supported so we disallow
it for now.

Change-Id: Ia9d39b40e1e041d7bda0f6a27d058e382b572e1a
Closes-Bug: #1745658
2020-03-09 21:01:53 -05:00

10 lines
366 B
YAML

---
fixes:
- |
For ``network create`` the
`--default`` option should be only used for external networks.
After this release, we enforce this scenario. If a users attempts
to create an internal default network or update a network to be
internal default, the command will be denied.
[Bug `1745658 <https://bugs.launchpad.net/bugs/1745658>`_]