list-regions does not support a -c flag
Bug #1843455 reported by
Richard Harding
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
Medium
|
Anastasia |
Bug Description
This makes it hard to tell if the list of regions a controller knows about includes something or not. The work around is to try to add a model to a non-existent region and get the list the controller knows.
juju add-model testme google/noexist
ERROR region "noexist" not found (expected one of ["asia-east1" "europe-west1" "us-central1" "us-east1"])
Changed in juju: | |
assignee: | nobody → Anastasia (anastasia-macmood) |
Changed in juju: | |
status: | In Progress → Fix Committed |
Changed in juju: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
PR against develop (heading into 2.7): https:/ /github. com/juju/ juju/pull/ 10636