Placement: Remove redundant override of api_port/path

Default values of api_port and path have been updated, so we no longer
need to set these parameters explicitly.

Depends-on: https://review.opendev.org/819052
Change-Id: Idec36d03284ff5569db34107a365a02346aa4103
This commit is contained in:
Takashi Kajinami 2021-11-24 13:26:06 +09:00
parent b4f581677e
commit 963ce0bea0
1 changed files with 0 additions and 2 deletions

View File

@ -46,8 +46,6 @@ class openstack_integration::placement {
if ($::os_package_type != 'debian') {
class { 'placement::wsgi::apache':
bind_host => $::openstack_integration::config::ip_for_url,
api_port => '8778',
path => '/',
ssl_key => "/etc/placement/ssl/private/${::fqdn}.pem",
ssl_cert => $::openstack_integration::params::cert_path,
ssl => $::openstack_integration::config::ssl,