Import os-http into openstack infrastructure

os-http is a CLI for making raw http requests against OpenStack services
for development purposes. It handles the standard authentication and
discovery process so that you can focus on the response.

Change-Id: I2767bdc395f686199fa6547dc9229b5c2b2711b1
This commit is contained in:
Jamie Lennox 2016-06-06 14:57:25 +10:00
parent 9a43bae43c
commit 239fc7f8f8
5 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,14 @@
[access "refs/heads/*"]
abandon = group os-http-core
label-Code-Review = -2..+2 group os-http-core
label-Workflow = -1..+1 group os-http-core
[access "refs/tags/*"]
pushSignedTag = group os-http-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -36,6 +36,9 @@
description: CloudFormation compatibile Heat client
- project: openstack-dev/openstack-nose
description: Nose plugin for OpenStack style test output
- project: openstack-dev/os-http
description: Simple HTTP CLI for OpenStack services
upstream: https://github.com/jamielennox/os-http.git
- project: openstack-dev/oslo-cookiecutter
description: Cookiecutter Template for new Oslo libraries
- project: openstack-dev/pbr

View File

@ -1656,6 +1656,7 @@ openstack-sdks:
- patchset-created
- change-merged
projects:
- openstack-dev/os-http
- openstack/api-wg
- openstack/cliff
- openstack/fairy-slipper

View File

@ -4823,6 +4823,14 @@
- python-jobs
- pypi-jobs
- project:
name: os-http
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- pypi-jobs
- project:
name: os-loganalyze
tarball-site: tarballs.openstack.org

View File

@ -3007,6 +3007,13 @@ projects:
- name: merge-check
- name: noop-jobs
- name: openstack-dev/os-http
template:
- name: merge-check
- name: python-jobs
- name: python3-jobs
- name: publish-to-pypi
- name: openstack-dev/oslo-cookiecutter
template:
- name: merge-check