fix small typo preventing scheduler initialization
This typo lead to the following message when Synergy started: > ERROR - unrecoverable error: 'KeystoneManager' object has no attribute 'project_domaini_name' Change-Id: I49fe371b662291a16b2111e9eece134040c7d45f Sem-Ver: bugfix
This commit is contained in:
parent
bbea237380
commit
631437a032
@ -189,7 +189,7 @@ class KeystoneManager(Manager):
|
|||||||
if self.project_id:
|
if self.project_id:
|
||||||
data["auth"]["scope"] = {
|
data["auth"]["scope"] = {
|
||||||
"project": {"id": self.project_id,
|
"project": {"id": self.project_id,
|
||||||
"domain": {"name": self.project_domaini_name}}}
|
"domain": {"name": self.project_domain_name}}}
|
||||||
|
|
||||||
response = requests.post(url=self.auth_url + "/auth/tokens",
|
response = requests.post(url=self.auth_url + "/auth/tokens",
|
||||||
headers=headers,
|
headers=headers,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user