Using this devStack guide : Running a Cloud in a VM to test OpenStack.
What would be the steps to get the correct juju configuration from a fresh devStack setup?
EDIT : Found out the first configuration parameters but I still did not succeed in making juju boostrap
work, check my answer below.
Looking at this Ask Ubuntu Question :
You just need to explicitly set the right keys in environments.yaml, specifically ec2-uri, s3-uri, access-key, default-image-id and secret-key.
Your keystone bits should be producing the access key ID and secret key that will be used to populate those fields.
So does anyone knows how do you get keystone to provide you the access and secret key? And what would be the ec2-uri, s3-uri?
So it looks like it was quite easy to find theses from the dashboard interface :
http://my.private.cloud/settings/project/ will give you OpenStack API endpoints :
http://my.private.cloud/settings/ec2/ will enable you to download a zip file with all the information inside.
I'm currently stuck on :