neutron-lib/releasenotes/notes/add-is-default-to-network-d16a2e6bcfae943a.yaml
Hongbin Lu 7fa92e37b4 Add 'project_default' attribute to Network
Add a new attribute ``project_default`` into ``network`` resource.
This attribute will be used to indicate if a network is a project
default network.

Neutron patch: https://review.openstack.org/#/c/511983/

Change-Id: I1371fc0b47c0015423e4346ffd43d39c8264b1a3
Partial-Bug: #1690439
2018-08-13 18:38:29 +00:00

8 lines
255 B
YAML

---
features:
- |
The ``project-default-networks`` extension is now available and adds a new
attribute ``project_default`` into the ``network`` resource.
This attribute will be used to indicate if a network is a project
default network.