aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/nova/api.pp
diff options
context:
space:
mode:
authorEmilien Macchi <emilien@redhat.com>2017-01-04 15:09:27 -0500
committerEmilien Macchi <emilien@redhat.com>2017-01-04 15:11:08 -0500
commitf61277e9f7506c5530de721b3654c6699073e1d8 (patch)
tree6066cfc89149a5ae251540e5e198d396e7ea8bda /manifests/profile/base/nova/api.pp
parent8cbf9c8504f269a1ba1662b81ca360de17d3a6c8 (diff)
nova-api: switch to new wsgi class
nova::wsgi::apache was deprecated in ocata in favor of nova::wsgi::apache_api. Let's switch to it. Change-Id: I59b3b36be33268fa6e261a7db3c4aa8e8e712ffb Depends-On: I5fc99062d349597393e2248c66f2d863029c7730
Diffstat (limited to 'manifests/profile/base/nova/api.pp')
-rw-r--r--manifests/profile/base/nova/api.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/nova/api.pp b/manifests/profile/base/nova/api.pp
index e660990..69b90fa 100644
--- a/manifests/profile/base/nova/api.pp
+++ b/manifests/profile/base/nova/api.pp
@@ -101,7 +101,7 @@ class tripleo::profile::base::nova::api (
sync_db => $sync_db,
sync_db_api => $sync_db,
}
- class { '::nova::wsgi::apache':
+ class { '::nova::wsgi::apache_api':
ssl_cert => $tls_certfile,
ssl_key => $tls_keyfile,
}