Merge "Fix inconsistent `shared` attribute default value"

This commit is contained in:
Zuul 2019-01-09 20:37:30 +00:00 committed by Gerrit Code Review
commit c7e397a60c
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 |