nova/api: include ::nova::network::neutron
authorEmilien Macchi <emilien@redhat.com>
Tue, 14 Jun 2016 15:31:51 +0000 (11:31 -0400)
committerEmilien Macchi <emilien@redhat.com>
Thu, 16 Jun 2016 22:16:07 +0000 (22:16 +0000)
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

index cb8d3f2..b62f4a5 100644 (file)
@@ -38,6 +38,7 @@ class tripleo::profile::base::nova::api (
       sync_db     => $sync_db,
       sync_db_api => $sync_db,
     }
+    include ::nova::network::neutron
   }
 }