[08:08] Hi there. Docs suggest juju constraints should be able to be offered by way of "allocate-floating-ip" to an openstack cloud; but then command suggests it's not available. Anyone able to confirm? (juju client: 2.8.10-focal-amd64) [08:08] *allocate-public-ip sorry. [15:18] xarlos, can you pastebin the command and its output? [15:19] juju deploy cs:bionic/percona-cluster --constraints "cores=4 mem=4096 allocate-public-ip=true" [15:20] ERROR unknown constraint "allocate-public-ip" === thebsdbo1 is now known as thebsdbox [15:33] yeah i don't think it should error out like that [15:40] aye. Seems pretty bleak :/ [15:45] xarlos: are you running 2.8? That constraint seems to have been added to the upcoming 2.9 (see https://github.com/juju/juju/blob/2.8/core/constraints/constraints.go#L36 vs https://github.com/juju/juju/blob/2.9/core/constraints/constraints.go#L37) [15:48] That would likely explain my issue :) [15:58] In my defence, it's in the juju.is/docs/constraints-reference :)