Fixed Keystone auththoken inspection type problem

This commit is contained in:
Maxim Kulkin 2013-11-07 17:38:34 +04:00
parent ec50e111b0
commit 001fbe798f
1 changed files with 1 additions and 1 deletions

View File

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