How juju work with openstack using keystone?
Adam Gandelman
adamg at canonical.com
Fri Jan 27 18:41:20 UTC 2012
On 12/02/2011 07:09 PM, yu wang wrote:
>
> Is there any doc about How juju work with openstack using keystone?
> The parameters in environment.yaml confused me.
> Thanks very much!
>
>
>
Hi-
This is long over due, but Juju with Openstack+Keystone is pretty
straight forward.
Instead of obtaining your EC2 credentials from 'nova-manage project
zipfile', you create EC2 credentials per tenant on the keystone server:
keystone-manage credentials add some_tenant EC2 myec2accesskey
supersecretkey
And then use these in your Juju environments.yaml:
juju: environments
openstack:
type: ec2
control-bucket: openstack-bucket
admin-secret: fooooooo
access-key: myec2accesskey
secret-key: supersecretkey
ec2-uri: http://nova.api.server:8773/services/Cloud
s3-uri: http://nova.api.server:3333
ec2-key-name: keypairname
default-image-id: ami-00000004
default-series: precise
Adam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/juju/attachments/20120127/2b5ca448/attachment.html>
More information about the Juju
mailing list