From e92551a9e4f6a7feaf8f5dde35f996b861a97051 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 21 Aug 2022 01:54:20 +0900 Subject: [PATCH] Remove outdated TODO We already support enabling ssl for Watcher since we switched the api service from eventlet server to httpd + mod_wsgi[1]. Trivial-Fix [1] 1674e70ce3e395290e84c1d70398bbe414adf98f Change-Id: Ica0994f66b396cd0d2533ccb787290742bc229f7 --- manifests/watcher.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/watcher.pp b/manifests/watcher.pp index 03f4a80af..3db6d3a49 100644 --- a/manifests/watcher.pp +++ b/manifests/watcher.pp @@ -23,7 +23,6 @@ class openstack_integration::watcher { class { 'watcher::db': database_connection => 'mysql+pymysql://watcher:watcher@127.0.0.1/watcher?charset=utf8', } - # TODO: Support SSL class { 'watcher::keystone::auth': password => 'a_big_secret', public_url => "${::openstack_integration::config::base_url}:9322",