Cookstyle 6.19.5 fixes

Update ChefSpec due to changes made in apache2 cookbook.

Depends-On: https://review.opendev.org/756168
Change-Id: Ie849f5bae082e94581146793f964d0e001a7c8c8
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2020-10-05 17:17:41 -07:00
parent ad8219b6d1
commit 2e5dd8c317
20 changed files with 2 additions and 22 deletions

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-block-storage
# Attributes:: default

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-block-storage
# Recipe:: api

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-block-storage
# Recipe:: backup

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-block-storage
# Recipe:: cinder-common

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-block-storage
# Recipe:: identity_registration

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-block-storage
# Recipe:: scheduler

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-block-storage
# Recipe:: volume

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-block-storage
# Recipe:: volume_driver_lvm

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-block-storage

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-block-storage
@ -45,7 +44,7 @@ describe 'openstack-block-storage::api' do
daemon_process: 'cinder-wsgi',
group: 'cinder',
log_dir: '/var/log/apache2',
run_dir: '/var/lock/apache2',
run_dir: '/var/lock',
server_entry: '/usr/bin/cinder-wsgi',
server_host: '127.0.0.1',
server_port: '8776',
@ -61,7 +60,7 @@ describe 'openstack-block-storage::api' do
%r{WSGIScriptAlias / /usr/bin/cinder-wsgi},
%r{ErrorLog /var/log/apache2/cinder-wsgi_error.log},
%r{CustomLog /var/log/apache2/cinder-wsgi_access.log combined},
%r{WSGISocketPrefix /var/lock/apache2},
%r{WSGISocketPrefix /var/lock},
].each do |line|
expect(chef_run).to render_file(file).with_content(line)
end

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-block-storage

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-block-storage

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-block-storage

View File

@ -1,4 +1,3 @@
# encoding: utf-8
#
# Cookbook:: openstack-block-storage

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-block-storage

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-block-storage

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-block-storage

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-block-storage

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-block-storage

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-block-storage