Merge "Do not start nova-network service on Ubuntu after package installation"

This commit is contained in:
Jenkins 2015-03-11 22:30:21 +00:00 committed by Gerrit Code Review
commit e660cbdfc5

View File

@ -71,6 +71,12 @@ class vmware::network::nova (
} }
} }
if ($::operatingsystem == 'Ubuntu') {
tweaks::ubuntu_service_override { 'nova-network':
package_name => 'nova-network'
}
}
file { 'vcenter-nova-network-ocf': file { 'vcenter-nova-network-ocf':
path => '/usr/lib/ocf/resource.d/fuel/nova-network', path => '/usr/lib/ocf/resource.d/fuel/nova-network',
source => 'puppet:///modules/vmware/ocf/nova-network', source => 'puppet:///modules/vmware/ocf/nova-network',