summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/pmsh_service/mod/pmsh_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'components/pm-subscription-handler/pmsh_service/mod/pmsh_config.py')
-rw-r--r--components/pm-subscription-handler/pmsh_service/mod/pmsh_config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/pm-subscription-handler/pmsh_service/mod/pmsh_config.py b/components/pm-subscription-handler/pmsh_service/mod/pmsh_config.py
index 9c282ab7..a6fe38ad 100644
--- a/components/pm-subscription-handler/pmsh_service/mod/pmsh_config.py
+++ b/components/pm-subscription-handler/pmsh_service/mod/pmsh_config.py
@@ -69,6 +69,9 @@ class AppConfig(metaclass=MetaSingleton):
self.streams_subscribes = app_config['config'].get('streams_subscribes')
# TODO: aaf_creds variable should be removed on code cleanup
self.aaf_creds = {'aaf_id': self.aaf_id, 'aaf_pass': self.aaf_pass}
+ # TODO: changes under discussion once resolve is confirmed will be removed
+ self.operational_policy_name = 'pmsh-operational-policy'
+ self.control_loop_name = 'pmsh-control-loop'
@staticmethod
def get_instance():