No way to set allocate-public-ip=true globally on OpenStack substrates
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Previously Juju had a model config option as use-floating-
We can set the constraint with set-model-
[previous behavior]
juju model-defaults openstack/regionOne \
network=
use-
juju add-model my-new-model1
juju add-model my-new-model2
[current behavior]
juju model-defaults openstack/regionOne \
network=
juju add-model my-new-model1
juju set-model-
juju add-model my-new-model2
juju set-model-
Changed in juju: | |
milestone: | 3.0.0 → 3.0.1 |
Changed in juju: | |
milestone: | 3.0.1 → 3.0.2 |
Changed in juju: | |
milestone: | 3.0.2 → 3.0.3 |
Changed in juju: | |
status: | Expired → New |
Changed in juju: | |
importance: | High → Wishlist |
status: | New → Triaged |
tags: | added: config constraints openstack-provider |
We are looking to model constraints as yet-another config item, so that you can have 'model-defaults' apply to create global default constraints as well. (Also solve issues like preferred architecture and other cleanups.)