nova

The OpenStack project that provides a way to provision compute instances. More information: <https://docs.openstack.org/nova/latest/>.

Debian Debian
RUN apt-get update && \ apt-get install -y python-novaclient
Ubuntu
RUN apt-get update && \ apt-get install -y python-novaclient
Arch Arch Linux
RUN pacman -S --noconfirm python-novaclient
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y python-novaclient
Fedora
RUN dnf install -y python-novaclient
Raspbian
RUN apt-get update && \ apt-get install -y python-novaclient
click the source code to copy install nova on any operating system with command-not-found.com