Revert "Hide topology and domainlevel features"

This reverts commit 62e8002bc4.

Hiding of the topology and domainlevel features was necessary
for the 4.2 branch only.

Reviewed-By: Simo Sorce <ssorce@redhat.com>
This commit is contained in:
Tomas Babej
2015-07-10 15:16:31 +02:00
parent 61f41df949
commit 5106421961
6 changed files with 5 additions and 20 deletions

View File

@@ -243,8 +243,7 @@ class DsInstance(service.Service):
self.step("configuring DNS plugin", self.__config_dns_module)
self.step("enabling entryUSN plugin", self.__enable_entryusn)
self.step("configuring lockout plugin", self.__config_lockout_module)
# For now, do not configure topology plugin
#self.step("configuring topology plugin", self.__config_topology_module)
self.step("configuring topology plugin", self.__config_topology_module)
self.step("creating indices", self.__create_indices)
self.step("enabling referential integrity plugin", self.__add_referint_module)
if enable_ssl: