Didn't realize that its the nova-api which provides ec2 compatibility layer. Solved.<br><br clear="all">--<br>Shashank Sahni<br><br>
<br><br><div class="gmail_quote">On Fri, Nov 23, 2012 at 4:45 PM, Shashank Sahni <span dir="ltr"><<a href="mailto:shredder12@gmail.com" target="_blank">shredder12@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi everyone,<br><br>I've successfully installed keystone(folsom release), glance and swift. I'm able to create the ec2 credentials for any user, but keystone daemon isn't listening on port 8773.<br><br>I've configured services and endpoints appropriately to point to url <a href="http://keystone_ip:8773/services/Cloud" target="_blank">http://keystone_ip:8773/services/Cloud</a>, but there doesn't seem to be any service listening on port 8773(netstat returns only port 5000 as up). Please find 'ec2' specific configuration in my keystone.conf file below.<br>
<br>[ec2]<br>driver = keystone.contrib.ec2.backends.sql.Ec2<br>[filter:ec2_extension]<br>paste.filter_factory = keystone.contrib.ec2:Ec2Extension.factory<br>[pipeline:public_api]<br>pipeline = stats_monitoring url_normalize token_auth admin_token_auth xml_body json_body debug ec2_extension user_crud_extension public_service<br>
[pipeline:admin_api]<br>pipeline = stats_monitoring url_normalize token_auth admin_token_auth xml_body json_body debug stats_reporting ec2_extension s3_extension crud_extension admin_service<br><br>Any suggestions?<br><br>
--<br>Shashank Sahni<br><br>
</blockquote></div><br>