Initial network Pike updates

- Switched default linter to cookstyle
- Renamed rake tasks to better conform with Chef conventions

Change-Id: I5dd1971392fdf282d0f214dfce9dcbecc18542a8
This commit is contained in:
Samuel Cassiba
2017-08-23 21:14:27 -04:00
parent 3868368eca
commit 9de60304f4
19 changed files with 31 additions and 60 deletions

View File

@@ -103,7 +103,7 @@ service 'neutron-server' do
subscribes :restart, [
plugin_templates,
'template[/etc/neutron/neutron.conf]',
'remote_file[/etc/neutron/policy.json]'
'remote_file[/etc/neutron/policy.json]',
].flatten
end