Service + Storage Binded to Compute
This commit is contained in:
@@ -57,6 +57,7 @@ func (ri *AbstractLive) Extend(typ ...string) map[string][]tools.DataType {
|
||||
ext[t] = append(ext[t], tools.COMPUTE_RESOURCE)
|
||||
ext[t] = append(ext[t], tools.STORAGE_RESOURCE)
|
||||
ext[t] = append(ext[t], tools.PROCESSING_RESOURCE)
|
||||
ext[t] = append(ext[t], tools.SERVICE_RESOURCE)
|
||||
}
|
||||
}
|
||||
return ext
|
||||
|
||||
Reference in New Issue
Block a user