fix(xo-server/Xapi): createTemporaryVdiOnSr bad SR param (#3166)

This commit is contained in:
Pierre Donias 2018-07-10 15:05:51 +02:00 committed by Julien Fontanet
parent 16f8029e69
commit 80c1c81514
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -2302,7 +2302,7 @@ export default class Xapi extends XapiBase {
return this.createTemporaryVdiOnSr(
stream,
pbd.SR,
pbd.$SR,
name_label,
name_description
)