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:
parent
b7c50f753a
commit
3087c5d6e7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user