Sungju's Slow Life

Personal journal


How to install OpenStack on Fedora VM

OpenStack requires a system that has the virtualisation feature, but you might want to test it on the virtual guest before actually install it in bare metal system.

In that case, you can achieve it by enabling nested virtualisation feature in recent Linux distribution. You can find if your distro has that feature by checking it with the following command.

$ modinfo kvm_intel | grep nested

If it does show you the parameter, it means your system has the feature. Otherwise, you might need to try it with the new version of distro. In my case, Fedora 17 has the feature, but not in RHEL5 or RHEL6 yet.

If the feature is there, you just need to create a file that enables the feature. In my case, I just created a file /etc/modprobe.d/kvm_intel.conf with the below content.

options kvm_intel nested=1

After reboot, you can confirm it the feature is enabled or not by running the below.

$ cat /sys/module/kvm_intel/parameters/nested
Y


Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About Me

A software engineer who loves any technologies that makes life easier. That’s why I love Linux and Mac at the same time.

Newsletter

%d bloggers like this: