Change to relative include
Change-Id: I8c10ceaaeea23e711804d5fef55474a1474da3a8
This commit is contained in:
parent
3fc1d51754
commit
05a2bd8514
@ -43,6 +43,6 @@ class trove::client (
|
||||
tag => 'openstack',
|
||||
}
|
||||
|
||||
include '::openstacklib::openstackclient'
|
||||
include openstacklib::openstackclient
|
||||
|
||||
}
|
||||
|
@ -80,8 +80,8 @@ class trove::conductor(
|
||||
|
||||
if $::trove::database_connection {
|
||||
if($::trove::database_connection =~ /mysql:\/\/\S+:\S+@\S+\/\S+/) {
|
||||
require '::mysql::bindings'
|
||||
require '::mysql::bindings::python'
|
||||
require mysql::bindings
|
||||
require mysql::bindings::python
|
||||
} elsif($::trove::database_connection =~ /postgresql:\/\/\S+:\S+@\S+\/\S+/) {
|
||||
|
||||
} elsif($::trove::database_connection =~ /sqlite:\/\//) {
|
||||
|
@ -121,8 +121,8 @@ the future release. Please use trove::default_neutron_networks instead.")
|
||||
|
||||
if $::trove::database_connection {
|
||||
if($::trove::database_connection =~ /mysql:\/\/\S+:\S+@\S+\/\S+/) {
|
||||
require '::mysql::bindings'
|
||||
require '::mysql::bindings::python'
|
||||
require mysql::bindings
|
||||
require mysql::bindings::python
|
||||
} elsif($::trove::database_connection =~ /postgresql:\/\/\S+:\S+@\S+\/\S+/) {
|
||||
|
||||
} elsif($::trove::database_connection =~ /sqlite:\/\//) {
|
||||
@ -257,7 +257,7 @@ Please configure options directly with the trove::guestagent class using hiera."
|
||||
require => Anchor['trove::install::end'],
|
||||
}
|
||||
} else {
|
||||
class {'::trove::guestagent':
|
||||
class {'trove::guestagent':
|
||||
enabled => false,
|
||||
manage_service => false,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user