Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| plugins/keystone/keystone_stats | ||
|---|---|---|
| 55 | 55 |
total['users'] += 1 |
| 56 | 56 |
if user['enabled']: |
| 57 | 57 |
enabled['users'] += 1 |
| 58 |
|
|
| 58 |
|
|
| 59 | 59 |
# Ldap and pam driver don't support get_all_tenants() |
| 60 | 60 |
# kvs and sql implement get_tenants() instead of get_all_tenants() |
| 61 | 61 |
# Whoo: None of backend implements the correct function |
| ... | ... | |
| 89 | 89 |
if sys.argv[1] == "config": |
| 90 | 90 |
print_config() |
| 91 | 91 |
elif sys.argv[1] == "autoconf": |
| 92 |
if not successful_import:
|
|
| 92 |
if not successful_import: |
|
| 93 | 93 |
print 'no (failed import keystone module)' |
| 94 | 94 |
sys.exit(0) |
| 95 | 95 |
try: |
Formats disponibles : Unified diff