From 7323c2b66823a588c138fd1172995b769daaa4c6 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 4 Mar 2022 10:45:41 +0900 Subject: [PATCH] Do not define password for zaqar_websocket user ... because the user is no longer created and the parameter is deprecated. Depends-on: https://review.opendev.org/823250 Change-Id: I002e613169f8205d00eaf2f548f67b5240d8de32 --- manifests/zaqar.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/zaqar.pp b/manifests/zaqar.pp index 2affec555..28c0beed7 100644 --- a/manifests/zaqar.pp +++ b/manifests/zaqar.pp @@ -24,7 +24,6 @@ class openstack_integration::zaqar { admin_url => "${::openstack_integration::config::base_url}:8888", } class { 'zaqar::keystone::auth_websocket': - password => 'a_big_secret', public_url => "ws://${::openstack_integration::config::ip_for_url}:8888", internal_url => "ws://${::openstack_integration::config::ip_for_url}:8888", admin_url => "ws://${::openstack_integration::config::ip_for_url}:8888",