From 9f23db6b2dd779e791c234f9f36dfaedae93e2ce Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 14 Jun 2016 11:31:51 -0400 Subject: 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 --- manifests/profile/base/nova/api.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/profile/base/nova') 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 } } -- cgit 1.2.3-korg