Merge "Fix typo with vncproxy_host for ::nova::compute" into stable/grizzly

This commit is contained in:
Jenkins
2013-10-02 17:46:44 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -358,7 +358,7 @@ class openstack::all (
enabled => $enabled,
vnc_enabled => $vnc_enabled,
vncserver_proxyclient_address => $internal_address_real,
vncproxy_host => $vncproxy_host,
vncproxy_host => $vncproxy_host_real,
force_config_drive => $force_config_drive
}

View File

@@ -355,7 +355,7 @@ describe 'openstack::all' do
:enabled => true,
:vnc_enabled => true,
:vncserver_proxyclient_address => '10.0.0.1',
:vncproxy_host => false
:vncproxy_host => '10.0.0.1'
)
end