PowerManagementError: No supported driver found for host

Bug #1839718 reported by Lauritz Rasbach
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
os-faults
New
Undecided
Unassigned

Bug Description

Hello again,

after my previous post and the following update I have managed to get all service operations to work, so thanks a lot for that.

I still have trouble with the operations concerning nodes.

'Reboot' works just fine but with all other commands (poweroff, poweron, reset, shutdown) I get the error: No supported driver found for host.

Libvirt is running on all of my machines.

The libvirt connection URI is 'qemu+ssh://<email address hidden>/system?keyfile=.ssh/key' and I can connect using virsh.

Is there anything I get wrong or forgot to specify?

Thanks again,
Lauritz

Revision history for this message
Ilya Shakhat (shakhat) wrote :

I checked with libvirt installed by DevStack and the following configuration works for me. Hope this helps.

cloud_management:
  driver: universal
node_discover:
  driver: node_list
  args:
    - ip: 10.16.5.5
      fqdn: node
      libvirt_name: instance-00000023
      auth:
        username: user
        private_key_file: cloud_key
power_managements:
- driver: libvirt
  args:
    connection_uri: qemu+ssh://stack@192.168.5.213/system

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.