From 3d419162615c982c22040981deec3ea7973d8486 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 16 Aug 2022 03:10:49 +0900 Subject: [PATCH] Stop overriding placement::wsgi::apache::api_port Default value of the api_port parameter has been updated to 8778. Thus we no longer need to override the parameter. This also resolves the type validation failure with puppetlabs-apache 8.0.0, which no longer accepts a string value for apache::vhost::port. Change-Id: I3c29f018f6508f992181945de0cf6091dde44502 --- packstack/puppet/modules/packstack/manifests/placement.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/packstack/puppet/modules/packstack/manifests/placement.pp b/packstack/puppet/modules/packstack/manifests/placement.pp index 47c73d7cb..0f8cad560 100644 --- a/packstack/puppet/modules/packstack/manifests/placement.pp +++ b/packstack/puppet/modules/packstack/manifests/placement.pp @@ -24,7 +24,6 @@ class packstack::placement () class { 'placement::wsgi::apache': bind_host => $bind_host, - api_port => '8778', ssl => false, workers => hiera('CONFIG_SERVICE_WORKERS'), }