Add fedora-coreos distro
Fedora-coreos driver has been added in train. So make its image can be chosen in the UI. Make distros listed in order. Closes-Bug: #1855691 Change-Id: Ic436022b36470870f1ba6903515cee5b2bb1725f
This commit is contained in:
parent
2d2ea7422a
commit
7853f0a4f2
@ -60,7 +60,7 @@
|
|||||||
* @description A list available image distros for magnum
|
* @description A list available image distros for magnum
|
||||||
*/
|
*/
|
||||||
function distros() {
|
function distros() {
|
||||||
return ["fedora-atomic", "coreos", "ubuntu"];
|
return ["coreos", "fedora-atomic", "fedora-coreos", "ubuntu"];
|
||||||
}
|
}
|
||||||
|
|
||||||
run.$inject = [
|
run.$inject = [
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Add fedora-coreos image support. User can choose an image with property
|
||||||
|
'os_distro=fedora-coreos' on horizon UI when creating a k8s cluster template.
|
Loading…
Reference in New Issue
Block a user