Host action - host power management
Hello,
I'm pretty new to Openstack and the cloud world in general so my question might be a little silly but I'm having a hard time finding out the requirements for host-action commands.
I'm using a basic Openstack installation done using the official installation guide with libvirt and QEMU.
Everything seems to be working just fine except for the host-action commands (via the compute API) which result in this error: {"notImplemented": {"message": "Virt driver does not implement host power management.", "code": 501}}
So my questions are pretty simple:
- What do I have to do to support the host power management commands ?
- Do these commands require the use of the bare-metal driver ?
Thanks !
Nobody has any idea how these commands work ?