From 2b2dbbf393317a2918d8644f7a97231b5177cd91 Mon Sep 17 00:00:00 2001
From: Ondrej <ostefek@redhat.com>
Date: Tue, 03 Mar 2020 13:04:30 +0100
Subject: [PATCH] CHANGE included ddns_key_algorithm variable in all related files

---
 ansible/cloud_providers/osp_default_vars.yml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ansible/cloud_providers/osp_default_vars.yml b/ansible/cloud_providers/osp_default_vars.yml
index d689e1a..eaa035b 100644
--- a/ansible/cloud_providers/osp_default_vars.yml
+++ b/ansible/cloud_providers/osp_default_vars.yml
@@ -6,6 +6,7 @@
 
 # Authenticaion for DDNS
 # ddns_key_name:
+# ddns_key_algorithm:                # default value set to: "hmac-md5"
 # ddns_secret_name:
 
 # The name of the project that will be created in OpenStack for the user

--
Gitblit v1.9.3