diff --git a/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.module.js b/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.module.js index a0ab4354..24625964 100644 --- a/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.module.js +++ b/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.module.js @@ -60,7 +60,7 @@ * @description A list available image distros for magnum */ function distros() { - return ["fedora-atomic", "coreos", "ubuntu"]; + return ["coreos", "fedora-atomic", "fedora-coreos", "ubuntu"]; } run.$inject = [ diff --git a/releasenotes/notes/add-fedora-coreos-7882a33d801371fe.yaml b/releasenotes/notes/add-fedora-coreos-7882a33d801371fe.yaml new file mode 100644 index 00000000..48a9ad21 --- /dev/null +++ b/releasenotes/notes/add-fedora-coreos-7882a33d801371fe.yaml @@ -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.