Fix dependency cycle in networking-ansible plugin manifest

Removes the redundant dependency from networking_ansible.pp.

Change-Id: I7c52d29e4f147d84c4e34bf7fdd067df827c7949
Closes-Bug: #1781011
(cherry picked from commit d6c0500b08)
This commit is contained in:
rabi 2018-07-10 21:58:47 +05:30 committed by Dan Radez
parent e6a6f42c26
commit a6a5bd82b5
1 changed files with 0 additions and 1 deletions

View File

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