From 59a3b725fecb156261e3a5a575453e2c39b48938 Mon Sep 17 00:00:00 2001 From: Anton Beloglazov Date: Fri, 5 Oct 2012 10:18:09 +1000 Subject: [PATCH] Changed os_auth_url from localhost to controller --- neat.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neat.conf b/neat.conf index 9075035..3d6a20b 100644 --- a/neat.conf +++ b/neat.conf @@ -40,7 +40,7 @@ os_admin_user = admin os_admin_password = adminpassword # The OpenStack authentication URL -os_auth_url = http://localhost:5000/v2.0/ +os_auth_url = http://controller:5000/v2.0/ # A coma-separated list of compute host names compute_hosts = compute1, compute2, compute3, compute4