Merge "vitrage: Stop tweaking config/log directory"
This commit is contained in:
commit
3392f8555a
@ -42,7 +42,6 @@ class openstack_integration::vitrage {
|
||||
}
|
||||
|
||||
class { 'vitrage':
|
||||
# TODO(ansmith): separate transports when bug/1711716 closed
|
||||
default_transport_url => os_transport_url({
|
||||
'transport' => $::openstack_integration::config::messaging_notify_proto,
|
||||
'host' => $::openstack_integration::config::host,
|
||||
@ -63,21 +62,6 @@ class openstack_integration::vitrage {
|
||||
notification_driver => 'messagingv2',
|
||||
}
|
||||
|
||||
# Make sure tempest can read the configuration files
|
||||
# default installation has a 640 premission
|
||||
-> file { '/etc/vitrage':
|
||||
ensure => directory,
|
||||
recurse => true,
|
||||
mode => '0644',
|
||||
}
|
||||
|
||||
# Make sure tempest can write to the log directory
|
||||
# default installation has a 755 premission
|
||||
-> file { '/var/log/vitrage':
|
||||
ensure => directory,
|
||||
mode => '0766',
|
||||
}
|
||||
|
||||
class { 'vitrage::keystone::auth':
|
||||
public_url => "${::openstack_integration::config::base_url}:8999",
|
||||
internal_url => "${::openstack_integration::config::base_url}:8999",
|
||||
|
Loading…
Reference in New Issue
Block a user