Client for OpenStack Blazar
Go to file
Sairam Vengala c3e0388543 Use generic testing template
Change If402f9ae0ca06fec0 replaced cycle-specific testing templates
that had to be changed in each project's zuul config file with a
generic template that only needs to be updated in one place, namely,
in the openstack-zuul-jobs repo.

Apparently python-blazarclient didn't get the memo, so we fix that now.

Change-Id: I8a3ea54a4fb89564f446d2d0882c5822719e10f9
2023-09-27 11:27:16 +05:30
blazarclient Add Resource Allocations API support 2023-02-17 09:50:42 +01:00
doc Switch to newer openstackdocstheme and reno versions 2020-05-22 17:16:38 +00:00
releasenotes Update master for stable/2023.2 2023-09-08 14:43:41 +00:00
.gitignore Migrate from testr to stestr 2021-07-01 16:12:14 +05:30
.gitreview OpenDev Migration Patch 2019-04-19 19:45:16 +00:00
.stestr.conf Migrate from testr to stestr 2021-07-01 16:12:14 +05:30
.zuul.yaml Use generic testing template 2023-09-27 11:27:16 +05:30
HACKING.rst Fix URL to the hacking documentation 2018-02-20 13:58:05 +00:00
LICENSE Add LICENSE and MANIFEST.in files 2014-02-04 23:13:37 +04:00
MANIFEST.in Add LICENSE and MANIFEST.in files 2014-02-04 23:13:37 +04:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-23 06:16:44 +00:00
requirements.txt Remove Babel from requirements 2022-08-02 15:42:59 +00:00
setup.cfg Add Resource Allocations API support 2023-02-17 09:50:42 +01:00
setup.py Cleanup py27 support 2020-04-04 16:34:45 +02:00
test-requirements.txt Migrate from testr to stestr 2021-07-01 16:12:14 +05:30
tox.ini Drop lower-constraints.txt and its testing 2022-04-30 15:33:24 -05:00

Team and repository tags

image

Blazar client

This is a client for the OpenStack Blazar API. It provides a Python API (the blazarclient module) and a command-line script (blazar).

Other Resources