txwikinger Asked: 2012-05-06 18:55:14 +0800 CST2012-05-06 18:55:14 +0800 CST 2012-05-06 18:55:14 +0800 CST How can I configure Juju for deployment on OpenStack? 772 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? juju openstack 1 Answers Voted Best Answer Jorge Castro 2012-07-21T11:31:45+08:002012-07-21T11:31:45+08:00 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: Official Docs
First off you need juju and charm-tools, ensure you have the latest stable juju:
Then you need to provide your OpenStack credentials files to Juju, assuming it's named
credentials.yaml
:References: