From aaa57bd0068475f88876c1ce0b4b0338e32b1185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Rossigneux?= Date: Sun, 3 Mar 2013 11:55:14 +0100 Subject: [PATCH] Add keystone_authtoken options in config file. Change-Id: I425a9470312810a9b66e394ae6d7a4c9a3666766 --- etc/kwapi/api.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/kwapi/api.conf b/etc/kwapi/api.conf index a5fa60b..804a1fe 100644 --- a/etc/kwapi/api.conf +++ b/etc/kwapi/api.conf @@ -23,3 +23,7 @@ verbose = True [keystone_authtoken] auth_host = 10.0.0.2 +auth_protocol = http +admin_user = kwapi +admin_password = demo +admin_tenant_name = service