Remove lower case conversion of subnet
[optf/osdf.git] / apps / slice_selection / optimizers / conductor / response_processor.py
index 71a350f..d2c949b 100644 (file)
@@ -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)
                 }
             }