Fix dependency cycle in networking-ansible plugin manifest

Removes the redundant dependency from networking_ansible.pp.

Change-Id: I7c52d29e4f147d84c4e34bf7fdd067df827c7949
Closes-Bug: #1781011
This commit is contained in:
rabi 2018-07-10 21:58:47 +05:30
parent d35ce8cc02
commit d6c0500b08
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,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