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
9 lines
334 B
YAML
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.
|