From 5132b30f4757ae68f2e202647bf42fecf29dde8c Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Wed, 20 Mar 2013 14:04:10 +0100 Subject: [PATCH] config.ini for chmouel probably need to fix that. --- etc/config.ini | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/etc/config.ini b/etc/config.ini index 98548ea..bed5f86 100644 --- a/etc/config.ini +++ b/etc/config.ini @@ -6,12 +6,13 @@ keystone_dest_credentials = demo:demo:ADMIN [filler] -a_username = 'admin' -a_password = 'wxcvbn' -auth_url = 'http://127.0.0.1:5000/v2.0' -a_tenant = 'admin' -swift_operator_role = 'Member' -concurrency = 20 +a_username = admin +a_password = ADMIN +auth_url = http://vm:5000/v2.0 +a_tenant = admin +swift_operator_role = Member +concurrency = 1 + default_user_password = 'password' default_user_email = 'johndoe@domain.com' index_path = '/tmp/swift_filler_index.pkl'