Merge "fix: Fix baremetal set boot device"
This commit is contained in:
commit
8561fe797d
@ -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