Merge "fix: Fix baremetal set boot device"

This commit is contained in:
Zuul 2021-12-01 10:45:34 +00:00 committed by Gerrit Code Review
commit 8561fe797d

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