service catalog empty in curl tokens
I am running off devstack from git (Ubuntu-11.10). The foll. curl command to get tokens, returns empty service catalog. Is this a bug?
1. $ curl -d '{"auth": {"project": "demo", "passwordCreden
{"access": {"token": {"expires": "2012-03-
2. The default_
catalog.
catalog.
catalog.
catalog.
......
......
3. $ keystone catalog --service compute
'Client' object has no attribute 'service_catalog'
4. keystone.conf
[DEFAULT]
bind_host = 0.0.0.0
public_port = 5000
admin_port = 35357
admin_token = nova
compute_port = 3000
verbose = True
debug = True
# commented out so devstack logs to stdout
# log_file = /opt/stack/
# ================= Syslog Options =======
# Send logs to syslog (/dev/log) instead of to file specified
# by `log-file`
use_syslog = False
# Facility to use. If unset defaults to LOG_USER.
# syslog_log_facility = LOG_LOCAL0
[sql]
connection = mysql:/
idle_timeout = 30
min_pool_size = 5
max_pool_size = 10
pool_timeout = 200
[identity]
driver = keystone.
[catalog]
driver = keystone.
template_file = /opt/stack/
[token]
driver = keystone.
[policy]
driver = keystone.
[ec2]
driver = keystone.
......
......
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Yaguang Tang
- Solved:
- Last query:
- Last reply: