From 9bb1be02a935aa3237ad431f1dcdd9102ba031c0 Mon Sep 17 00:00:00 2001 From: Sebastien Badia Date: Fri, 10 Jan 2014 01:23:03 +0100 Subject: [PATCH] Add info about spice --- manifests/compute/controller.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/compute/controller.pp b/manifests/compute/controller.pp index bd8e07c6..9c7da758 100644 --- a/manifests/compute/controller.pp +++ b/manifests/compute/controller.pp @@ -35,6 +35,7 @@ class privatecloud::compute::controller( 'nova::consoleauth', 'nova::conductor', # TODO(Emilien) Migrate to spice asap + #'nova::spicehtml5proxy', 'nova::vncproxy', ]: enabled => true,