Changed os_auth_url from localhost to controller

This commit is contained in:
Anton Beloglazov 2012-10-05 10:18:09 +10:00
parent ada6ada8ac
commit 59a3b725fe

View File

@ -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