Update allowable region status for provisions
Change-Id: Ia16f8b938a71edce6ddad4614fab17ac1d2f3139
This commit is contained in:
parent
512ecfda57
commit
26e7ae1462
@ -124,7 +124,7 @@ yaml_configs = {
|
||||
block_by_status = "Submitted"
|
||||
|
||||
# this tells which values to allow resource submit the region
|
||||
allow_region_statuses = ['functional']
|
||||
allow_region_statuses = ['building', 'functional', 'maintenance']
|
||||
|
||||
region_resource_id_status = {
|
||||
# interval_time_validation in minutes
|
||||
|
@ -100,7 +100,7 @@ yaml_flavor_version = '2014-10-16'
|
||||
block_by_status = "Submitted"
|
||||
|
||||
# this tells which values to allow resource submit the region
|
||||
allow_region_statuses = ['functional']
|
||||
allow_region_statuses = ['building', 'functional', 'maintenance']
|
||||
|
||||
keystone_role_list = {
|
||||
'member': '68cddd1a64eb4eae9c5d82581bc55426',
|
||||
|
Loading…
Reference in New Issue
Block a user