fix: Fix baremetal set boot device

Fix baremetal set boot device

Change-Id: I2dec622e6d80016d5884c2b9234ec9681c2e6734
This commit is contained in:
Jingwei.Zhang 2021-12-01 14:20:50 +08:00
parent bfa613bd34
commit 34976a77b0

View File

@ -120,7 +120,7 @@ export class IronicStore extends Base {
@action
setBootDevice(id, body) {
return this.submitting(this.client.upateManagementBootDevice(id, body));
return this.submitting(this.client.updateManagementBootDevice(id, body));
}
@action