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:
parent
50caf690c1
commit
412d624c60
@ -35,6 +35,7 @@ compute_endpoint_name=<compute_name>
|
|||||||
username=<username>
|
username=<username>
|
||||||
password=<password>
|
password=<password>
|
||||||
tenant_id=<tenant_id>
|
tenant_id=<tenant_id>
|
||||||
|
tenant_name=<tenant_name>
|
||||||
user_id=<user_id>
|
user_id=<user_id>
|
||||||
project_id=<project_id>
|
project_id=<project_id>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# ======================================================
|
# ======================================================
|
||||||
# reference.json.config
|
# reference.xml.config
|
||||||
# ------------------------------------------------------
|
# ------------------------------------------------------
|
||||||
# This configuration is specifically a reference
|
# This configuration is specifically a reference
|
||||||
# implementation for a configuration file.
|
# implementation for a configuration file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user