fix(xo-server/Xapi): createTemporaryVdiOnSr bad SR param (#3166)
This commit is contained in:
parent
16f8029e69
commit
80c1c81514
@ -18,6 +18,7 @@
|
||||
- Remote creation: correctly reset form [#3140](https://github.com/vatesfr/xen-orchestra/issues/3140) (PR [3141](https://github.com/vatesfr/xen-orchestra/pull/3141))
|
||||
- Make cloud config templates available for all users [3147](https://github.com/vatesfr/xen-orchestra/issues/3147) (PR [3148](https://github.com/vatesfr/xen-orchestra/pull/3148))
|
||||
- [New VM] Only create the cloud config drive when its option is enabled [3161](https://github.com/vatesfr/xen-orchestra/issues/3161) (PR [3162](https://github.com/vatesfr/xen-orchestra/pull/3162))
|
||||
- Fix error when installing patches from the host or without a default SR (PR [3166](https://github.com/vatesfr/xen-orchestra/pull/3166))
|
||||
|
||||
### Released packages
|
||||
|
||||
|
@ -2302,7 +2302,7 @@ export default class Xapi extends XapiBase {
|
||||
|
||||
return this.createTemporaryVdiOnSr(
|
||||
stream,
|
||||
pbd.SR,
|
||||
pbd.$SR,
|
||||
name_label,
|
||||
name_description
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user