Re: [Openstack] Trove installation issue

2015-04-06 Thread Amrith Kumar
; openstack@lists.openstack.org Subject: Re: [Openstack] Trove installation issue Hi Amrith, Below is the Config files of trove : api-paste.ini [Note : controller1.external is the IP of controller node] [filter:authtoken] paste.filter_factory = keystonemiddleware.auth_token:filter_factory auth_uri

Re: [Openstack] Trove installation issue

2015-04-06 Thread Mariam John
stack@lists.openstack.org" Date: 04/06/2015 08:57 AM Subject: Re: [Openstack] Trove installation issue Hi, trove-api.log returns : Error calling get_filesystem_stats TRACE trove.guestagent.api Traceback (most recent call last): TRACE trove.guestagent.api File "/root/sample/trove/t

Re: [Openstack] Trove installation issue

2015-04-06 Thread Sharada R
Hi, trove-api.log returns : Error calling get_filesystem_stats  TRACE trove.guestagent.api Traceback (most recent calllast):  TRACE trove.guestagent.api File"/root/sample/trove/trove/guestagent/api.py", line 54, in_call  TRACE trove.guestagent.api timeout=timeout_sec)  TRACE trove.guestagent.ap

Re: [Openstack] Trove installation issue

2015-04-05 Thread Sharada R
Hi Mariam, When I try the following command :trove create sample_trove  2 --size 2 --databases trove --users trove:trove --datastore mysql --datastore_version  mysql-5.5 I get the error in trove-api.log ERROR trove.common.exception Cannot find compute instance None for instance . In trove-taskma

Re: [Openstack] Trove installation issue

2015-04-05 Thread Sharada R
ld you share your config files including specifically trove-guestagent.conf.   Thanks,   -amrith   From: Sharada R [mailto:sharu8...@yahoo.com] Sent: Wednesday, April 01, 2015 9:24 AM To: Mark Kirkwood; openstack@lists.openstack.org Subject: Re: [Openstack] Trove installation issue   HI,   Trove list

Re: [Openstack] Trove installation issue

2015-04-01 Thread Amrith Kumar
Sharada, would you share your config files including specifically trove-guestagent.conf. Thanks, -amrith From: Sharada R [mailto:sharu8...@yahoo.com] Sent: Wednesday, April 01, 2015 9:24 AM To: Mark Kirkwood; openstack@lists.openstack.org Subject: Re: [Openstack] Trove installation issue HI

Re: [Openstack] Trove installation issue

2015-04-01 Thread Sharada R
HI, Trove list command works fine! trove create comand : trove create data_trove 2 --size 2 --databases trove --users trove:trove --datastore mysql --datastore_version mysql-5.5 --nic net-id=51523bb2-29c4-4641-a963-15ee7d4de68creturns an error. Following is the error which I see in trove-taskmana

Re: [Openstack] Trove installation issue

2015-03-28 Thread Mark Kirkwood
On 23/03/15 23:20, Sharada R wrote: Hi, The trove installation is done by referring the following link : http://docs.openstack.org/developer/trove/dev/manual_install.html and the changes with respect to conf files was done by referring the following Link : http://docs.openstack.org/juno/insta

[Openstack] Trove installation issue

2015-03-23 Thread Sharada R
Hi, The trove installation is done by referring the following link : http://docs.openstack.org/developer/trove/dev/manual_install.html and the changes with respect to conf files was done by referring the following Link : http://docs.openstack.org/juno/install-guide/install/apt/content/trove-ins