I would like to test juju charms on trystack.org, however I have not found any docu, how to configure juju for the openstack API?
Asked
Active
Viewed 3,288 times
1 Answers
9
First off you need juju and charm-tools, ensure you have the latest stable juju:
sudo apt install juju-core
Then you need to provide your OpenStack credentials files to Juju, assuming it's named credentials.yaml
:
juju add-cloud <cloud name> <cloud definition file>
References:

Jorge Castro
- 71,754
-
Thanks Jorge.. but I have not found a way to configure environments.yaml work with trystack.org yet – txwikinger Jul 29 '12 at 15:46
-
@txwikinger Trystack doesn't expose any Storage, only compute. You need both Swift and Compute to use Juju. – Marco Ceppi Jul 31 '12 at 20:07