This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git
The following commit(s) were added to refs/heads/master by this push:
new 08c1158 Add Redfish driver on out-of-band (#607)
08c1158 is described below
commit 08c1158be9c7f3fe7a02262991788f5007d17562
Author: Gabriel Beims Bräscher <[email protected]>
AuthorDate: Sun Aug 23 13:17:33 2020 -0300
Add Redfish driver on out-of-band (#607)
CloudStack PR: https://github.com/apache/cloudstack/pull/4175
---
src/config/section/infra/hosts.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/config/section/infra/hosts.js
b/src/config/section/infra/hosts.js
index 06e690b..39b2d3a 100644
--- a/src/config/section/infra/hosts.js
+++ b/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']
}
}
},