From 60a0c02e9a7c69cd7f0fba1cb0e443db6149f2cb Mon Sep 17 00:00:00 2001 From: bborbely Date: Wed, 3 Jul 2019 09:25:20 +0200 Subject: [PATCH] Creating passwordless swift_credential dictionary Change-Id: I230594c7563b6076381a189e3d311e71ecbb3520 Signed-off-by: bborbely --- SPECS/instantiate.spec | 2 +- cm_config/caas.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/instantiate.spec b/SPECS/instantiate.spec index b8cad86..cb75284 100644 --- a/SPECS/instantiate.spec +++ b/SPECS/instantiate.spec @@ -15,7 +15,7 @@ %define COMPONENT instantiate %define RPM_NAME caas-%{COMPONENT} %define RPM_MAJOR_VERSION 1.0.0 -%define RPM_MINOR_VERSION 6 +%define RPM_MINOR_VERSION 7 Name: %{RPM_NAME} Version: %{RPM_MAJOR_VERSION} diff --git a/cm_config/caas.yaml b/cm_config/caas.yaml index 327a9b9..dd6c663 100644 --- a/cm_config/caas.yaml +++ b/cm_config/caas.yaml @@ -112,3 +112,7 @@ cpu_allocation_mapping: pool_name: shared_caas caas_default: pool_name: default +swift_credential: + user: admin + tenant: admin + password: willbechanged -- 2.16.6