removed compute from controller.

This commit is contained in:
Dan Bode 2011-06-24 13:35:06 -07:00
parent 46afdb2021
commit 8a7921bb12
1 changed files with 0 additions and 6 deletions

View File

@ -49,12 +49,6 @@ class nova::controller(
class { "nova::api": enabled => true }
class { "nova::compute":
api_server => $ipaddress,
libvirt_type => $libvirt_type,
enabled => true,
}
class { "nova::network::flat":
enabled => true,
flat_network_bridge => $flat_network_bridge,