Skip to content
Snippets Groups Projects
Commit fff7de04 authored by Alessandro Costantini's avatar Alessandro Costantini
Browse files

Typo correction

parent c7902e63
No related branches found
No related tags found
1 merge request!23Dev
......@@ -34,7 +34,7 @@ class iaas::profile::nova::compute (
enabled => true,
vnc_enabled => true,
vncserver_proxyclient_address => $::facts["ipaddress_${admin_interface}"],
vncproxy_host => $endpointi_main,
vncproxy_host => $endpoint_main,
vnc_keymap => 'en-us',
}
......@@ -57,4 +57,4 @@ class iaas::profile::nova::compute (
nova_config {
'libvirt/libvirt_live_migration_flag': value => 'VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_LIVE,VIR_MIGRATE_PERSIST_DEST';
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment