[Openstack] How to enable EC2 compatibility layer in Keystone

Vishvananda Ishaya vishvananda at gmail.com
Fri Nov 23 20:30:06 UTC 2012


It nova that listens on port 8773, not keystone. Keystone is just responsible for credentials.

Vish

On Nov 23, 2012, at 3:15 AM, Shashank Sahni <shredder12 at gmail.com> wrote:

> Hi everyone,
> 
> 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.
> 
> I've configured services and endpoints appropriately to point to url http://keystone_ip:8773/services/Cloud, 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.
> 
> [ec2]
> driver = keystone.contrib.ec2.backends.sql.Ec2
> [filter:ec2_extension]
> paste.filter_factory = keystone.contrib.ec2:Ec2Extension.factory
> [pipeline:public_api]
> pipeline = stats_monitoring url_normalize token_auth admin_token_auth xml_body json_body debug ec2_extension user_crud_extension public_service
> [pipeline:admin_api]
> 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
> 
> Any suggestions?
> 
> --
> Shashank Sahni
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack at lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20121123/4d2d6d94/attachment.html>


More information about the Openstack mailing list