Error - "Unable to find authentication token in headers" when run "nova image-list on a new install env
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
New
|
Undecided
|
Unassigned |
Bug Description
I just tried to set up a minimum environment with a control node, a network node and a compute node by following the document "openstack-
But "nova image-list" has following error:
$ nova image-list
ERROR (ClientException): The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-2c4cd3c7-
The error "HTTP 500" is kind of general error from http server.
From glance-
2015-10-19 20:08:14.976 32745 WARNING keystonemiddlew
2015-10-19 20:08:14.997 32745 WARNING keystonemiddlew
2015-10-19 20:08:14.997 32745 WARNING keystonemiddlew
2015-10-19 20:08:14.998 32745 INFO eventlet.
2015-10-19 20:08:15.000 32745 WARNING keystonemiddlew
2015-10-19 20:08:15.001 32745 INFO eventlet.
I searched the forum, I knew there is a post "nova image-list returns 500 error", I tried the steps listed in that post but it didn't fix my issue. I have double, triple checked the configuration in nova.conf, glance-api.conf, glance-
Can anyone tell what I could do to investigate it?
Some other info is as below.
Thanks,
Allen
nova.conf on control node:
# cat /etc/nova/nova.conf
[DEFAULT]
dhcpbridge_
dhcpbridge=
log_dir=
state_path=
lock_path=
force_dhcp_
libvirt_
verbose=True
ec2_private_
api_paste_
enabled_
rpc_backend = rabbit
auth_strategy = keystone
my_ip = 10.6.117.173
vncserver_listen = 10.6.117.173
vncserver_
[oslo_messaging
rabbit_host=fbdl4
rabbit_
rabbit_
[database]
connection = mysql:/
[keystone_
auth_uri = http://
auth_url = http://
auth_plugin = password
project_domain_id = default
user_domain_id = default
project_name = service
username = nova
password = abc123
[glance]
host = fbdl4
[oslo_concurrency]
lock_path = /var/lib/nova/tmp
affects: | openstack-community → glance |