From ee41dc64da237262313cbda09d5f18fbfb9a26d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Beims=20Br=C3=A4scher?= Date: Sun, 23 Aug 2020 13:17:33 -0300 Subject: [PATCH] Add Redfish driver on out-of-band (#607) CloudStack PR: https://github.com/apache/cloudstack/pull/4175 Signed-off-by: Rohit Yadav --- ui/src/config/section/infra/hosts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/config/section/infra/hosts.js b/ui/src/config/section/infra/hosts.js index 06e690baa44..39b2d3a1668 100644 --- a/ui/src/config/section/infra/hosts.js +++ b/ui/src/config/section/infra/hosts.js @@ -137,7 +137,7 @@ export default { value: (record) => { return record.id } }, driver: { - options: ['ipmitool', 'nestedcloudstack'] + options: ['ipmitool', 'nestedcloudstack', 'redfish'] } } },