Ubuntu 12.04 nova-api fails to start and no error logging
Question 11/5/2012
Nova-api is not starting on Ubuntu 12.04 or logging errors?
I have been working my way through the Openstack Install and Deploy Manual (http://
$ lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 12.04 LTS
Release: 12.04
Codename: precise
$ uname -a
Linux PoC5 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
I have setup endpoint for the services as using the %(tenant-id) method, e.g.
$ keystone --token 012345SECRET99T
+------
| Property | Value |
+------
| description | Nova Compute Service |
| id | e592904ff83147d
| name | nova |
| type | compute |
+------
$ keystone --token 012345SECRET99T
+------
| Property | Value |
+------
| adminurl | http://
| id | 7d7d93cde2de484
| internalurl | http://
| publicurl | http://
| region | RegionOne |
| service_id | e592904ff83147d
+------
I can list the tenant id and endpoints for the service as follows:
$ keystone --token 012345SECRET99T
+------
| id | name | enabled |
+------
| dd5a5ed306ff4ae
| ee0c4334c48e491
+------
$ curl -d '{"auth": {"tenantName": "openstackDemo", "passwordCreden
% Total % Received % Xferd Average Speed Time Time Time Current
100 2289 0 2174 100 115 16150 854 --:--:-- --:--:-- --:--:-- 16223
{
"access": {
{
],
},
......
curl -d '{"auth": {"tenantName": "service", "passwordCreden
% Total % Received % Xferd Average Speed Time Time Time Current
100 2257 0 2158 100 99 7826 359 --:--:-- --:--:-- --:--:-- 7847
{
"access": {
{
],
},
.....
For both the service and openstackDemo tenants, the teant ids matche the url endpoints.
Using the api-paste.ini from the manual (http://
[DEFAULT]
# LOGS/STATE
--verbose=True
--debug=True
--logdir=
# AUTHENTICATION
--auth_
# SCHEDULER
--compute_
# VOLUMES
--volume_
--volume_
--iscsi_
# DATABASE
--sql_connectio
# COMPUTE
--libvirt_type=qemu
--connection_
--instance_
--api_paste_
--allow_
# APIS
--osapi_
--ec2_dmz_
--s3_host=
# RABBITMQ
--rabbit_
--rabbit_
# GLANCE
--image_
--glance_
# NETWORK
--network_
--force_
--dhcpbridge_
--firewall_
--my_ip=
--public_
--vlan_
--flat_
--flat_
--fixed_
# NOVNC CONSOLE
--novncproxy_
--vncserver_
--vncserver_
The nova-api will not start and no info is logged in /var/log/nova/ log files.
Has anyone else seen this?
Is there something fundamentally wrong with how I configured keystone or nova?
Are the ubuntu 12.04 repositories up to date for the openstack and python required versions?
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Armando Migliaccio
- Solved:
- Last query:
- Last reply: