Execution
Date 14 Dec 2025 10:21:40 +0000
Duration 00:43:55.98
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.13.5
Summary
13 Hosts
2438 Tasks
2413 Results
107 Plays
511 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:01.56
  • Play
    Installation and setup of Keystone
  • Task
    os_keystone : Diagnose common problems with keystone deployments

Field Value
changed
False
cmd
[
    "/openstack/venvs/keystone-32.1.0.dev19/bin/keystone-manage",
    "doctor"
]
delta
0:00:01.317094
end
2025-12-14 10:26:50.218583
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "/openstack/venvs/keystone-32.1.0.dev19/bin/keystone-manage doctor",
        "_uses_shell": false,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": null,
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg
non-zero return code
rc
1
start
2025-12-14 10:26:48.901489
stderr

stderr_lines
[]
stdout
Checking for caching disabled...
Checking for caching enabled without a backend...
Checking for connection to memcached...
Checking for keys in credential fernet key repository...
Checking for unique key repositories...
Checking for usability of credential fernet key repository...
Checking for database connection is not SQLite...
Checking for debug mode is enabled...

WARNING: Debug mode should be set to False.

Debug mode can be used to get more information back when trying to isolate
a problem, but it is not recommended to be enabled when running a
production environment.

Ensure `keystone.conf debug` is set to False

Checking for comma in SAML private key file path...
Checking for comma in SAML public certificate path...
Checking for LDAP file based domain specific configs...
Checking for LDAP file based domain specific configs formatted correctly...
Checking for LDAP group members are ids disabled...
Checking for LDAP user enabled emulation dn ignored...
Checking for LDAP user enabled emulation use group config ignored...
Checking for invalid password regular expression...
Checking for minimum password age greater than expires days...
Checking for password regular expression description not set...
Checking for unreasonable max token size...
Checking for keys in Fernet key repository...
Checking for usability of Fernet key repository...
stdout_lines
[
    "Checking for caching disabled...",
    "Checking for caching enabled without a backend...",
    "Checking for connection to memcached...",
    "Checking for keys in credential fernet key repository...",
    "Checking for unique key repositories...",
    "Checking for usability of credential fernet key repository...",
    "Checking for database connection is not SQLite...",
    "Checking for debug mode is enabled...",
    "",
    "WARNING: Debug mode should be set to False.",
    "",
    "Debug mode can be used to get more information back when trying to isolate",
    "a problem, but it is not recommended to be enabled when running a",
    "production environment.",
    "",
    "Ensure `keystone.conf debug` is set to False",
    "",
    "Checking for comma in SAML private key file path...",
    "Checking for comma in SAML public certificate path...",
    "Checking for LDAP file based domain specific configs...",
    "Checking for LDAP file based domain specific configs formatted correctly...",
    "Checking for LDAP group members are ids disabled...",
    "Checking for LDAP user enabled emulation dn ignored...",
    "Checking for LDAP user enabled emulation use group config ignored...",
    "Checking for invalid password regular expression...",
    "Checking for minimum password age greater than expires days...",
    "Checking for password regular expression description not set...",
    "Checking for unreasonable max token size...",
    "Checking for keys in Fernet key repository...",
    "Checking for usability of Fernet key repository..."
]