keystone-manage bootstrap it's not supported in version < 9.0.0
Now, the current version of keystone deployed in the container is 8.0.0. The bootstrap file added to keystone (docker/keystone/keystone_bootstrap.sh) uses the parameter "bootstrap" which is still not supported:
LOGS:
TASK: [keystone | Creating admin project, user, role, service, and endpoint] ***
<localhost> REMOTE_MODULE command docker exec -t keystone kolla_keystone_bootstrap admin password admin admin http://10.237.214.118:35357/v3 http://10.237.214.118:5000/v3 http://10.237.214.118:5000/v3 RegionOne
<localhost> EXEC ['/bin/sh', '-c', 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457459029.56-252614993851850 && echo $HOME/.ansible/tmp/ansible-tmp-1457459029.56-252614993851850']
<localhost> PUT /tmp/tmpS0Zl6f TO /root/.ansible/tmp/ansible-tmp-1457459029.56-252614993851850/command
<localhost> EXEC ['/bin/sh', '-c', u'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457459029.56-252614993851850/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457459029.56-252614993851850/ >/dev/null 2>&1']
failed: [localhost] => {"changed": true, "cmd": ["docker", "exec", "-t", "keystone", "kolla_keystone_bootstrap", "admin", "password", "admin", "admin", "http://10.237.214.118:35357/v3", "http://10.237.214.118:5000/v3", "http://10.237.214.118:5000/v3", "RegionOne"], "delta": "0:00:09.312270", "end": "2016-03-08 17:43:58.935319", "failed": true, "failed_when_result": true, "rc": 1, "start": "2016-03-08 17:43:49.623049", "stdout_lines": ["{\"failed\": true, \"msg\": \"usage: keystone-manage [db_sync|db_version|domain_config_upload|fernet_rotate|fernet_setup|mapping_purge|mapping_engine|pki_setup|saml_idp_metadata|ssl_setup|token_flush] keystone-manage: error: argument command: invalid choice: 'bootstrap' (choose from 'db_sync', 'db_version', 'domain_config_upload', 'fernet_rotate', 'fernet_setup', 'mapping_purge', 'mapping_engine', 'pki_setup', 'saml_idp_metadata', 'ssl_setup', 'token_flush')\", \"changed\": true}"]}
stdout: {"failed": true, "msg": "usage: keystone-manage [db_sync|db_version|domain_config_upload|fernet_rotate|fernet_setup|mapping_purge|mapping_engine|pki_setup|saml_idp_metadata|ssl_setup|token_flush] keystone-manage: error: argument command: invalid choice: 'bootstrap' (choose from 'db_sync', 'db_version', 'domain_config_upload', 'fernet_rotate', 'fernet_setup', 'mapping_purge', 'mapping_engine', 'pki_setup', 'saml_idp_metadata', 'ssl_setup', 'token_flush')", "changed": true}
FATAL: all hosts have already failed -- aborting
Branch: master
OS: ubuntu
Version: 14.04
Install type: source