nova-api: switch to new wsgi class
authorEmilien Macchi <emilien@redhat.com>
Wed, 4 Jan 2017 20:09:27 +0000 (15:09 -0500)
committerEmilien Macchi <emilien@redhat.com>
Wed, 4 Jan 2017 20:11:08 +0000 (15:11 -0500)
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

manifests/profile/base/nova/api.pp

index e660990..69b90fa 100644 (file)
@@ -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,
     }