craftyhouse

Untitled

Feb 2nd, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. TASK: [os_keystone | Copy keystone config] ************************************
  2. ok: [usw1infr003_keystone_container-94dd73ba] => (item={'dest': '/etc/keystone/keystone.conf', 'src': 'keystone.conf.j2', 'config_type': 'ini', 'config_overrides': {'cache': {'memcache_pool_socket_timeout': 2, 'memcache_pool_unused_timeout': 60, 'memcache_pool_conn_get_timeout': 5, 'memcache_pool_maxsize': 1000, 'memcache_pool_dead_retry': 60}}})
  3. ok: [usw1infr003_keystone_container-94dd73ba] => (item={'dest': '/etc/keystone/keystone-paste.ini', 'src': 'keystone-paste.ini.j2', 'config_type': 'ini', 'config_overrides': {}})
  4. ok: [usw1infr003_keystone_container-94dd73ba] => (item={'dest': '/etc/keystone/policy.json', 'src': 'policy.json.j2', 'config_type': 'json', 'config_overrides': {}})
  5.  
  6. TASK: [os_keystone | Drop Keystone Configs] ***********************************
  7. ok: [usw1infr003_keystone_container-94dd73ba]
  8.  
  9. TASK: [os_keystone | Drop Keystone WSGI Configs] ******************************
  10. ok: [usw1infr003_keystone_container-94dd73ba] => (item={'dest': '/var/www/cgi-bin/keystone/admin', 'src': 'keystone-wsgi.py.j2', 'mode': '0755'})
  11. ok: [usw1infr003_keystone_container-94dd73ba] => (item={'dest': '/var/www/cgi-bin/keystone/main', 'src': 'keystone-wsgi.py.j2', 'mode': '0755'})
  12.  
  13. TASK: [os_keystone | Get keystone command path] *******************************
  14. skipping: [usw1infr003_keystone_container-94dd73ba]
  15.  
  16. TASK: [os_keystone | Set keystone command path] *******************************
  17. skipping: [usw1infr003_keystone_container-94dd73ba]
  18.  
  19. TASK: [os_keystone | Get public key contents and store as var] ****************
  20. ok: [usw1infr003_keystone_container-94dd73ba]
  21.  
  22. TASK: [os_keystone | Register a fact for the keystone pub key] ****************
  23. ok: [usw1infr003_keystone_container-94dd73ba]
  24.  
  25. TASK: [os_keystone | Create authorized keys file from host vars] **************
  26. fatal: [usw1infr003_keystone_container-94dd73ba] => Failed to template {{ hostvars[item]['keystone_pubkey'] | b64decode }}: Unable to look up a name or access an attribute in template string. Make sure your variable name does not contain invalid characters like '-'.
  27.  
  28. FATAL: all hosts have already failed -- aborting
  29.  
  30. PLAY RECAP ********************************************************************
  31. to retry, use: --limit @/home/mcraft/os-keystone-install.retry
  32.  
  33. usw1infr003_keystone_container-94dd73ba : ok=55 changed=3 unreachable=1 failed=0
Advertisement
Add Comment
Please, Sign In to add comment