Replace messagebus with modern name dbus

"messagebus" is an old, archaic name for dbus. Upstream dbus has started
to move away from the old name. Let's use the modern term in FreeIPA,
too.

Fixes: https://pagure.io/freeipa/issue/7754
Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
This commit is contained in:
Christian Heimes
2018-11-07 17:32:31 +01:00
parent e569afb04e
commit 4124743862
5 changed files with 7 additions and 9 deletions

View File

@@ -1046,7 +1046,7 @@ class CAInstance(DogtagInstance):
# cause files to have a new owner.
self.restore_state("user_exists")
services.knownservices.messagebus.start()
services.knownservices.dbus.start()
cmonger = services.knownservices.certmonger
cmonger.start()