Ubuntu – How to configure Juju for deployment on HP Cloud?

hp-cloudjujuopenstack

HP Cloud has a new cloud service out based on Open Stack. How can I configure my environments.yaml to connect to the new service?

Best Answer

If you have juju-quickstart installed, you can do juju quickstart -i; this will give you a form to fill out for your cloud provider.

Here are the full instructions:

Official docs:

Related Question