[ERROR] ./stack.sh:326 keystone did not start
Trying to setup the devstack environment in Ubuntu 12.04
Can't seem to get past this issue - it appears that this is a similar problem to 192113
- screen -S stack -p key -X stuff 'cd /opt/stack/keystone && /opt/stack/keystone/bin/keystone-all --config-file /etc/keystone/keys'one.conf --log-config /etc/keystone/logging.conf -d --debug || touch "/opt/stack/status/stack/key.failure"
- echo 'Waiting for keystone to start...' Waiting for keystone to start...
- timeout 60 sh -c 'while ! http_proxy= curl -s http://10.2.13.125:5000/v2.0/ >/dev/null; do sleep 1; done'
- die 326 'keystone did not start'
- local exitcode=0
- '[' 0 == 0 ']'
- exitcode=1
- set +o xtrace [ERROR] ./stack.sh:326 keystone did not start jpherson@ubuntu:~/Downloads/Openstack/devstack$ ps aux | grep keystone jpherson 4578 0.9 1.0 117044 42368 pts/2 S+ 13:47 0:01 python /opt/stack/keystone/bin/keystone-all --config-file /etc/keystone/keystone.conf --log-config /etc/keystone/logging.conf -d --debug jpherson 4587 0.0 0.0 8104 920 pts/0 S+ 13:49 0:00 grep --color=auto keystone jpherson@ubuntu:~/Downloads/Openstack/devstack$
jpherson@ubuntu:~/Downloads/Openstack/devstack$ cd /opt/stack/keystone && /opt/stack/keystone/bin/keystone-all --config-file /etc/keystone/keystone.conf --log-config /etc/keystone/logging.conf -d --debug (keystone-all): 2013-04-05 12:37:23,998 DEBUG cfg log_opt_values ************************* (keystone-all): 2013-04-05 12:37:23,998 DEBUG cfg log_opt_values Configuration options gathered from: (keystone-all): 2013-04-05 12:37:23,998 DEBUG cfg log_opt_values command line args: ['--config-file', '/etc/keystone/keystone.conf', '--log-config', '/etc/keystone/logging.conf', '-d', '--debug'] (keystone-all): 2013-04-05 12:37:23,999 DEBUG cfg log_opt_values config files: ['/etc/keystone/keystone.conf'] (keystone-all): 2013-04-05 12:37:23,999 DEBUG cfg log_opt_values ================================================================================ (keystone-all): 2013-04-05 12:37:23,999 DEBUG cfg log_opt_values admin_endpoint = http://localhost:%25(admin_port)d/ (http://localhost:%(admin_port)d/) (keystone-all): 2013-04-05 12:37:23,999 DEBUG cfg log_opt_values admin_port = 35357 (keystone-all): 2013-04-05 12:37:23,999 DEBUG cfg log_opt_values admin_token = password (keystone-all): 2013-04-05 12:37:24,000 DEBUG cfg log_opt_values auth_admin_prefix = (keystone-all): 2013-04-05 12:37:24,000 DEBUG cfg log_opt_values bind_host = 0.0.0.0 (keystone-all): 2013-04-05 12:37:24,000 DEBUG cfg log_opt_values compute_port = 8774 (keystone-all): 2013-04-05 12:37:24,000 DEBUG cfg log_opt_values config_dir = None (keystone-all): 2013-04-05 12:37:24,000 DEBUG cfg log_opt_values config_file = ['/etc/keystone/keystone.conf'] (keystone-all): 2013-04-05 12:37:24,001 DEBUG cfg log_opt_values crypt_strength = 40000 (keystone-all): 2013-04-05 12:37:24,001 DEBUG cfg log_opt_values debug = True (keystone-all): 2013-04-05 12:37:24,001 DEBUG cfg log_opt_values log_config = /etc/keystone/logging.conf (keystone-all): 2013-04-05 12:37:24,001 DEBUG cfg log_opt_values log_date_format = %Y-%m-%d %H:%M:%S (keystone-all): 2013-04-05 12:37:24,001 DEBUG cfg log_opt_values log_dir = None (keystone-all): 2013-04-05 12:37:24,001 DEBUG cfg log_opt_values log_file = None (keystone-all): 2013-04-05 12:37:24,002 DEBUG cfg log_opt_values log_format = %(asctime)s %(levelname)8s [%(name)s] %(message)s (keystone-all): 2013-04-05 12:37:24,002 DEBUG cfg log_opt_values max_param_size = 64 (keystone-all): 2013-04-05 12:37:24,002 DEBUG cfg log_opt_values max_request_body_size = 114688 (keystone-all): 2013-04-05 ...