Comment 5 for bug 1233713

Revision history for this message
Raphaƫl Badin (rvb) wrote :

@Gavin: I completely agree with the design you're talking about but I think you're missing the point of what *this* bug is about.

Let me explain: we still need the list of all the possible series to:
- use that list in the tests (to pick up a random series).
- have a correspondence between the codenames and the long, human-friendly names that we use in the UI and the API.

Now, I agree that the list of the possible series a node can use to boot should be derived from what the cluster to which that node is related has reported. But that's a different bug. The human-friendly list will be computed like this: take the series the node can really use (as reported by the cluster) and use DISTRO_SERIES_CHOICES to compute the human-friendly list of the full names.