Advertisement
Guest User

Untitled

a guest
May 16th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. TASK [os_keystone : include_tasks] ******************************************************************************************************
  2. included: /etc/ansible/roles/os_keystone/tasks/keystone_db_setup.yml for infra1_keystone_container-041e69d2
  3.  
  4. TASK [os_keystone : Create DB for service] **********************************************************************************************
  5. changed: [infra1_keystone_container-041e69d2 -> 172.10.10.26]
  6.  
  7. TASK [os_keystone : Grant access to the DB for the service] *****************************************************************************
  8. changed: [infra1_keystone_container-041e69d2 -> 172.10.10.26] => (item=localhost)
  9. changed: [infra1_keystone_container-041e69d2 -> 172.10.10.26] => (item=%)
  10.  
  11. TASK [os_keystone : Check current state of Keystone DB] *********************************************************************************
  12. fatal: [infra1_keystone_container-041e69d2]: FAILED! => {"changed": true, "cmd": ["/openstack/venvs/keystone-18.1.4/bin/keystone-manage", "db_sync", "--check"], "delta": "0:01:41.903918", "end": "2019-05-16 11:39:06.661223", "failed_when_result": true, "msg": "non-zero return code", "rc": 1, "start": "2019-05-16 11:37:24.757305", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement