Search code examples
apache-cloudstack

Adding a Host on CloudStack development environment


I set a CloudStack development environment on Ubuntu 12.04 according to [this]

It works well, but I can't add a host through the management server UI. I tested on released binary one, It could add the hosts. (Hypervisor: KVM)

I confirmed the log on terminal while the management server is running, It just said "unable to add host".

How can solve this problem?


Solution

  • I solved myself!

    That's because of version. My CloudStack management server source version from GitHub was 4.2.0. But agent version was 4.1.0. So I changed source version 4.1.0. And, It was working well.