summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2015-05-22 09:50:09 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-06-04 12:06:31 +0200
commitb189e66298816c3414e027c914b5e62f30512330 (patch)
tree891756fc8fb9702e31eb89ef83997156452c7f74 /ipalib/constants.py
parentf87324df546055df1e7d038e63c04bb0d2250f55 (diff)
downloadfreeipa-b189e66298816c3414e027c914b5e62f30512330.tar.gz
freeipa-b189e66298816c3414e027c914b5e62f30512330.tar.xz
freeipa-b189e66298816c3414e027c914b5e62f30512330.zip
topology: ipa management commands
ipalib part of topology management Design: - http://www.freeipa.org/page/V4/Manage_replication_topology https://fedorahosted.org/freeipa/ticket/4302 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index 96396a236..93d7aaa7b 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -119,6 +119,7 @@ DEFAULT_CONFIG = (
('container_views', DN(('cn', 'views'), ('cn', 'accounts'))),
('container_masters', DN(('cn', 'masters'), ('cn', 'ipa'), ('cn', 'etc'))),
('container_certprofile', DN(('cn', 'certprofiles'), ('cn', 'ca'))),
+ ('container_topology', DN(('cn', 'topology'), ('cn', 'ipa'), ('cn', 'etc'))),
# Ports, hosts, and URIs:
('xmlrpc_uri', 'http://localhost:8888/ipa/xml'),