From: Emilien Macchi Date: Tue, 14 Jun 2016 15:31:51 +0000 (-0400) Subject: nova/api: include ::nova::network::neutron X-Git-Tag: opnfv-6.0.0~728^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=9f23db6b2dd779e791c234f9f36dfaedae93e2ce;p=apex-puppet-tripleo.git nova/api: include ::nova::network::neutron It was included in THT before, but it's now in nova/api role. It will also be added in nova/compute role later. Change-Id: I6b5857d3d4740c0bf3f748719f30a05f1c62cb59 --- diff --git a/manifests/profile/base/nova/api.pp b/manifests/profile/base/nova/api.pp index cb8d3f2..b62f4a5 100644 --- a/manifests/profile/base/nova/api.pp +++ b/manifests/profile/base/nova/api.pp @@ -38,6 +38,7 @@ class tripleo::profile::base::nova::api ( sync_db => $sync_db, sync_db_api => $sync_db, } + include ::nova::network::neutron } }