OpenStackClient (aka OSC) is a command-line client for OpenStack that brings the command set for Compute, Identity, Image, Network, Object Store and Block Storage APIs together in a single shell with a uniform command structure.
OpenStackClient (aka OSC) is a command-line client for OpenStack that brings the command set for Compute, Identity, Image, Network, Object Store and Block Storage APIs together in a single shell with a uniform command structure.
To install py310-openstackclient, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-openstackclient
To see what files were installed by py310-openstackclient, run:
port contents py310-openstackclient
To later upgrade py310-openstackclient, run:
sudo port selfupdate && sudo port upgrade py310-openstackclient
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.