Cookstyle 6.19.5 fixes

Depends-On: https://review.opendev.org/756168
Change-Id: Idfa343580b1dce6860d522ca62b63b818353aab8
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2020-10-05 17:29:04 -07:00
parent d6844783ea
commit 5178e1c937
20 changed files with 0 additions and 20 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-orchestration
# Recipe:: engine

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-orchestration
# Recipe:: dashboard

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-orchestration
# Recipe:: engine

View File

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

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
require_relative 'spec_helper'
describe 'openstack-orchestration::api-cfn' do

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
require_relative 'spec_helper'
describe 'openstack-orchestration::api-cfn' do

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
require_relative 'spec_helper'
describe 'openstack-orchestration::api' do

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
require_relative 'spec_helper'
describe 'openstack-orchestration::api' do

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
require_relative 'spec_helper'
describe 'openstack-orchestration::common' do

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
require_relative 'spec_helper'
describe 'openstack-orchestration::common' do

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
require_relative 'spec_helper'
describe 'openstack-orchestration::dashboard' do

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
require_relative 'spec_helper'
describe 'openstack-orchestration::dashboard' do

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
require_relative 'spec_helper'
describe 'openstack-orchestration::engine' do

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
require_relative 'spec_helper'
describe 'openstack-orchestration::engine' do

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
require_relative 'spec_helper'
describe 'openstack-orchestration::identity_registration' do

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
require 'chefspec'
require 'chefspec/berkshelf'
require 'chef/application'