Swapnil, >From the n-api logs available on the bug, it looks like the EC2 port (default 8773) is being used by some other service. You can check this using 'netstat -pan |grep 8773'. You can either configure the EC2 port (by specifying 'ec2_listen_port' in nova.conf) or configure the other service to use a different port.
Hope it helps. ~Unmesh G. On Wed, Feb 13, 2013 at 4:06 PM, swapnil khanapurkar < [email protected]> wrote: > Hi All, > > I posted below bug on launchpad, but i didn't get any response from > the team, may be its not that active as openstack mailing list. > > I am facing an issue detailed here [ > https://bugs.launchpad.net/devstack/+bug/1122764 ]. > > > Thanks > Swapnil > > _______________________________________________ > Mailing list: https://launchpad.net/~openstack > Post to : [email protected] > Unsubscribe : https://launchpad.net/~openstack > More help : https://help.launchpad.net/ListHelp > -- Thanks & Regards, Unmesh G.
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

