"juju metadata generate-image" does not validate architectures
Bug #1567747 reported by
Andrew Wilkins
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
Low
|
Unassigned | ||
juju-core |
Won't Fix
|
Undecided
|
Unassigned | ||
1.25 |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
Helping a user set up their private OpenStack, I directed him to the "juju metadata generate-image" command. He ran that, but passed "x86_64" for the architecture: http://
Naturally we won't find any images, because we look for "amd64". The command should have failed with a helpful message.
tags: | added: observability ui |
tags: | added: simplestreams |
affects: | juju-core → juju |
Changed in juju: | |
milestone: | 2.0.1 → none |
milestone: | none → 2.0.1 |
Changed in juju-core: | |
status: | New → Won't Fix |
Changed in juju: | |
milestone: | 2.0.1 → none |
To post a comment you must log in.
Yes, supported architectures needs to be adjusted to also pull architectures from metadata in state.
There was a plan to get metadata from both public sources and from state and return union of both set eliminating duplicates.