Merge "Replace the old auth_opts to the new in notifier/zaqar.py"
This commit is contained in:
commit
c73eabf085
@ -85,10 +85,10 @@ class ZaqarAlarmNotifier(notifier.AlarmNotifier):
|
|||||||
'auth_opts': {
|
'auth_opts': {
|
||||||
'backend': 'keystone',
|
'backend': 'keystone',
|
||||||
'options': {
|
'options': {
|
||||||
'os_username': conf.os_username,
|
'os_username': conf.username,
|
||||||
'os_password': conf.os_password,
|
'os_password': conf.password,
|
||||||
'os_project_name': conf.os_tenant_name,
|
'os_project_name': conf.project_name,
|
||||||
'os_auth_url': conf.os_auth_url,
|
'os_auth_url': conf.auth_url,
|
||||||
'insecure': ''
|
'insecure': ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user