From 83d38ec8a444feff4f32254fa95a832a7718ba59 Mon Sep 17 00:00:00 2001 From: Wong Hoi Sing Edison Date: Tue, 19 Jun 2012 21:38:43 +0800 Subject: [PATCH] Add missing for openstack_compute. --- examples/site.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/site.pp b/examples/site.pp index ab12024..7bd112c 100644 --- a/examples/site.pp +++ b/examples/site.pp @@ -122,6 +122,7 @@ node /openstack_controller/ { node /openstack_compute/ { class { 'openstack::compute': + public_interface => $public_interface, private_interface => $private_interface, internal_address => $ipaddress_eth0, libvirt_type => 'kvm',