Ensure ovs_neutron_plugin.ini has correct ownership
Change-Id: I3fd2e8afb4f68fc380e50033b1523c9893245492 Fixes: rhbz#1080438
This commit is contained in:
committed by
Ivan Chavero
parent
f9fd4e40f9
commit
0b392bb82c
@@ -10,3 +10,11 @@ class { 'neutron::agents::ovs':
|
||||
tunnel_types => ['gre'],
|
||||
local_ip => $localip,
|
||||
}
|
||||
|
||||
file { 'ovs_neutron_plugin.ini':
|
||||
path => '/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini',
|
||||
owner => 'root',
|
||||
group => 'neutron',
|
||||
before => Service['ovs-cleanup-service'],
|
||||
require => Package['neutron-plugin-ovs'],
|
||||
}
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
class { 'neutron::agents::ovs':
|
||||
bridge_mappings => %(CONFIG_NEUTRON_OVS_BRIDGE_MAPPINGS)s,
|
||||
}
|
||||
|
||||
file { 'ovs_neutron_plugin.ini':
|
||||
path => '/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini',
|
||||
owner => 'root',
|
||||
group => 'neutron',
|
||||
before => Service['ovs-cleanup-service'],
|
||||
require => Package['neutron-plugin-ovs'],
|
||||
}
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
class { 'neutron::agents::ovs':
|
||||
bridge_mappings => %(CONFIG_NEUTRON_OVS_BRIDGE_MAPPINGS)s,
|
||||
}
|
||||
|
||||
file { 'ovs_neutron_plugin.ini':
|
||||
path => '/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini',
|
||||
owner => 'root',
|
||||
group => 'neutron',
|
||||
before => Service['ovs-cleanup-service'],
|
||||
require => Package['neutron-plugin-ovs'],
|
||||
}
|
||||
|
||||
@@ -12,3 +12,11 @@ class { 'neutron::agents::ovs':
|
||||
local_ip => $localip,
|
||||
vxlan_udp_port => %(CONFIG_NEUTRON_OVS_VXLAN_UDP_PORT)s,
|
||||
}
|
||||
|
||||
file { 'ovs_neutron_plugin.ini':
|
||||
path => '/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini',
|
||||
owner => 'root',
|
||||
group => 'neutron',
|
||||
before => Service['ovs-cleanup-service'],
|
||||
require => Package['neutron-plugin-ovs'],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user