From 0e5c6b490931e9b1ee2a7b64631a822232d60a68 Mon Sep 17 00:00:00 2001 From: Lee Yarwood Date: Thu, 12 Oct 2017 12:40:33 +0100 Subject: [openstack_nova] Add fixed_key to the list of protected keys Resolves: #1123 Signed-off-by: Lee Yarwood Signed-off-by: Bryn M. Reeves --- sos/plugins/openstack_nova.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos/plugins/openstack_nova.py b/sos/plugins/openstack_nova.py index e8839a2a..5db79b9d 100644 --- a/sos/plugins/openstack_nova.py +++ b/sos/plugins/openstack_nova.py @@ -145,7 +145,7 @@ class OpenStackNova(Plugin): "xenapi_connection_password", "password", "host_password", "vnc_password", "connection", "sql_connection", "admin_password", "connection_password", "memcache_secret_key", "s3_secret_key", - "metadata_proxy_shared_secret" + "metadata_proxy_shared_secret", "fixed_key" ] regexp = r"((?m)^\s*(%s)\s*=\s*)(.*)" % "|".join(protect_keys) -- cgit