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.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/designate/common/constants.py b/designate/common/constants.py
index 1479cf7f..cf837271 100644
--- a/designate/common/constants.py
+++ b/designate/common/constants.py
@@ -12,6 +12,13 @@
# License for the specific language governing permissions and limitations
# under the License.
+# API constants
+API_REF_URL = 'https://docs.openstack.org/api-ref/dns'
+CURRENT = 'CURRENT'
+SUPPORTED = 'SUPPORTED'
+DEPRECATED = 'DEPRECATED'
+EXPERIMENTAL = 'EXPERIMENTAL'
+
# RBAC related constants
RBAC_PROJECT_ID = 'project_id'
RBAC_TARGET_PROJECT_ID = 'target_project_id'