Fix inconsistent `shared` attribute default value

The proposed `shared` attribute in the resource extension table should
have a default value `True` to align with the definition in the
RESOURCE_ATTRIBUTE_MAPS.

Co-Authored-By: Matt Peters <matt.peters@windriver.com>

Partially-implements: blueprint network-segment-range-management
Change-Id: Ic7f98a71bcfe289754438f9c3d1eed2d3ed4bfdc
This commit is contained in:
Kailun Qin 2019-01-10 01:46:11 +08:00
parent 629248149d
commit 3cc92d0cc0
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ Resource extension network_segment_ranges:
| | | | | | loaded from the host | | | | | | | loaded from the host |
| | | | | | ML2 config file [1]_ | | | | | | | ML2 config file [1]_ |
+-----------------+--------+-----+--------+-----------+-----------------------+ +-----------------+--------+-----+--------+-----------+-----------------------+
| shared | Bool | Yes | CR | False | Shared with other | | shared | Bool | Yes | CR | True | Shared with other |
| | | | | | projects | | | | | | | projects |
+-----------------+--------+-----+--------+-----------+-----------------------+ +-----------------+--------+-----+--------+-----------+-----------------------+
| project_id | String | No | CR | Current | Owner of network | | project_id | String | No | CR | Current | Owner of network |