diff options
author | Emilien Macchi <emilien@redhat.com> | 2016-06-14 11:31:51 -0400 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2016-06-16 22:16:07 +0000 |
commit | 9f23db6b2dd779e791c234f9f36dfaedae93e2ce (patch) | |
tree | dd64d28b114fe4644dbf32f047c1acaa5ecb32e1 | |
parent | aa2e4c78ac0a5c86d978662729ad3c5e12e686ad (diff) |
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
-rw-r--r-- | manifests/profile/base/nova/api.pp | 1 |
1 files changed, 1 insertions, 0 deletions
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 } } |