Hello, I've tried to make Juju-core to work with RackSpace and it's not but here's the details of my quest:
First, getting the list of the Flavors give back a 203 HTTP status (Non-Authoritative Information) instead of the expected 200. There is no SecurityGroup in RackSpace. The catalog returned with the token by Keystone had: * a different tenantid for object-store and compute * The compute service twice (v1.0, v2) The retry-after header is a complete date/time string instead of the expected float. In RackSpace's Ubuntu images cloud-init is not installed by default so you have to create a custom image and bootrap with it. For that you need to create public container (cdn) with the metadata. I discovered that the userdata field doesn't exist in the API but there is a field named "personality" that is doing more or less the same thing. So I've put the user-data in the personnality field but now I'm getting a 413 error (Request Entity Too Large). That's it for now. Patrick
-- Juju mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju
