Merge pull request #343 from enovance/bug/342/emilien
network: ensure /var/lib/neutron permissions
This commit is contained in:
commit
85c3f18232
@ -124,4 +124,12 @@ class cloud::network(
|
||||
'OVS/bridge_mappings': value => $provider_bridge_mappings;
|
||||
}
|
||||
|
||||
# TODO(EmilienM), Temporary, it's a bug in Debian packages. GH#342
|
||||
file { "/var/lib/neutron":
|
||||
ensure => "directory",
|
||||
owner => "neutron",
|
||||
group => "neutron",
|
||||
mode => 755,
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user