os-http/README.rst
Jamie Lennox 46e2556f8f Quick and dirty first version
Provide basic option handling, assume everything is JSON and just pprint
the response.
2015-09-22 12:35:19 +10:00

908 B

os-http

Simple HTTP CLI for OpenStack

A common problem I have in development is needing to make a request against an authenticated request against an OpenStack API "correctly" (using the catalog, real authentication, version discovery etc).

os-http is a httpie inspired wrapper around basic keystoneauth functionality that can make and display the response to HTTP requests against openstack services.

Usage

source accrc  # load your cloud authentication
os-http --os-service-type image \
        --os-api-version 2      \
        --os-interface public   \
        --os-region RegionTwo   \
        get /images