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:
parent
bcb2a54cb4
commit
ae090c9ffe
@ -24,6 +24,7 @@ class neutron::agents::bigswitch (
|
||||
) {
|
||||
|
||||
include ::neutron::deps
|
||||
include ::neutron::params
|
||||
|
||||
if($::osfamily != 'Redhat') {
|
||||
fail("Unsupported osfamily ${::osfamily}")
|
||||
|
Loading…
Reference in New Issue
Block a user