Fixed bad variable name

This commit is contained in:
Aimon Bustardo
2012-11-06 22:15:50 -08:00
parent 9b052cd5fe
commit 426236831f
2 changed files with 8 additions and 8 deletions

View File

@@ -90,7 +90,7 @@ class openstack::compute (
glance_api_servers => $glance_api_servers,
verbose => $verbose,
rabbit_host => $rabbit_host,
virtual_host => $rabbit_virtual_host,
rabbit_virtual_host => $rabbit_virtual_host,
}
# Install / configure nova-compute

View File