Files
neutron-lib/releasenotes/notes/subnet-external-network-ddb816aa51883752.yaml
Rodolfo Alonso Hernandez fc2f383dd6 Add extension "subnet-external-network"
This extension adds a new field to the "subnet" resource:
"router:external". This boolean field, that is False by default,
represents if the subnet belongs to an external network.

Related-Bug: #2051831
Change-Id: I75a9c30f1e8031d40a548df345b02fbe0bc47706
2024-02-09 09:24:38 +00:00

9 lines
334 B
YAML

---
features:
- |
Added new extension ``subnet-router:external``. This extension adds a
new field to the ``subnet`` resource definition, called
``router:external``, that is a boolean that represents if the subnet
belongs to an external network. This is the same parameter name used in
the external network flag.