aboutsummaryrefslogtreecommitdiffstats
path: root/policyhandler/policy_consts.py
diff options
context:
space:
mode:
Diffstat (limited to 'policyhandler/policy_consts.py')
-rw-r--r--policyhandler/policy_consts.py16
1 files changed, 11 insertions, 5 deletions
diff --git a/policyhandler/policy_consts.py b/policyhandler/policy_consts.py
index 640b724..90ede47 100644
--- a/policyhandler/policy_consts.py
+++ b/policyhandler/policy_consts.py
@@ -1,8 +1,5 @@
-"""contants of policy-handler"""
-
-# org.onap.dcae
# ================================================================================
-# Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -19,10 +16,19 @@
#
# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+"""contants of policy-handler"""
+
POLICY_ID = 'policy_id'
POLICY_VERSION = "policyVersion"
POLICY_NAME = "policyName"
POLICY_BODY = 'policy_body'
POLICY_CONFIG = 'config'
-POLICY_GET_CONFIG = 'getConfig'
+CATCH_UP = "catch_up"
+AUTO_CATCH_UP = "auto catch_up"
+LATEST_POLICIES = "latest_policies"
+REMOVED_POLICIES = "removed_policies"
+ERRORED_POLICIES = "errored_policies"
+ERRORED_SCOPES = "errored_scopes"
+SCOPE_PREFIXES = "scope_prefixes"
+POLICY_FILTER = "policy_filter"