This is from section 4.6 (setting up compute node) * Modify the /etc/nova/nova.conf like this: [DEFAULT] logdir=/var/log/nova state_path=/var/lib/nova lock_path=/run/lock/nova verbose=True api_paste_config=/etc/nova/api-paste.ini compute_scheduler_driver=nova.scheduler.simple.SimpleScheduler rabbit_host=10.10.10.51 nova_url=http://10.10.10.51:8774/v1.1/ sql_connection=mysql://novaUser:[email protected]/nova
From: [email protected] [mailto:[email protected]] On Behalf Of Anne Gentle Sent: Thursday, August 29, 2013 11:34 AM To: Gangur, Hrushikesh (HP Converged Cloud - R&D - Sunnyvale) Cc: Joshua Skains; [email protected] Subject: Re: [Openstack] A document question Hm, but the OVS_MultiNode guide uses a nova-compute.conf file that doesn't contain a mysql connection line. So what's different about Joshua's install that's requiring mysql knowledge on his compute node? On Thu, Aug 29, 2013 at 12:42 PM, Gangur, Hrushikesh (HP Converged Cloud - R&D - Sunnyvale) <[email protected]<mailto:[email protected]>> wrote: It has to have db connection string in nova.conf. Refer this article: https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst From: Joshua Skains [mailto:[email protected]<mailto:[email protected]>] Sent: Thursday, August 29, 2013 10:32 AM To: [email protected]<mailto:[email protected]> Subject: [Openstack] A document question http://docs.openstack.org/grizzly/basic-install/apt/content/basic-install_compute.html I noticed the nova instance on the compute node does not get connected to MySQL? Is that correct? JMS _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected]<mailto:[email protected]> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
