Fixed Keystone auththoken inspection type problem
This commit is contained in:
parent
ec50e111b0
commit
001fbe798f
@ -47,7 +47,7 @@ class KeystoneAuthtokenSettingsInspection(Inspection):
|
||||
)
|
||||
|
||||
auth_host = get_value('auth_host')
|
||||
auth_port = get_value('auth_port')
|
||||
auth_port = int(get_value('auth_port'))
|
||||
auth_protocol = get_value('auth_protocol')
|
||||
admin_user = get_value('admin_user')
|
||||
# admin_password = get_value('admin_password')
|
||||
|
Loading…
x
Reference in New Issue
Block a user