From: Emilien Macchi Date: Fri, 3 Feb 2017 16:36:00 +0000 (-0500) Subject: nova: disable API in WSGI by default X-Git-Tag: opnfv-6.0.0~351^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=f7087b895a21f73664ae9538e367c8cb95ec10f2;p=apex-puppet-tripleo.git nova: disable API in WSGI by default Cleanup patch once the THT patch is merged. Change-Id: Iba439a4758a4728197d7620b764a4f0f2648ee0f Depends-On: I09b73476762593642a0e011f83f0233de68f2c33 --- diff --git a/manifests/profile/base/nova/api.pp b/manifests/profile/base/nova/api.pp index 99911d2..b039506 100644 --- a/manifests/profile/base/nova/api.pp +++ b/manifests/profile/base/nova/api.pp @@ -90,7 +90,9 @@ class tripleo::profile::base::nova::api ( sync_db => $sync_db, sync_db_api => $sync_db, } - if hiera('nova_wsgi_enabled', true) { + # Temporarily disable Nova API deployed in WSGI + # https://bugs.launchpad.net/nova/+bug/1661360 + if hiera('nova_wsgi_enabled', false) { if $enable_internal_tls { if $generate_service_certificates { ensure_resources('tripleo::certmonger::httpd', $certificates_specs)