Cookstyle 6.19.5 fixes

Depends-On: https://review.opendev.org/756168
Change-Id: Id30919fdf1e52405001abe964f434123c867f717
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2020-10-05 17:19:17 -07:00
parent 5fbaaa6a49
commit 8f5801890f
37 changed files with 0 additions and 37 deletions

View File

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

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
#
# Cookbook:: openstack-network
# Recipe:: _bridge_config_example

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-network
# Recipe:: db_migration

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
#
# Cookbook:: openstack-network
# Recipe:: default

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
#
# Cookbook:: openstack-network
# Recipe:: dhcp_agent

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
#
# Cookbook:: openstack-network
# Recipe:: identity_registration

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
#
# Cookbook:: openstack-network
# Recipe:: l3_agent

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
#
# Cookbook:: openstack-network
# Recipe:: metadata_agent

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
#
# Cookbook:: openstack-network
# Recipe:: metering_agent

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
#
# Cookbook:: openstack-network
# Recipe:: ml2_core_plugin

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
#
# Cookbook:: openstack-network
# Recipe:: ml2_linuxbridge

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
#
# Cookbook:: openstack-network
# Recipe:: ml2_opensvswitch

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
#
# Cookbook:: openstack-network
# Recipe:: opensvswitch

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
#
# Cookbook:: openstack-network
# Recipe:: openvswitch_agent

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
#
# Cookbook:: openstack-network
# Recipe:: plugin_config

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
#
# Cookbook:: openstack-network
# Recipe:: server

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-network::_bridge_config_example' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-network::db_migration' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-network' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-network' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-network::dhcp_agent' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-network::dhcp_agent' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-network::identity_registration' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-network::l3_agent' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-network::l3_agent' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-network::metadata_agent' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-network::metadata_agent' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-network::metering_agent' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-network::metering_agent' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-network::openvswitch' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-network::openvswitch_agent' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-network::openvswitch_agent' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-network::openvswitch' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-network::plugin_config' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-network::server' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-network::server' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require 'chefspec'
require 'pry'
require 'chefspec/berkshelf'