From aedeea6cd231197985dc4c81ca00f94a25c0e3ab Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 21 Oct 2012 16:18:04 -0700 Subject: changed domain.public to domain.full_suffix, domain.internal to domain.internal_suffix --- test/provider/services/webapp.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/provider/services') diff --git a/test/provider/services/webapp.json b/test/provider/services/webapp.json index bfd701d..0e5b2f9 100644 --- a/test/provider/services/webapp.json +++ b/test/provider/services/webapp.json @@ -8,8 +8,8 @@ "eip_service": "file('service-definitions/eip-service.json.erb')" }, "service_type": "public_service", - "api_domain": "= 'api.' + domain.public", + "api_domain": "= 'api.' + domain.full_suffix", "dns": { - "aliases": "= [domain.public, api_domain]" + "aliases": "= [domain.full, api_domain]" } } \ No newline at end of file -- cgit v1.2.3