get the right novnc package

This commit is contained in:
rpedde
2012-06-28 14:12:05 -05:00
parent d81606a2a8
commit 3ed75eb38f

View File

@@ -145,8 +145,8 @@ when "ubuntu"
"nova_network_service" => "nova-network",
"nova_scheduler_packages" => ["nova-scheduler"],
"nova_scheduler_service" => "nova-scheduler",
"nova_vncproxy_packages" => ["nova-vncproxy"],
"nova_vncproxy_service" => "nova-vncproxy",
"nova_vncproxy_packages" => ["novnc"],
"nova_vncproxy_service" => "novnc",
"nova_vncproxy_consoleauth_packages" => ["nova-consoleauth"],
"nova_vncproxy_consoleauth_service" => "nova-consoleauth",
"libvirt_packages" => ["libvirt-bin"],