Comment 2 for bug 2049439

Revision history for this message
John A Meinel (jameinel) wrote :

So you should be able to supply space separated list of constraints, eg:

juju bootstrap --constraints "a=b c=d"

We can look to support multiple arguments so that:
juju bootstrap --constraints "a=b" --constraints "b=c"

also works, but you already *can* supply multiple constraints simultaneously.