Code Review
/
apex-puppet-tripleo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
aa2e4c7
)
nova/api: include ::nova::network::neutron
author
Emilien Macchi
<emilien@redhat.com>
Tue, 14 Jun 2016 15:31:51 +0000
(11:31 -0400)
committer
Emilien 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
patch
|
blob
|
history
diff --git
a/manifests/profile/base/nova/api.pp
b/manifests/profile/base/nova/api.pp
index
cb8d3f2
..
b62f4a5
100644
(file)
--- 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
}
}