Add nova-conductor code for grizzly.

It is required to install grizzly.
This commit is contained in:
Dan Bode
2013-03-15 11:16:29 -07:00
committed by Dan Bode
parent dce3cdd846
commit 80ba0267a3

View File

@@ -129,6 +129,14 @@ node /openstack-controller/ {
}
}
# we need to install conductor only for grizzly
# because this version of the manifests needs to support both
if $openstack_version == 'grizzly' {
class { 'nova::conductor':
enabled => true,
}
}
class { 'openstack::controller':
#floating_range => $floating_network_range,
# Required Network