Make physical_network property optional

physical_network property should not be
required when creating provider_network

Change-Id: I04510d8b3ac11e66ba85b9fdc36f98fbec198de6
Closes-Bug: #1549702
This commit is contained in:
danny 2015-11-27 11:44:26 +08:00 committed by Oleksii Chuprykov
parent 0b0e00494e
commit 5e7d1e03c2
1 changed files with 1 additions and 2 deletions

View File

@ -63,8 +63,7 @@ class ProviderNet(net.Net):
properties.Schema.STRING,
_('A string specifying physical network mapping for the '
'network.'),
update_allowed=True,
required=True,
update_allowed=True
),
PROVIDER_SEGMENTATION_ID: properties.Schema(
properties.Schema.STRING,