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
This commit is contained in:
Ivo Vasev 2016-02-25 07:56:03 -06:00
parent 50caf690c1
commit 412d624c60
2 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@ compute_endpoint_name=<compute_name>
username=<username>
password=<password>
tenant_id=<tenant_id>
tenant_name=<tenant_name>
user_id=<user_id>
project_id=<project_id>

View File

@ -1,5 +1,5 @@
# ======================================================
# reference.json.config
# reference.xml.config
# ------------------------------------------------------
# This configuration is specifically a reference
# implementation for a configuration file.