terraform: Revert example auth_url change

Signed-off-by: Kyle Mestery <mestery@mestery.com>
This commit is contained in:
Kyle Mestery 2016-01-03 10:33:35 -06:00
parent e28946d2b3
commit 37fc879e66

View file

@ -2,5 +2,5 @@ provider "openstack" {
user_name = "demo"
tenant_name = "demo"
password = "password"
auth_url = "http://192.168.33.101:5000/v2.0"
auth_url = "http://openstack.domain.net:5000/v2.0"
}