Commit c48864c5 authored by Antoine Millet's avatar Antoine Millet
Browse files

(Quick)Fixed handler for host role, a propre role will be created latter.

parent 172840f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -842,7 +842,7 @@ class WelcomeHandler(CCHandler):
    ROLES = {
        'cli': CliHandler,
        'hv': HypervisorHandler,
        'host': None,
        'host': HypervisorHandler,
        'spv': SpvHandler,
	'bootstrap': BootstrapHandler,
    }