Cleanup minor rubocop offenses
Cleaned up all the minor rubocop issues, the ones left relate to complex logic and what I think is a bug in rubocop for nested vs compact modules/class definitions. Change-Id: I6451b7593f36287d4efe4d7542f97d0a090fb1d1
This commit is contained in:
@@ -173,9 +173,9 @@ default['openstack']['network']['interface_driver'] = 'neutron.agent.linux.inter
|
||||
# Maps the above core plugin driver to a simple name
|
||||
# This is used in the neutron_plugin_package package name and common recipe case statements
|
||||
default['openstack']['network']['core_plugin_map'] = {
|
||||
'ovsneutronpluginv2' => 'openvswitch',
|
||||
'linuxbridgepluginv2' => 'linuxbridge',
|
||||
'ml2plugin' => 'ml2'
|
||||
'ovsneutronpluginv2' => 'openvswitch',
|
||||
'linuxbridgepluginv2' => 'linuxbridge',
|
||||
'ml2plugin' => 'ml2'
|
||||
}
|
||||
|
||||
# This is used by SUSE to setup the sysconfig neutron initfile
|
||||
|
Reference in New Issue
Block a user