fix: Fix baremetal set boot device
Fix baremetal set boot device Change-Id: I2dec622e6d80016d5884c2b9234ec9681c2e6734
This commit is contained in:
parent
bfa613bd34
commit
34976a77b0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user