Client for OpenStack Blazar
Go to file
Mark Powers f2277b5f7a Add openstackclient support
This adds support for the recommended CLI using the OpenStackClient,
without modifying the existing Blazar shell CLI.

The existing shell command classes are used, by introducing a check in
the base comand class to use either the client passed by Blazar shell,
or the client using the osc_lib client_manager.

The argument --physical-reservation is also removed for the create lease
command when using the OpenStack client.

Implements: blueprint openstackclient-support
Change-Id: I97a7b91f0d05efc887307ac167e5c368276d4f81
2021-08-05 10:24:28 -05:00
blazarclient Add openstackclient support 2021-08-05 10:24:28 -05:00
doc Switch to newer openstackdocstheme and reno versions 2020-05-22 17:16:38 +00:00
releasenotes Add openstackclient support 2021-08-05 10:24:28 -05:00
.gitignore Add test framework for climateclient 2014-02-24 09:06:03 +04:00
.gitreview OpenDev Migration Patch 2019-04-19 19:45:16 +00:00
.testr.conf Add test framework for climateclient 2014-02-24 09:06:03 +04:00
.zuul.yaml Add Python3 xena unit tests 2021-03-18 10:21:58 +00:00
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
lower-constraints.txt Add openstackclient support 2021-08-05 10:24:28 -05:00
requirements.txt Add openstackclient support 2021-08-05 10:24:28 -05:00
setup.cfg Add openstackclient support 2021-08-05 10:24:28 -05:00
setup.py Cleanup py27 support 2020-04-04 16:34:45 +02:00
test-requirements.txt Use unittest.mock instead of third party mock 2021-02-23 14:20:15 +00:00
tox.ini Bump hacking max version to 3.0.1 and fix pep8 2021-01-03 11:52:53 +00:00

README.rst

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