Fix dependency cycle issue

Error: Failed to apply catalog: Found 1 dependency cycle

Initially the correct tags was not used for the package
resource in this class. Once added the require on
::neutron::plugins::ml2 and package tag cause cycle
dependecy issue. Removing require ::neutron::plugins::ml2
fixes the issue.


Closes-Bug: #1748435
Change-Id: Ie7bb7d00c606a928b58cdc45e04c4fce45208fe5
This commit is contained in:
Harald Jensas
2018-02-09 13:18:21 +01:00
committed by Harald Jensås
parent 1a59f72dfc
commit dbe75c29ee

View File

@@ -16,7 +16,6 @@ class neutron::plugins::ml2::networking_baremetal(
include ::neutron::deps
include ::neutron::params
require ::neutron::plugins::ml2
if($::osfamily != 'RedHat') {
# Drivers are only packaged for RedHat at this time