Network spaces "":<network space> usage

Please correct me if I’m wrong, does
“”:
mean bind all not explicitly mentioned binding to this default and if yes how you can do it from a CLI if you play around with deployments, I’ve tried
juju deploy ceph-radosgw --bind ‘public=vlan70-ceph-access “”=oam-space’ --to lxd/0
but I’ve got error:
ERROR cannot add application “ceph-radosgw”: unknown endpoint “”"" not valid

Welcome @mirek186.

This is covered in the deploying to spaces documentation.

In your case, the default binding would be specified with:

 --bind ‘oam-space public=vlan70-ceph-access’