=== icey_ is now known as icey === shann_ is now known as shann [12:17] stickupkid, achilleasa_: https://github.com/juju/juju/pull/12679 [16:06] manadart, achilleasa_ 2.9 into develop https://github.com/juju/juju/pull/12701 === BlackDex_ is now known as BlackDex [16:39] Hi [16:39] Can somebody explain me why this work : [16:39] juju add-machine --constraints "tags=virtual" --model admin/test [16:39] and not this : [16:40] juju add-machine --constraints "tags=virtual zones=MRS-HB5" --model admin/test [16:40] by "working", I mean spinning a new VM on a KVM host managed by MaaS [16:41] "MRS-HB5" is an existing AZ and from the MaaS UI, I czan compose VMs in it with my KVM host [16:41] but if I want to dynamically generate VMs with juju, some parameters work but not all [16:42] especially, it seem to never work when I'm using the "zones=XXX" parameters which is annoying because I can't control in which AZ to put my VM [16:43] it seems to always take the default AZ configured for the KVM host [16:44] worst than that, if you specify the AZ, juju can't spin the VM, it just fails and don't fallback to the default AZ