Re: [Openstack] [Nova] Unable to start nova-api

2013-02-05 Thread Trinath Somanchi
Hi- Thanks a lot for the reply. it solved the issue. On Tue, Feb 5, 2013 at 3:47 PM, Unmesh Gurjar wrote: > Trinath, > > You probably have a wrong config setting. Please check the value of > 'network_api_class' in your nova.conf and confirm that the module with the > specified class exists.

Re: [Openstack] [Nova] Unable to start nova-api

2013-02-05 Thread Unmesh Gurjar
Trinath, You probably have a wrong config setting. Please check the value of 'network_api_class' in your nova.conf and confirm that the module with the specified class exists. The default value of this parameter is "nova.network.api.API", so you should expect class 'API' in nova/network/api.py of