GNU/Linux xterm-256color bash 189 views

This adds DreamCloud support ahead of the next release of conjure-up

Define the OpenStack cloud

cat > dreamhost.yaml <<EOF                                                                                                                        
clouds:
    dreamcloud:
      type: openstack
      auth-types: [access-key, userpass]
      regions:
        RegionOne:
          endpoint: https://iad2.dream.io:5000/v2.0
EOF

Register it with Juju

juju add-cloud dreamcloud dreamhost.yaml

Download credentials from https://iad2.dreamcompute.com/project/access_and_security/ and source them

. ~/Downloads/dhc*-openrc.sh

Load those credentials into Juju

juju autoload-credentials

More recordings by marcoceppi