OpenDev Sysadmins 13f264e6ac OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:49:46 +00:00
2015-09-22 11:03:46 +10:00
2016-08-11 09:30:37 -05:00
2015-09-22 11:03:46 +10:00
2015-09-22 11:03:46 +10:00
2019-04-19 19:49:46 +00: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 11:03:46 +10:00
2016-06-06 14:23:58 +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%