← Back to team overview

openstack team mailing list archive

Re: Command "nova-manage service list" output

 

Hi

Or you can just redirect the stderr:
nova-manage service list 2> /dev/null

HTH
--
Andrea Rosa



From: Openstack [mailto:openstack-bounces+andrea.rosa=hp.com@xxxxxxxxxxxxxxxxxxx] On Behalf Of Jay Lau
Sent: 20 July 2013 15:29
To: amogh patel
Cc: openstack
Subject: Re: [Openstack] Command "nova-manage service list" output

If you configured "debug=True" in nova.conf, just remove it and have a try.

Thanks,
Jay

2013/7/20 amogh patel <amoghpatel4u@xxxxxxxxx<mailto:amoghpatel4u@xxxxxxxxx>>
Hi everyone,
My Openstack environment is up and running, but when I'm trying to fire "nova-manage service list" command it gives me below DEBUG message, though I'm getting the smiley as well. Could anyone please advise on how to fix this DEBUG issue?

2013-07-19 22:10:02.869 DEBUG nova.servicegroup.api [req-a57f42be-0e31-48c3-92db-9d60b7dfda33 None None] Check if the given member [{'binary': u'nova-compute', 'availability_zone': 'nova', 'deleted': 0L, 'created_at': datetime.datetime(2013, 7, 19, 0, 39, 6), 'updated_at': datetime.datetime(2013, 7, 20, 5, 10), 'report_count': 9782L, 'topic': u'compute', 'host': u'sjcubuntu13', 'disabled': False, 'deleted_at': None, 'id': 33L}] is part of the ServiceGroup, is up service_is_up /usr/lib/python2.7/dist-packages/nova/servicegroup/api.py:92
2013-07-19 22:10:02.870 DEBUG nova.servicegroup.drivers.db [req-a57f42be-0e31-48c3-92db-9d60b7dfda33 None None] DB_Driver.is_up last_heartbeat = 2013-07-20 05:10:00 elapsed = 2.870004 is_up /usr/lib/python2.7/dist-packages/nova/servicegroup/drivers/db.py:67
nova-compute     sjcubuntu13                          nova             enabled    :-)   2013-07-20 05:10:00
2013-07-19 22:10:02.870 DEBUG nova.servicegroup.api [req-a57f42be-0e31-48c3-92db-9d60b7dfda33 None None] Check if the given member [{'binary': u'nova-network', 'availability_zone': 'internal', 'deleted': 0L, 'created_at': datetime.datetime(2013, 7, 19, 0, 39, 11), 'updated_at': datetime.datetime(2013, 7, 20, 5, 10, 1), 'report_count': 9996L, 'topic': u'network', 'host': u'sjcubuntu13', 'disabled': False, 'deleted_at': None, 'id': 34L}] is part of the ServiceGroup, is up service_is_up /usr/lib/python2.7/dist-packages/nova/servicegroup/api.py:92
2013-07-19 22:10:02.870 DEBUG nova.servicegroup.drivers.db [req-a57f42be-0e31-48c3-92db-9d60b7dfda33 None None] DB_Driver.is_up last_heartbeat = 2013-07-20 05:10:01 elapsed = 1.870295 is_up /usr/lib/python2.7/dist-packages/nova/servicegroup/drivers/db.py:67
nova-network     sjcubuntu13                          internal         enabled    :-)   2013-07-20 05:10:01
thanks,
Amogh

_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@xxxxxxxxxxxxxxxxxxx<mailto:openstack@xxxxxxxxxxxxxxxxxxx>
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


References