Cookstyle 6.19.5 fixes

Depends-On: https://review.opendev.org/756168
Change-Id: Id5721708ce05ab03f581ca14cf8b25e89da88b81
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2020-10-05 17:33:02 -07:00
parent 9f7b019ada
commit 6f6e3ec9fd
12 changed files with 0 additions and 12 deletions

View File

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

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-integration-test
# Recipe:: create_network

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-integration-test
# Recipe:: dns

View File

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

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-integration-test
# Recipe:: run_tempest

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-integration-test
# Recipe:: setup

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
require_relative 'spec_helper'
describe 'openstack-integration-test::dns' do

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
require_relative 'spec_helper'
describe 'openstack-integration-test::dns' do

View File

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

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
require_relative 'spec_helper'
describe 'openstack-integration-test::setup' do

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
require_relative 'spec_helper'
describe 'openstack-integration-test::setup' do

View File

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