diff --git a/manifests/placement.pp b/manifests/placement.pp index f7d8e3b24..5eadbd337 100644 --- a/manifests/placement.pp +++ b/manifests/placement.pp @@ -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,