osh is a script to automate the tasks involved in managing OpenStack instances.
Instead of having to remember a bunch of flags, it'll prompt you for the values one at a time and run the result.
-
Install the OpenStack command-line clients. For osh, you'll need nova and neutron.
-
Clone this repo and move the osh file somewhere your
$PATH
environment variable will see it, like /usr/local, if you've set it up. -
Authenticate beforehand. This script assumes you're already signed in.
osh <task name>
.