<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif;font-size:12px"><div dir="ltr" id="yui_3_16_0_1_1428296150767_7025">Hi Amrith,</div><div id="yui_3_16_0_1_1428296150767_39054" dir="ltr"><br></div><div id="yui_3_16_0_1_1428296150767_38988" dir="ltr">Below is the Config files of trove :</div><div id="yui_3_16_0_1_1428296150767_39053" dir="ltr"><br></div><div id="yui_3_16_0_1_1428296150767_38987" dir="ltr"><b id="yui_3_16_0_1_1428296150767_39659">api-paste.ini </b><br></div><div id="yui_3_16_0_1_1428296150767_27878" dir="ltr">[Note : controller1.external is the IP of controller node]</div><div id="yui_3_16_0_1_1428296150767_7027">[filter:authtoken]</div>paste.filter_factory = keystonemiddleware.auth_token:filter_factory<br style="" class="">auth_uri = http://controller1.external:5000/v2.0<br style="" class="">identity_uri = http://controller1.external:35357<br style="" class="">auth_host = controller1.external<br style="" class="">auth_port = 35357<br style="" class="">auth_protocol = http<br style="" class="">admin_tenant_name = admin<br style="" class="">admin_user = admin<br style="" class="">admin_password = ADMIN<br style="" class=""><div id="yui_3_16_0_1_1428296150767_7620"><br></div><div dir="ltr" id="yui_3_16_0_1_1428296150767_10189"><b>trove-conductor.conf.sample</b></div><div id="yui_3_16_0_1_1428296150767_40327" dir="ltr"><b><br></b></div><div id="yui_3_16_0_1_1428296150767_7602">[DEFAULT]<br style="" class="">verbose = True<br style="" class="">debug = True<br style="" class="">control_exchange = trove<br style="" class="">trove_auth_url = http://controller1.external:5000/v2.0<br style="" class="">log_dir = /var/log/trove<br style="" class="">nova_compute_url = http://controller1.external:8774/v2<br style="" class="">cinder_url = http://controller1.external:8776/v1<br style="" class="">swift_url = http://controller1.external:8080/v1/AUTH_<br style="" class="">sql_connection = mysql://trove:trove@controller1.external/trove<br style="" class="">notifier_queue_hostname = controller1.external<br style="" class=""></div><div id="yui_3_16_0_1_1428296150767_8309">rabbit_host=controller1.external</div><div id="yui_3_16_0_1_1428296150767_9547">rpc_backend = trove.openstack.common.rpc.impl_kombu</div><div id="yui_3_16_0_1_1428296150767_9549">conductor_manager = trove.conductor.manager.Manager</div><div id="yui_3_16_0_1_1428296150767_12114"><br></div><div id="yui_3_16_0_1_1428296150767_28777" dir="ltr"><b id="yui_3_16_0_1_1428296150767_40333">trove.conf.sample</b></div><div id="yui_3_16_0_1_1428296150767_40334" dir="ltr"><b id="yui_3_16_0_1_1428296150767_40333"><br></b></div><div id="yui_3_16_0_1_1428296150767_12139">[DEFAULT]<br style="" class="">verbose = True<br style="" class="">debug = True<br style="" class="">bind_host = 0.0.0.0<br style="" class="">bind_port = 8779<br style="" class="">rabbit_host = controller1.external<br style="" class=""></div><div id="yui_3_16_0_1_1428296150767_13455">rpc_backend = trove.openstack.common.rpc.impl_kombu<br style="" class="">log_dir = /var/log/trove<br style="" class="">trove_auth_url = http://controller1.external:5000/v2.0<br style="" class="">nova_compute_url = http://controller1.external:8774/v2<br style="" class="">cinder_url = http://controller1.external:8776/v1<br style="" class="">swift_url = http://controller1.external:8080/v1/AUTH_<br style="" class="">sql_connection = mysql://trove:trove@controller1.external/trove<br style="" class="">notifier_queue_hostname = controller1.external<br style="" class="">sql_idle_timeout = 3600<br style="" class="">db_api_implementation = "trove.db.sqlalchemy.api"</div><div id="yui_3_16_0_1_1428296150767_14734">network_label_regex = ^private$<br style="" class="">trove_volume_support = True<br style="" class="">block_device_mapping = vdb<br style="" class="">device_path = /dev/vdb<br style="" class="">max_accepted_volume_size = 10<br style="" class="">max_instances_per_user = 5<br style="" class="">max_volumes_per_user = 100<br style="" class="">max_backups_per_user = 5<br style="" class="">volume_time_out=30<br style="" class=""><br style="" class="">http_get_rate = 200<br style="" class="">http_post_rate = 200<br style="" class="">http_put_rate = 200<br style="" class="">http_delete_rate = 200<br style="" class="">http_mgmt_post_rate = 200<br style="" class=""><br style="" class="">trove_dns_support = False<br style="" class="">dns_account_id = 123456<br style="" class="">dns_auth_url = http://127.0.0.1:5000/v2.0<br style="" class="">dns_username = user<br style="" class="">dns_passkey = password<br style="" class="">dns_ttl = 3600<br style="" class="">dns_domain_name = 'trove.com.'<br style="" class="">dns_domain_id = 11111111-1111-1111-1111-111111111111<br style="" class="">dns_driver = trove.dns.designate.driver.DesignateDriver</div><div id="yui_3_16_0_1_1428296150767_16098"><br></div><div id="yui_3_16_0_1_1428296150767_16172" dir="ltr">dns_instance_entry_factory = trove.dns.designate.driver.DesignateInstanceEntryFactory<br style="" class="">dns_endpoint_url = http://127.0.0.1/v1/<br style="" class="">dns_service_type = dns<br style="" class=""><br style="" class="">network_driver = trove.network.nova.NovaNetwork<br style="" class="">default_neutron_networks =<br style="" class="">taskmanager_queue = taskmanager<br style="" class="">admin_roles = admin<br style="" class="">ignore_users = os_admin, root<br style="" class="">ignore_dbs = lost+found, mysql, information_schema<br style="" class="">agent_heartbeat_time = 10<br style="" class="">agent_call_low_timeout = 5<br style="" class="">agent_call_high_timeout = 150<br style="" class="">reboot_time_out = 60<br style="" class="">api_paste_config = /root/sample/trove/etc/trove/api-paste.ini<br style="" class=""></div><div id="yui_3_16_0_1_1428296150767_18626" dir="ltr">control_exchange = trove<br style="" class=""><br style="" class="">[mysql]</div><div id="yui_3_16_0_1_1428296150767_20982" dir="ltr">root_on_create = False<br style="" class="">tcp_ports = 3306<br style="" class="">volume_support = True<br style="" class="">device_path = /dev/vdb<br style="" class=""><br style="" class="">[redis]<br style="" class="">tcp_ports = 6379<br style="" class="">volume_support = False<br style="" class=""><br style="" class="">[cassandra]<br style="" class="">tcp_ports = 7000, 7001, 9042, 9160<br style="" class="">volume_support = True<br style="" class="">device_path = /dev/vdb<br style="" class=""><br style="" class="">[couchbase]<br style="" class="">tcp_ports = 8091, 8092, 4369, 11209-11211, 21100-21199<br style="" class="">volume_support = True<br style="" class="">device_path = /dev/vdb<br style="" class=""><br style="" class="">[mongodb]<br style="" class="">tcp_ports = 2500, 27017<br style="" class="">volume_support = True<br style="" class="">device_path = /dev/vdb<br style="" class="">num_config_servers_per_cluster = 1<br style="" class="">num_query_routers_per_cluster = 1</div><div id="yui_3_16_0_1_1428296150767_44347" dir="ltr"><br></div><div id="yui_3_16_0_1_1428296150767_22680" dir="ltr"><b id="yui_3_16_0_1_1428296150767_45767">trove-guestagent.conf.sample</b></div><div id="yui_3_16_0_1_1428296150767_45016" dir="ltr"><br></div><div id="yui_3_16_0_1_1428296150767_40999" dir="ltr">rabbit_host = controller1.external<br style="" class="">nova_proxy_admin_user = admin<br style="" class="">nova_proxy_admin_pass = ADMIN<br style="" class="">nova_proxy_admin_tenant_name = admin<br style="" class="">trove_auth_url = http://controller1.external:35357/v2.0</div><div id="yui_3_16_0_1_1428296150767_24750" dir="ltr">ignore_users = os_admin<br style="" class="">ignore_dbs = lost+found, mysql, information_schema<br style="" class="">root_grant = ALL<br style="" class="">root_grant_option = True</div><div id="yui_3_16_0_1_1428296150767_25511" dir="ltr">control_exchange = trove</div><div id="yui_3_16_0_1_1428296150767_26759" dir="ltr">log_dir = /tmp/<br style="" class="">log_file = logfile.txt</div><div id="yui_3_16_0_1_1428296150767_30081" dir="ltr"><br></div><div id="yui_3_16_0_1_1428296150767_30760" dir="ltr"><b id="yui_3_16_0_1_1428296150767_41007">trove-taskmanager.conf.sample</b></div><div id="yui_3_16_0_1_1428296150767_41008" dir="ltr"><br></div><div id="yui_3_16_0_1_1428296150767_30103" dir="ltr">[DEFAULT]<br style="" class="">verbose = True<br style="" class="">debug = True<br style="" class="">update_status_on_fail = True<br style="" class="">rabbit_host = controller1.external<br style="" class="">auth_strategy=keystone</div><div id="yui_3_16_0_1_1428296150767_31479" dir="ltr">rpc_backend = trove.openstack.common.rpc.impl_kombu<br style="" class="">log_dir = /var/log/trove<br style="" class="">trove_auth_url = http://controller1.external:5000/v2.0<br style="" class="">nova_compute_url = http://controller1.external:8774/v2<br style="" class="">cinder_url = http://controller1.external:8776/v1<br style="" class="">swift_url = http://controller1.external:8080/v1/AUTH_<br style="" class="">sql_connection = mysql://trove:trove@controller1.external/trove<br style="" class="">notifier_queue_hostname = controller1.external<br style="" class="">sql_idle_timeout = 3600<br style="" class="">db_api_implementation = trove.db.sqlalchemy.api<br style="" class=""></div><div id="yui_3_16_0_1_1428296150767_32836" dir="ltr"><br style="" class="">trove_volume_support = True<br style="" class="">block_device_mapping = vdb<br style="" class="">device_path = /dev/vdb<br style="" class="">mount_point = /var/lib/mysql<br style="" class="">volume_time_out=30<br style="" class="">server_delete_time_out=480<br style="" class="">use_nova_server_config_drive = False<br style="" class="">nova_proxy_admin_user = admin<br style="" class="">nova_proxy_admin_pass = ADMIN<br style="" class="">nova_proxy_admin_tenant_name = admin<br style="" class="">taskmanager_manager = trove.taskmanager.manager.Manager<br style="" class="">exists_notification_transformer = trove.extensions.mgmt.instances.models.NovaNotificationTransformer<br style="" class="">exists_notification_ticks = 30<br style="" class="">notification_service_id = mysql:2f3ff068-2bfb-4f70-9a9d-a6bb65bc084b</div><div id="yui_3_16_0_1_1428296150767_36246" dir="ltr"><br></div><div id="yui_3_16_0_1_1428296150767_36274" dir="ltr"># Trove DNS<br style="" class="">trove_dns_support = False<br style="" class="">dns_account_id = 123456<br style="" class="">dns_auth_url = http://127.0.0.1:5000/v2.0<br style="" class="">dns_username = user<br style="" class="">dns_passkey = password<br style="" class="">dns_ttl = 3600<br style="" class="">dns_domain_name = 'trove.com.'<br style="" class="">dns_domain_id = 11111111-1111-1111-1111-111111111111<br style="" class="">dns_driver = trove.dns.designate.driver.DesignateDriver<br style="" class="">dns_instance_entry_factory = trove.dns.designate.driver.DesignateInstanceEntryFactory<br style="" class="">dns_endpoint_url = http://127.0.0.1/v1/<br style="" class="">dns_service_type = dns<br style="" class=""><br style="" class=""># Neutron<br style="" class="">network_driver = trove.network.nova.NovaNetwork<br style="" class="">default_neutron_networks =<br style="" class=""><br style="" class=""># Trove Security Groups for Instances<br style="" class="">trove_security_groups_support = True<br style="" class="">trove_security_group_rule_cidr = 0.0.0.0/0<br style="" class=""><br style="" class=""># Guest related conf<br style="" class="">agent_heartbeat_time = 10<br style="" class="">agent_call_low_timeout = 5<br style="" class="">agent_call_high_timeout = 150<br style="" class="">agent_replication_snapshot_timeout = 36000</div><div id="yui_3_16_0_1_1428296150767_36340" dir="ltr"><br></div><div id="yui_3_16_0_1_1428296150767_36726" dir="ltr">use_nova_server_volume = False<br style="" class=""><br style="" class="">network_label_regex = ^private$<br style="" class="">template_path = /etc/trove/templates/<br style="" class=""><br style="" class="">control_exchange=trove<br style="" class=""><br style="" class="">pydev_debug = disabled</div><div id="yui_3_16_0_1_1428296150767_37631" dir="ltr"><br></div><div id="yui_3_16_0_1_1428296150767_37660" dir="ltr">[mysql]<br style="" class="">tcp_ports = 3306<br style="" class="">volume_support = True<br style="" class="">device_path = /dev/vdb<br style="" class=""><br style="" class="">[redis]<br style="" class="">tcp_ports = 6379<br style="" class="">volume_support = False<br style="" class=""><br style="" class="">[cassandra]<br style="" class="">tcp_ports = 7000, 7001, 9042, 9160<br style="" class="">volume_support = True<br style="" class="">device_path = /dev/vdb<br style="" class=""><br style="" class="">[couchbase]<br style="" class="">tcp_ports = 8091, 8092, 4369, 11209-11211, 21100-21199<br style="" class="">volume_support = True<br style="" class="">device_path = /dev/vdb<br style="" class=""><br style="" class="">[mongodb]<br style="" class="">volume_support = True<br style="" class="">device_path = /dev/vdb<br style="" class=""></div><div id="yui_3_16_0_1_1428296150767_46508" dir="ltr"><br></div><div id="yui_3_16_0_1_1428296150767_46509" dir="ltr"><br></div><div id="yui_3_16_0_1_1428296150767_46507" dir="ltr">Regards,</div><div id="yui_3_16_0_1_1428296150767_45759" dir="ltr">Sharada<br style="" class=""><br style="" class=""><br style="" class=""><br style="" class=""><br style="" class=""><br style="" class=""><br></div><div id="yui_3_16_0_1_1428296150767_7013"><span></span></div>  <br><div class="qtdSeparateBR"><br><br></div><div style="display: block;" class="yahoo_quoted"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif; font-size: 12px;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif; font-size: 16px;"> <div dir="ltr"> <font face="Arial" size="2"> On Wednesday, 1 April 2015 7:38 PM, Amrith Kumar <amrith@tesora.com> wrote:<br> </font> </div>  <br><br> <div class="y_msg_container"><div id="yiv5138982445"><style>#yiv5138982445 #yiv5138982445 --
 
 _filtered #yiv5138982445 {panose-1:2 4 5 3 5 4 6 3 2 4;}
 _filtered #yiv5138982445 {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;}
 _filtered #yiv5138982445 {font-family:Consolas;panose-1:2 11 6 9 2 2 4 3 2 4;}
 _filtered #yiv5138982445 {panose-1:2 0 6 3 5 0 0 2 0 4;}
#yiv5138982445  
#yiv5138982445 p.yiv5138982445MsoNormal, #yiv5138982445 li.yiv5138982445MsoNormal, #yiv5138982445 div.yiv5138982445MsoNormal
        {margin:0in;margin-bottom:.0001pt;font-size:12.0pt;}
#yiv5138982445 a:link, #yiv5138982445 span.yiv5138982445MsoHyperlink
        {color:blue;text-decoration:underline;}
#yiv5138982445 a:visited, #yiv5138982445 span.yiv5138982445MsoHyperlinkFollowed
        {color:purple;text-decoration:underline;}
#yiv5138982445 pre
        {margin:0in;margin-bottom:.0001pt;font-size:10.0pt;}
#yiv5138982445 span.yiv5138982445HTMLPreformattedChar
        {font-family:Consolas;}
#yiv5138982445 span.yiv5138982445EmailStyle19
        {color:#1F497D;}
#yiv5138982445 .yiv5138982445MsoChpDefault
        {font-size:10.0pt;}
 _filtered #yiv5138982445 {margin:1.0in 1.0in 1.0in 1.0in;}
#yiv5138982445 div.yiv5138982445WordSection1
        {}
#yiv5138982445 </style><div>
<div class="yiv5138982445WordSection1">
<div class="yiv5138982445MsoNormal"><span style="font-size:10.0pt;">Sharada, would you share your config files including specifically trove-guestagent.conf.</span></div> 
<div class="yiv5138982445MsoNormal"><span style="font-size:10.0pt;">  </span></div> 
<div class="yiv5138982445MsoNormal"><span style="font-size:10.0pt;">Thanks,</span></div> 
<div class="yiv5138982445MsoNormal"><span style="font-size:10.0pt;">  </span></div> 
<div class="yiv5138982445MsoNormal"><span style="font-size:10.0pt;">-amrith</span></div> 
<div class="yiv5138982445MsoNormal"><span style="font-size:10.0pt;">  </span></div> 
<div class="yiv5138982445yqt2126763227" id="yiv5138982445yqt67787"><div style="border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt;">
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in;">
<div class="yiv5138982445MsoNormal"><b><span style="font-size:11.0pt;">From:</span></b><span style="font-size:11.0pt;"> Sharada R [mailto:sharu8989@yahoo.com]
<br clear="none">
<b>Sent:</b> Wednesday, April 01, 2015 9:24 AM<br clear="none">
<b>To:</b> Mark Kirkwood; openstack@lists.openstack.org<br clear="none">
<b>Subject:</b> Re: [Openstack] Trove installation issue</span></div> 
</div>
</div>
<div class="yiv5138982445MsoNormal">  </div> 
<div>
<div id="yiv5138982445yui_3_16_0_1_1427893970897_5754">
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="font-size:9.0pt;">HI,</span></div> 
</div>
<div id="yiv5138982445yui_3_16_0_1_1427893970897_5755">
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="font-size:9.0pt;">  </span></div> 
</div>
<div id="yiv5138982445yui_3_16_0_1_1427893970897_6486">
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="font-size:9.0pt;">Trove list command works fine!</span></div> 
</div>
<div id="yiv5138982445yui_3_16_0_1_1427893970897_6738">
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="font-size:9.0pt;">  </span></div> 
</div>
<div id="yiv5138982445yui_3_16_0_1_1427893970897_5490">
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="font-size:9.0pt;">trove create comand :</span></div> 
</div>
<pre id="yiv5138982445yui_3_16_0_1_1427893970897_5808" style="background:white;"><span style="color:black;">trove create data_trove 2 --size 2 --databases</span></pre> 
<pre style="background:white;"><span style="color:black;">trove --users trove:trove --datastore mysql --datastore_version</span></pre> 
<pre style="background:white;"><span style="color:black;">mysql-5.5 --nic net-id=51523bb2-29c4-4641-a963-15ee7d4de68c<private_network_id></span></pre> 
<div id="yiv5138982445yui_3_16_0_1_1427893970897_5489">
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="font-size:9.0pt;">returns an error.</span></div> 
</div>
<div id="yiv5138982445yui_3_16_0_1_1427893970897_5488">
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="font-size:9.0pt;">  </span></div> 
</div>
<div id="yiv5138982445yui_3_16_0_1_1427893970897_6739">
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="font-size:9.0pt;">Following is the error which I see in trove-taskmanager.log,
</span></div> 
</div>
<div id="yiv5138982445yui_3_16_0_1_1427893970897_5487">
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="font-size:9.0pt;">  </span></div> 
</div>
<div id="yiv5138982445yui_3_16_0_1_1427893970897_5486">
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="font-size:9.0pt;">2015-03-31 18:24:35.110 16097 ERROR trove.taskmanager.models [req-4b8a0c34-3e4b-433c-9506-afbc171be936 f1c572991fd6498ab9c7c4aa0193acba 5d009aeffcaf4b62960c046716d49f03
 - - -] Failed to create server for instance 1c3525c8-e144-4bc4-9f50-ad32149d0453</span></div> 
</div>
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="font-size:9.0pt;">2015-03-31 18:24:35.112 16097 ERROR trove.taskmanager.models [req-4b8a0c34-3e4b-433c-9506-afbc171be936 f1c572991fd6498ab9c7c4aa0193acba 5d009aeffcaf4b62960c046716d49f03
 - - -] __init__() got an unexpected keyword argument 'retry_after'<br clear="none">
2015-03-31 18:24:35.114 16097 ERROR trove.taskmanager.models [req-4b8a0c34-3e4b-433c-9506-afbc171be936 f1c572991fd6498ab9c7c4aa0193acba 5d009aeffcaf4b62960c046716d49f03 - - -] Traceback (most recent call last):<br clear="none">
</span><span style="font-size:9.0pt;"> </span><span style="font-size:9.0pt;"> File "/root/sample/trove/trove/taskmanager/models.py", line 605, in _create_server_volume_individually<br clear="none">
</span><span style="font-size:9.0pt;">   </span><span style="font-size:9.0pt;"> availability_zone, nics)<br clear="none">
</span><span style="font-size:9.0pt;"> </span><span style="font-size:9.0pt;"> File "/root/sample/trove/trove/taskmanager/models.py", line 722, in _create_server<br clear="none">
</span><span style="font-size:9.0pt;">   </span><span style="font-size:9.0pt;"> config_drive=config_drive)<br clear="none">
</span><span style="font-size:9.0pt;"> </span><span style="font-size:9.0pt;"> File "/usr/lib/python2.7/dist-packages/novaclient/v1_1/servers.py", line 883, in create<br clear="none">
</span><span style="font-size:9.0pt;">   </span><span style="font-size:9.0pt;"> **boot_kwargs)<br clear="none">
</span><span style="font-size:9.0pt;"> </span><span style="font-size:9.0pt;"> File "/usr/lib/python2.7/dist-packages/novaclient/v1_1/servers.py", line 546, in _boot<br clear="none">
</span><span style="font-size:9.0pt;">   </span><span style="font-size:9.0pt;"> return_raw=return_raw, **kwargs)<br clear="none">
</span><span style="font-size:9.0pt;"> </span><span style="font-size:9.0pt;"> File "/usr/lib/python2.7/dist-packages/novaclient/base.py", line 100, in _create<br clear="none">
</span><span style="font-size:9.0pt;">   </span><span style="font-size:9.0pt;"> _resp, body = self.api.client.post(url, body=body)<br clear="none">
</span><span style="font-size:9.0pt;"> </span><span style="font-size:9.0pt;"> File "/usr/lib/python2.7/dist-packages/novaclient/client.py", line 490, in post<br clear="none">
</span><span style="font-size:9.0pt;">   </span><span style="font-size:9.0pt;"> return self._cs_request(url, 'POST', **kwargs)<br clear="none">
</span><span style="font-size:9.0pt;"> </span><span style="font-size:9.0pt;"> File "/usr/lib/python2.7/dist-packages/novaclient/client.py", line 465, in _cs_request<br clear="none">
</span><span style="font-size:9.0pt;">   </span><span style="font-size:9.0pt;"> resp, body = self._time_request(url, method, **kwargs)<br clear="none">
</span><span style="font-size:9.0pt;"> </span><span style="font-size:9.0pt;"> File "/usr/lib/python2.7/dist-packages/novaclient/client.py", line 439, in _time_request<br clear="none">
</span><span style="font-size:9.0pt;">   </span><span style="font-size:9.0pt;"> resp, body = self.request(url, method, **kwargs)<br clear="none">
</span><span style="font-size:9.0pt;"> </span><span style="font-size:9.0pt;"> File "/usr/lib/python2.7/dist-packages/novaclient/client.py", line 433, in request<br clear="none">
</span><span style="font-size:9.0pt;">   </span><span style="font-size:9.0pt;"> raise exceptions.from_response(resp, body, url, method)<br clear="none">
</span><span style="font-size:9.0pt;"> </span><span style="font-size:9.0pt;"> File "/usr/lib/python2.7/dist-packages/novaclient/exceptions.py", line 249, in from_response<br clear="none">
</span><span style="font-size:9.0pt;">   </span><span style="font-size:9.0pt;"> return cls(**kwargs)<br clear="none">
TypeError: __init__() got an unexpected keyword argument 'retry_after'</span></div> 
<div id="yiv5138982445yui_3_16_0_1_1427893970897_8600">
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="font-size:9.0pt;">  </span></div> 
</div>
<div id="yiv5138982445yui_3_16_0_1_1427893970897_8542">
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="font-size:9.0pt;">  </span></div> 
</div>
<div id="yiv5138982445yui_3_16_0_1_1427893970897_7006">
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="font-size:9.0pt;">2015-03-31 18:24:35.154 16097 ERROR trove.openstack.common.rpc.amqp [req-4b8a0c34-3e4b-433c-9506-afbc171be936 f1c572991fd6498ab9c7c4aa0193acba
 5d009aeffcaf4b62960c046716d49f03 - - -] Exception during message handling<br clear="none">
2015-03-31 18:24:35.154 16097 TRACE trove.openstack.common.rpc.amqp Traceback (most recent call last):<br clear="none">
2015-03-31 18:24:35.154 16097 TRACE trove.openstack.common.rpc.amqp</span><span style="font-size:9.0pt;">  </span><span style="font-size:9.0pt;"> File "/root/sample/trove/trove/openstack/common/rpc/amqp.py",
 line 440, in _process_data<br clear="none">
2015-03-31 18:24:35.154 16097 TRACE trove.openstack.common.rpc.amqp</span><span style="font-size:9.0pt;">    </span><span style="font-size:9.0pt;"> **args)<br clear="none">
2015-03-31 18:24:35.154 16097 TRACE trove.openstack.common.rpc.amqp</span><span style="font-size:9.0pt;">  </span><span style="font-size:9.0pt;"> File "/root/sample/trove/trove/openstack/common/rpc/dispatcher.py",
 line 172, in dispatch<br clear="none">
2015-03-31 18:24:35.154 16097 TRACE trove.openstack.common.rpc.amqp</span><span style="font-size:9.0pt;">    </span><span style="font-size:9.0pt;"> result = getattr(proxyobj,
 method)(ctxt, **kwargs)<br clear="none">
2015-03-31 18:24:35.154 16097 TRACE trove.openstack.common.rpc.amqp</span><span style="font-size:9.0pt;">  </span><span style="font-size:9.0pt;"> File "/root/sample/trove/trove/taskmanager/manager.py",
 line 129, in create_instance<br clear="none">
2015-03-31 18:24:35.154 16097 TRACE trove.openstack.common.rpc.amqp</span><span style="font-size:9.0pt;">    </span><span style="font-size:9.0pt;"> nics, overrides, cluster_config)<br clear="none">
2015-03-31 18:24:35.154 16097 TRACE trove.openstack.common.rpc.amqp</span><span style="font-size:9.0pt;">  </span><span style="font-size:9.0pt;"> File "/root/sample/trove/trove/taskmanager/models.py",
 line 266, in create_instance<br clear="none">
2015-03-31 18:24:35.154 16097 TRACE trove.openstack.common.rpc.amqp</span><span style="font-size:9.0pt;">    </span><span style="font-size:9.0pt;"> nics)<br clear="none">
2015-03-31 18:24:35.154 16097 TRACE trove.openstack.common.rpc.amqp</span><span style="font-size:9.0pt;">  </span><span style="font-size:9.0pt;"> File "/root/sample/trove/trove/taskmanager/models.py",
 line 612, in _create_server_volume_individually<br clear="none">
2015-03-31 18:24:35.154 16097 TRACE trove.openstack.common.rpc.amqp</span><span style="font-size:9.0pt;">    </span><span style="font-size:9.0pt;"> self._log_and_raise(e, msg,
 err)<br clear="none">
2015-03-31 18:24:35.154 16097 TRACE trove.openstack.common.rpc.amqp</span><span style="font-size:9.0pt;">  </span><span style="font-size:9.0pt;"> File "/root/sample/trove/trove/taskmanager/models.py",
 line 647, in _log_and_raise<br clear="none">
2015-03-31 18:24:35.154 16097 TRACE trove.openstack.common.rpc.amqp</span><span style="font-size:9.0pt;">    </span><span style="font-size:9.0pt;"> raise TroveError(message=message)<br clear="none">
2015-03-31 18:24:35.154 16097 TRACE trove.openstack.common.rpc.amqp TroveError: Failed to create server for instance 1c3525c8-e144-4bc4-9f50-ad32149d0453<br clear="none">
2015-03-31 18:24:35.154 16097 TRACE trove.openstack.common.rpc.amqp<br clear="none">
<br clear="none">
</span></div> 
</div>
<div id="yiv5138982445yui_3_16_0_1_1427893970897_8541">
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="font-size:9.0pt;">nova list does not show up the instance for the same.</span></div> 
</div>
<div id="yiv5138982445yui_3_16_0_1_1427893970897_8040">
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="font-size:9.0pt;">There is no errors in the nova logs.</span></div> 
</div>
<div id="yiv5138982445yui_3_16_0_1_1427893970897_8041">
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="font-size:9.0pt;">Also ,</span></div> 
</div>
<div id="yiv5138982445yui_3_16_0_1_1427893970897_8105">
<div class="yiv5138982445MsoNormal" style="margin-bottom:12.0pt;background:white;"><span style="font-size:9.0pt;">trove flavor-list<br clear="none">
ERROR: Internal Server Error. Please keep this ID to help us figure out what went wrong</span></div> 
</div>
<div id="yiv5138982445yui_3_16_0_1_1427893970897_8043">
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="font-size:9.0pt;">Kindly let me know if any configuration is missing.</span></div> 
</div>
<div id="yiv5138982445yui_3_16_0_1_1427893970897_8602">
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="font-size:9.0pt;">  </span></div> 
</div>
<div id="yiv5138982445yui_3_16_0_1_1427893970897_8737">
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="font-size:9.0pt;">Regards,</span></div> 
</div>
<div id="yiv5138982445yui_3_16_0_1_1427893970897_8738">
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="font-size:9.0pt;">Sharada<br clear="none">
<br clear="none">
</span></div> 
</div>
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="font-size:9.0pt;">  </span></div> 
<div>
<div class="yiv5138982445MsoNormal" style="margin-bottom:12.0pt;background:white;"><span style="font-size:9.0pt;">  </span></div> 
</div>
<div>
<div>
<div>
<div>
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="font-size:10.0pt;">On Sunday, 29 March 2015 7:59 AM, Mark Kirkwood <<a rel="nofollow" shape="rect" ymailto="mailto:mark.kirkwood@catalyst.net.nz" target="_blank" href="mailto:mark.kirkwood@catalyst.net.nz">mark.kirkwood@catalyst.net.nz</a>> wrote:</span><span style=""></span></div> 
</div>
<div class="yiv5138982445MsoNormal" style="margin-bottom:12.0pt;background:white;"><span style="">  </span></div> 
<div>
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="">On 23/03/15 23:20, Sharada R wrote:<br clear="none">
> Hi,<br clear="none">
><br clear="none">
> The trove installation is done by referring the following link :<br clear="none">
><br clear="none">
> <a rel="nofollow" shape="rect" target="_blank" href="http://docs.openstack.org/developer/trove/dev/manual_install.html">
http://docs.openstack.org/developer/trove/dev/manual_install.html</a><br clear="none">
><br clear="none">
> and the changes with respect to conf files was done by referring the<br clear="none">
> following Link :<br clear="none">
><br clear="none">
> <a rel="nofollow" shape="rect" target="_blank" href="http://docs.openstack.org/juno/install-guide/install/apt/content/trove-install.html">
http://docs.openstack.org/juno/install-guide/install/apt/content/trove-install.html</a><br clear="none">
><br clear="none">
> The issues that we are facing currently is in trove-api :<br clear="none">
><br clear="none">
> When I type trove-api in the command line,I get the following error.<br clear="none">
><br clear="none">
> 2015-03-20 18:24:49.055 3285 CRITICAL root [-] ValueError: Cannot<br clear="none">
> resolve relative uri 'config:None'; no relative_to keyword argument given<br clear="none">
<br clear="none">
<br clear="none">
That error would seem to point to missing config file(s).</span></div> 
<div id="yiv5138982445yqtfd72712">
<div class="yiv5138982445MsoNormal" style="background:white;"><span style=""><br clear="none">
<br clear="none">
> The changes that was done in CONF files are :<br clear="none">
> [Note : controller1.external is the controller node IP]<br clear="none">
><br clear="none">
> trove.conf.sample,trove.conductor.sample :<br clear="none">
><br clear="none">
><br clear="none">
><br clear="none">
> trove-taskmanager.conf.sample :<br clear="none">
><br clear="none">
><br clear="none">
> api-paste.ini<br clear="none">
><br clear="none">
> trove-guestagent.conf.sample</span></div> 
</div>
<div class="yiv5138982445MsoNormal" style="background:white;"><span style=""><br clear="none">
><br clear="none">
<br clear="none">
<br clear="none">
Hmmm - all your .conf files seem to be named .conf.sample, I think that <br clear="none">
is the problem (or at least the first think to change)!<br clear="none">
<br clear="none">
Cheers<br clear="none">
<br clear="none">
Mark<br clear="none">
<br clear="none">
_______________________________________________<br clear="none">
Mailing list: <a rel="nofollow" shape="rect" target="_blank" href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack">
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br clear="none">
Post to</span><span style=""> </span><span style="">
</span><span style=""> </span><span style=""> :
<a rel="nofollow" shape="rect" ymailto="mailto:openstack@lists.openstack.org" target="_blank" href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br clear="none">
Unsubscribe : <a rel="nofollow" shape="rect" target="_blank" href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack">
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a></span></div> 
<div id="yiv5138982445yqtfd41300">
<div class="yiv5138982445MsoNormal" style="background:white;"><span style="">  </span></div> 
</div>
<div class="yiv5138982445MsoNormal" style="margin-bottom:12.0pt;background:white;"><span style="">  </span></div> 
</div>
</div>
</div>
</div>
</div>
</div></div>
</div>
</div></div><br><br></div>  </div> </div>  </div></div></body></html>