summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-anaconda-deploy-interface-bfa2cfca22b04680.yaml
blob: 70e2823e66727c7a5ab588130442e51911725f00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
fixes:
  - |
    Fixes a bug in the anaconda deploy interface where the ``ks_options``
    key was not found when rendering the default kickstart template.
  - |
    Fixes an issue where PXEAnacondaDeploy interface's deploy() method did not
    return states.DEPLOYWAIT so the instance went straight to ``active`` instead
    of ``wait call-back``.
  - |
    Fixes an issue where the anaconda deploy interface mistakenly expected
    ``squashfs_id`` instead of ``stage2_id``  property on the image.
  - |
    Fixes the heartbeat mechanism in the default kickstart template
    ks.cfg.template as the heartbeat API only accepts ``POST`` and expects a
    mandatory ``callback_url`` parameter.
  - |
    Fixes handling of tarball images in anaconda deploy interface. Allows user
    specified file extensions to be appended to the disk image symlink. Users
    can now set the file extensions by setting the ``disk_file_extension``
    property on the OS image. This enables users to deploy tarballs with
    anaconda deploy interface.
  - |
    Fixes an issue where automated cleaning was not supported when anaconda
    deploy interface is used.