Fix the default url for novncproxy_base_url

This commit is contained in:
François Charlier 2012-04-25 15:10:53 +02:00
parent b509c4ceeb
commit f28570b6de
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ class nova::compute(
$enabled = false,
$vnc_enabled = true,
$vncserver_proxyclient_address = '127.0.0.1',
$novncproxy_base_url = 'http://127.0.0.1:6080/vnc_auto.htm'
$novncproxy_base_url = 'http://127.0.0.1:6080/vnc_auto.html'
) {
nova::generic_service { 'compute':