Giter Club home page Giter Club logo

Comments (1)

mgogoulos avatar mgogoulos commented on May 23, 2024

Hi Steve,

this error indicates that you try to add a KVM cloud, but provide an invalid username/ssh key combination. Please make sure the combination is valid.

If you specify a valid user/key, but the user has no rights to the libvirt daemon running you are going to receive a different error this time: "Make sure libvirt is running and user X is authorised to connect". Usually the user needs to be root or priviledged user in order to connect to libvirt

If you are running a local installation of mist.io, you can perform some debugging by running cloudpy:

user@user:~/Desktop/mist.io$ ./bin/cloudpy 
Python 2.7.4 (default, Sep 26 2013, 03:20:26) 
In [1]: from libcloud.compute.providers import get_driver; driver = get_driver('libvirt')
In [2]: c = driver('kvm-host', 'root', 'path_to_ssh_key')

if you provide the correct credentials (user/ssh key) for a user on kvm-host that can communicate with libvirt, then this will not raise any exceptions. Provide the same credentials on mist.io's add cloud menu

Cheers,
Markos

from mist-ce.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.