diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-06-20 18:04:45 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-06-20 18:04:45 +0000 |
commit | b9f0427926957b3aaa74286288523b46acbd97aa (patch) | |
tree | 8b7698a589fa13366f2f5973811ce748d24658f9 /manifests | |
parent | 687b03b333d4a367ae476c0521473d9d24025d2d (diff) | |
parent | 9f23db6b2dd779e791c234f9f36dfaedae93e2ce (diff) |
Merge "nova/api: include ::nova::network::neutron"
Diffstat (limited to 'manifests')
-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 } } |