This is a client for the OpenStack Nova API. There's a Python API (the novaclient module), and a command-line script (nova). Each implements 100% of the OpenStack Nova API.
This is a client for the OpenStack Nova API. There's a Python API (the novaclient module), and a command-line script (nova). Each implements 100% of the OpenStack Nova API.
To install py311-novaclient, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-novaclient
To see what files were installed by py311-novaclient, run:
port contents py311-novaclient
To later upgrade py311-novaclient, run:
sudo port selfupdate && sudo port upgrade py311-novaclient
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.