diff --git a/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/workflow.service.js b/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/workflow.service.js index 29727322..e23763ee 100644 --- a/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/workflow.service.js +++ b/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/workflow.service.js @@ -350,7 +350,8 @@ type: 'select', titleMap: [ {value: "devicemapper", name: gettext("Device Mapper")}, - {value: "overlay", name: gettext("Overlay")} + {value: "overlay", name: gettext("Overlay")}, + {value: "overlay2", name: gettext("Overlay2")} ] } ]