Execution
Date 08 Dec 2025 13:57:07 +0000
Duration 00:24:46.17
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.11
Summary
12 Hosts
1505 Tasks
1497 Results
32 Plays
487 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:01.76
  • 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.dev9/bin/keystone-manage",
    "doctor"
]
delta
0:00:01.471739
end
2025-12-08 14:01:43.594767
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "/openstack/venvs/keystone-32.1.0.dev9/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-08 14:01:42.123028
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..."
]