Add nova-conductor code for grizzly.
It is required to install grizzly.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user