Re: [Openstack] S3 API with Swift

2016-08-20 Thread John van Ommen
I managed to get half of it working. There's an emulation layer between EC2 and Keystone, and an emulation layer between S3 and Swift. The first half is working for me now. The 'trick' was realizing that the Helion distribution deploys the various OpenStack services in a Python virtual environment

Re: [Openstack] S3 API with Swift

2016-08-19 Thread Mark Kirkwood
Hi John, Probably the first thing to do is get a reasonable error display. The service init scripts sometime throw away the output so try starting the proxy with the command: $ sudo /usr/bin/swift-init proxy-server start (or whatever variant your platform uses - see your system's service ini

[Openstack] S3 API with Swift

2016-08-19 Thread John van Ommen
Has anyone been able to successfully integrate the S3 api with Swift? I'm working on this in my lab, and finding a number of issues: 1) I've found that when I enable the S3 API, my swift proxy doesn't bind to it's port. I'm guessing that it's failing to start for some reason, but the logs don't s