Merge "Include HeartbeatMixin in the ramdisk deploy"
This commit is contained in:
commit
8518f36014
@ -37,7 +37,8 @@ class PXEBoot(pxe_base.PXEBaseMixin, base.BootInterface):
|
||||
capabilities = ['ramdisk_boot', 'pxe_boot']
|
||||
|
||||
|
||||
class PXERamdiskDeploy(agent_base.AgentBaseMixin, base.DeployInterface):
|
||||
class PXERamdiskDeploy(agent_base.AgentBaseMixin, agent_base.HeartbeatMixin,
|
||||
base.DeployInterface):
|
||||
|
||||
def get_properties(self, task):
|
||||
return {}
|
||||
|
5
releasenotes/notes/ramdisk-clean-2d3b033a401b911b.yaml
Normal file
5
releasenotes/notes/ramdisk-clean-2d3b033a401b911b.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes cleaning with the ``ramdisk`` deploy interface by reusing the same
|
||||
procedure as for the ``direct`` deploy interface.
|
Loading…
Reference in New Issue
Block a user