diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-06 23:18:29 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-06 23:18:29 +0000 |
commit | 08ea0193f9a0234ab88aea0815c5ca7146bdd421 (patch) | |
tree | 8b3ca52e3eae57c1e89835c4e8117a49337aa80b /manifests | |
parent | e7ed81107aac480de81ba94501aa6989106b65fc (diff) | |
parent | b95f16a2a56343b81bafb272f9567a55c5cca4b9 (diff) |
Merge "Include ironic::drivers::interfaces in the ironic-conductor profile"
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/profile/base/ironic/conductor.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/profile/base/ironic/conductor.pp b/manifests/profile/base/ironic/conductor.pp index 7f90da9..cb0524b 100644 --- a/manifests/profile/base/ironic/conductor.pp +++ b/manifests/profile/base/ironic/conductor.pp @@ -34,6 +34,7 @@ class tripleo::profile::base::ironic::conductor ( if $step >= 4 { include ::ironic::conductor + include ::ironic::drivers::interfaces include ::ironic::drivers::pxe if $manage_pxe { include ::ironic::pxe |