Jamie Lennox 7d559eacb6 Use os-client-config instead of keystoneauth directly
Support OS_CLOUD and all those options via os-client-config instead of
using keystoneauth's loading directly.
2016-04-11 16:01:01 +10:00
2015-09-22 11:03:46 +10:00
2015-09-22 11:03:46 +10:00
2015-09-22 11:03:46 +10:00
2015-09-22 11:03:46 +10:00
2015-09-22 11:03:46 +10:00
2015-09-22 11:03:46 +10:00
2015-09-22 11:03:46 +10:00
2015-09-22 11:03:46 +10:00
2015-09-22 11:03:46 +10:00
2015-09-22 11:03:46 +10:00
2015-09-22 11:03:46 +10:00
2015-09-22 12:35:19 +10:00
2015-09-22 12:35:19 +10:00
2015-09-22 11:03:46 +10:00
2015-09-22 11:03:46 +10:00

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
Description
Simple HTTP CLI for OpenStack services
Readme 85 KiB
Languages
Python 98.9%
reStructuredText 1.1%