From 3087c5d6e73f6ee0243155553e2ab55b9e11a484 Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Mon, 28 Oct 2013 10:42:46 +1100 Subject: [PATCH] Change heat-api.org to openstack.org Remove the last reference to heat-api.org Change-Id: Idbeeff7b65ba5fce0b7c80d22618dca3e92996f3 Closes-bug: #1220381 --- heat/common/heat_keystoneclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat/common/heat_keystoneclient.py b/heat/common/heat_keystoneclient.py index 8fb13f77ba..43ca25b540 100644 --- a/heat/common/heat_keystoneclient.py +++ b/heat/common/heat_keystoneclient.py @@ -222,7 +222,7 @@ class KeystoneClient(object): username = username[-64:] user = self.client_v2.users.create(username, password, - '%s@heat-api.org' % + '%s@openstack.org' % username, tenant_id=self.context.tenant_id, enabled=True)