summaryrefslogtreecommitdiff
path: root/designate/common/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'designate/common/constants.py')
-rw-r--r--designate/common/constants.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/designate/common/constants.py b/designate/common/constants.py
index 295ee8b7..3857e02f 100644
--- a/designate/common/constants.py
+++ b/designate/common/constants.py
@@ -22,3 +22,7 @@ QUOTA_ZONE_RECORDSETS = 'zone_recordsets'
QUOTA_ZONES = 'zones'
VALID_QUOTAS = [QUOTA_API_EXPORT_SIZE, QUOTA_RECORDSET_RECORDS,
QUOTA_ZONE_RECORDS, QUOTA_ZONE_RECORDSETS, QUOTA_ZONES]
+
+# RBAC related constants
+RBAC_PROJECT_ID = 'project_id'
+RBAC_TARGET_PROJECT_ID = 'target_project_id'