Add neutron::params to neutron::agents::bigswitch

neutron::agents::bigswitch used neutron::params's param
but it not include neutron::params.it will cause alias
package to [nil]

Change-Id: Ifbc16575321617e2862cfd2b49a31c7eff4de2d7
This commit is contained in:
binhong.hua 2018-01-03 11:03:25 +08:00
parent bcb2a54cb4
commit ae090c9ffe

View File

@ -24,6 +24,7 @@ class neutron::agents::bigswitch (
) {
include ::neutron::deps
include ::neutron::params
if($::osfamily != 'Redhat') {
fail("Unsupported osfamily ${::osfamily}")