aboutsummaryrefslogtreecommitdiffstats
path: root/apps/slice_selection/optimizers/conductor/response_processor.py
diff options
context:
space:
mode:
Diffstat (limited to 'apps/slice_selection/optimizers/conductor/response_processor.py')
-rw-r--r--apps/slice_selection/optimizers/conductor/response_processor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/slice_selection/optimizers/conductor/response_processor.py b/apps/slice_selection/optimizers/conductor/response_processor.py
index 71a350f..d2c949b 100644
--- a/apps/slice_selection/optimizers/conductor/response_processor.py
+++ b/apps/slice_selection/optimizers/conductor/response_processor.py
@@ -67,7 +67,7 @@ class ResponseProcessor(object):
return {
'existingNSI': False,
'newNSISolution': {
- 'slice_profiles': self.get_slice_profiles_from_candidate(candidate, subnets)
+ 'sliceProfiles': self.get_slice_profiles_from_candidate(candidate, subnets)
}
}