Comment 4 for bug 949373

Revision history for this message
termie (termie) wrote :

this doesn't appear to be the case, actually, it was just using some old stuff in keystone-all that wasn't going through the config system

anyway, commented out the value in keystone.conf and ran keystone-all after fixing that usage and everything appears to be in order:

(see change: https://review.openstack.org/#change,5577)

(ksl)termie@termie:~/p/keystone % ./bin/keystone-all [accept_cli] 10:46:22
2012-03-20 10:46:27 DEBUG [keystone-all] ********************************************************************************
2012-03-20 10:46:27 DEBUG [keystone-all] Configuration options gathered from:
2012-03-20 10:46:27 DEBUG [keystone-all] command line args: ['./bin/keystone-all']
2012-03-20 10:46:27 DEBUG [keystone-all] config files: ['/Users/termie/p/keystone/etc/keystone.conf']
2012-03-20 10:46:27 DEBUG [keystone-all] ================================================================================
2012-03-20 10:46:27 DEBUG [keystone-all] admin_port = 35357
2012-03-20 10:46:27 DEBUG [keystone-all] admin_token = ADMIN
2012-03-20 10:46:27 DEBUG [keystone-all] bind_host = 0.0.0.0
2012-03-20 10:46:27 DEBUG [keystone-all] compute_port = 8774
2012-03-20 10:46:27 DEBUG [keystone-all] config_file = ['/Users/termie/p/keystone/etc/keystone.conf']
2012-03-20 10:46:27 DEBUG [keystone-all] crypt_strength = 40000
2012-03-20 10:46:27 DEBUG [keystone-all] debug = True
2012-03-20 10:46:27 DEBUG [keystone-all] log_config = None
2012-03-20 10:46:27 DEBUG [keystone-all] log_date_format = %Y-%m-%d %H:%M:%S
2012-03-20 10:46:27 DEBUG [keystone-all] log_dir = None
2012-03-20 10:46:27 DEBUG [keystone-all] log_file = None
2012-03-20 10:46:27 DEBUG [keystone-all] log_format = %(asctime)s %(levelname)8s [%(name)s] %(message)s
2012-03-20 10:46:27 DEBUG [keystone-all] public_port = 5000
2012-03-20 10:46:27 DEBUG [keystone-all] syslog_log_facility = LOG_USER
2012-03-20 10:46:27 DEBUG [keystone-all] use_syslog = False
2012-03-20 10:46:27 DEBUG [keystone-all] verbose = True