Merge "fix: Fix baremetal set boot device"
This commit is contained in:
commit
8561fe797d
@ -120,7 +120,7 @@ export class IronicStore extends Base {
|
|||||||
|
|
||||||
@action
|
@action
|
||||||
setBootDevice(id, body) {
|
setBootDevice(id, body) {
|
||||||
return this.submitting(this.client.upateManagementBootDevice(id, body));
|
return this.submitting(this.client.updateManagementBootDevice(id, body));
|
||||||
}
|
}
|
||||||
|
|
||||||
@action
|
@action
|
||||||
|
Loading…
Reference in New Issue
Block a user