Activity log for bug #1510517

Date Who What changed Old value New value Message
2015-10-27 12:20:02 Marian Horban bug added bug
2015-10-27 12:20:12 Marian Horban devstack: assignee Marian Horban (mhorban)
2015-10-27 12:21:58 Marian Horban description Format of log files nova-api.log nova-ec2-api.log is wrong w When nova-api and nova-ec2-api services are started by Apache(it can be done with devstack config option NOVA_USE_MOD_WSGI=True) log files contain records like: ... 2015-10-25 15:57:50.232046 2015-10-25 15:57:50.231 24062 DEBUG nova.api.openstack [-] v21 API Extension Blacklist: [] __init__ /opt/stack/nova/nova/api/openstack/__init__.py:353 2015-10-25 15:57:50.232224 2015-10-25 15:57:50.232 24062 DEBUG nova.api.openstack [-] v21 API Extension Whitelist: [] __init__ /opt/stack/nova/nova/api/openstack/__init__.py:355 2015-10-25 15:57:50.343937 2015-10-25 15:57:50.343 24062 INFO oslo_service.periodic_task [-] Skipping periodic task _periodic_update_dns because its interval is negative 2015-10-25 15:57:50.377676 2015-10-25 15:57:50.377 24062 DEBUG nova.api.openstack.compute.servers [-] extension os-scheduler-hints detected by servers extension for function server_create check_load_extension /opt/stack/nova/nova/api/openstack/compute/servers.py:138 ... There are duplicated timestamp in each record. Correct logs should not contain these duplication. When nova-api and nova-ec2-api services are started by Apache(it can be done with devstack config option NOVA_USE_MOD_WSGI=True) log files contain records like: ... 2015-10-25 15:57:50.232046 2015-10-25 15:57:50.231 24062 DEBUG nova.api.openstack [-] v21 API Extension Blacklist: [] __init__ /opt/stack/nova/nova/api/openstack/__init__.py:353 2015-10-25 15:57:50.232224 2015-10-25 15:57:50.232 24062 DEBUG nova.api.openstack [-] v21 API Extension Whitelist: [] __init__ /opt/stack/nova/nova/api/openstack/__init__.py:355 2015-10-25 15:57:50.343937 2015-10-25 15:57:50.343 24062 INFO oslo_service.periodic_task [-] Skipping periodic task _periodic_update_dns because its interval is negative 2015-10-25 15:57:50.377676 2015-10-25 15:57:50.377 24062 DEBUG nova.api.openstack.compute.servers [-] extension os-scheduler-hints detected by servers extension for function server_create check_load_extension /opt/stack/nova/nova/api/openstack/compute/servers.py:138 ... There are duplicated timestamp in each record. Correct logs should not contain these duplication.
2015-10-27 12:24:06 OpenStack Infra devstack: status New In Progress
2015-10-29 11:35:33 OpenStack Infra devstack: status In Progress Fix Released