Comment 2 for bug 1386817

Revision history for this message
Ali Nazemian (alinazemian) wrote :

Dear Denis,
Hi,
1- It was installed by automatic script (devstack) procedure. It was tested with different trove test cases and there was not any problem. In addition to it was installed in single vmware workstation virtual machine.
2- Well, some part of this question could be answered by the first answer. However, here is the taskmanager.conf:
[DEFAULT]
logging_exception_prefix = %(color)s%(asctime)s.%(msecs)03d TRACE %(name)s ^[[01;35m%(instance)s^[[00m
logging_debug_format_suffix = ^[[00;33mfrom (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d^[[00m
logging_default_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [^[[00;36m-%(color)s] ^[[01;35m%(instance)s%(color)s%(message)s^[[00m
logging_context_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [^[[01;36m%(request_id)s ^[[00;36m%(user)s %(tenant)s%(color)s] ^[[01;35m%(instance)s%(color)s%(message)s^[[00m
use_syslog = False
debug = True
trove_auth_url = http://192.168.105.140:35357/v2.0
nova_proxy_admin_pass =
nova_proxy_admin_tenant_name = trove
nova_proxy_admin_user = radmin
taskmanager_manager = trove.taskmanager.manager.Manager
sql_connection = mysql://root:openstack@127.0.0.1/trove?charset=utf8
rabbit_password = openstack

3- I did try 3 different images: 1) mysql_ubuntu (the default image in automatic script) 2) mysql_5.5 and mongodb_2.4 from tesora website.

Thank you very much.