Comment 4 for bug 1563067

Revision history for this message
Kevin W Monroe (kwmonroe) wrote :

Easy money Cheryl! This worked (after destroying my old controller):

$ juju bootstrap --upload-tools --debug --config http-proxy=$http_proxy --config https-proxy=$https_proxy --config no-proxy=$no_proxy admin-lxd lxd

$ juju get-model-config | grep proxy # <- looks good

$ juju deploy trusty/ubuntu
Added charm "cs:trusty/ubuntu-7" to the model.
Deploying charm "cs:trusty/ubuntu-7" with the charm series "trusty".

Thanks for the tip that setting proxy info post-bootstrap was problematic.