diff options
author | Emilien Macchi <emilien@redhat.com> | 2016-07-20 16:08:05 -0400 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2016-07-21 13:39:12 +0000 |
commit | c1983a6da29b7ad5c5efbe9219f765bcc919969b (patch) | |
tree | 8e8675c7c45c2de379d377c100a6fda040bc2d01 /manifests/profile/pacemaker/gnocchi | |
parent | bd6655da39605b8d609269c98e6624fc8b88dbda (diff) |
Deploy Keystone and Gnocchi API with new Apache profile
Deploy Keystone and Gnocchi API with the new Apache/Pacemaker profile.
Change-Id: Id28c618133e53e28dfac7e3e9cf9f5f5a6b2421a
Diffstat (limited to 'manifests/profile/pacemaker/gnocchi')
-rw-r--r-- | manifests/profile/pacemaker/gnocchi/api.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/profile/pacemaker/gnocchi/api.pp b/manifests/profile/pacemaker/gnocchi/api.pp index da65731..ede4c9a 100644 --- a/manifests/profile/pacemaker/gnocchi/api.pp +++ b/manifests/profile/pacemaker/gnocchi/api.pp @@ -28,6 +28,7 @@ class tripleo::profile::pacemaker::gnocchi::api ( ) { include ::tripleo::profile::pacemaker::gnocchi + include ::tripleo::profile::pacemaker::apache class { '::tripleo::profile::base::gnocchi::api': step => $step, |