Installing the Rackspace Nova Client on CentOS 7

Installing the Rackspace Nova client should just be as simple as installing the below packages.

$ sudo yum install python-setuptools
$ sudo easy_install pip
$ sudo pip install rackspace-novaclient

However, you will first need to make sure you have the development tools or the installation will fail with messages about not being able to find the GCC compiler.

sudo yum group install "Development Tools"

Be the first to comment

Leave a Reply