From 412d624c60790effea425ccaa1042ebc547f3a9b Mon Sep 17 00:00:00 2001 From: Ivo Vasev Date: Thu, 25 Feb 2016 07:56:03 -0600 Subject: [PATCH] Small fixes in reference config: Add tenant_name to reference config because keystone auth used that as parameter Fix the naming in reference.xml.config Change-Id: I96a759bf4bd9799a28bff621edba058db170339c --- configs/compute/reference.json.config | 1 + configs/compute/reference.xml.config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/compute/reference.json.config b/configs/compute/reference.json.config index d61d1b09..519ad6df 100644 --- a/configs/compute/reference.json.config +++ b/configs/compute/reference.json.config @@ -35,6 +35,7 @@ compute_endpoint_name= username= password= tenant_id= +tenant_name= user_id= project_id= diff --git a/configs/compute/reference.xml.config b/configs/compute/reference.xml.config index 05f1bfa4..e555cd29 100644 --- a/configs/compute/reference.xml.config +++ b/configs/compute/reference.xml.config @@ -1,5 +1,5 @@ # ====================================================== -# reference.json.config +# reference.xml.config # ------------------------------------------------------ # This configuration is specifically a reference # implementation for a configuration file.