Change heat-api.org to openstack.org

Remove the last reference to heat-api.org

Change-Id: Idbeeff7b65ba5fce0b7c80d22618dca3e92996f3
Closes-bug: #1220381
This commit is contained in:
Angus Salkeld 2013-10-28 10:42:46 +11:00
parent b7c50f753a
commit 3087c5d6e7

View File

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