Merge "Fix default value of subnet attribute for subnet onboard"

This commit is contained in:
Zuul 2018-11-29 22:19:38 +00:00 committed by Gerrit Code Review
commit 700b28fe1e
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ ONBOARD_SUBNETS_SPECS = {
RESOURCE_ATTRIBUTE_MAP = {
subnetpool_def.COLLECTION_NAME: {
subnet_def.COLLECTION_NAME: {
'allow_post': True, 'allow_put': True,
'allow_post': True, 'allow_put': True, 'default': [],
'validate': {
'type:list_of_any_key_specs_or_none': ONBOARD_SUBNETS_SPECS
}