test
This commit is contained in:
@@ -155,7 +155,10 @@ func (b *ArgoBuilder) RepartiteProcess(processing resources.ProcessingResource,
|
||||
// Creates an accessor srtictly for Peer Collection
|
||||
for _, related := range computeAttached {
|
||||
instance := related.Node.GetSelectedInstance().(*resources.ComputeResourceInstance)
|
||||
partner := instance.GetSelectedPartnership()
|
||||
if instance == nil {
|
||||
continue
|
||||
}
|
||||
partner := instance.GetSelectedPartnership(conf.GetConfig().PeerID, conf.GetConfig().Groups)
|
||||
if partner == nil {
|
||||
logger.Error().Msg("can't proceed on datacenter because of missing pricing profiles " + related.Node.GetID())
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user