A library to handle official service types for OpenStack and their historical aliases.
Go to file
Takashi Kajinami ebb7f97c05 Bump hacking to 3.0.1
This bumps hacking to 3.0.1 to resolve the following conflict causing
failure during installation.

ERROR: Cannot install hacking and pyflakes>=2.1.1 because these package
versions have conflicting dependencies.

The conflict is caused by:
    The user requested pyflakes>=2.1.1
    flake8 2.6.2 depends on pyflakes!=1.2.0, !=1.2.1, !=1.2.2, <1.3 and
    >=0.8.1
    The user requested pyflakes>=2.1.1
    flake8 2.6.1 depends on pyflakes!=1.2.0, !=1.2.1, !=1.2.2, <1.3 and
    >=0.8.1
    The user requested pyflakes>=2.1.1
    flake8 2.6.0 depends on pyflakes!=1.2.0, !=1.2.1, !=1.2.2, <1.3 and
    >=0.8.1

Change-Id: Ie378f9bcbe6096b362cec81ab00c04e952667ea8
2022-02-06 02:42:45 +09:00
doc/source Switch to newer openstackdocstheme and reno versions 2020-05-31 20:38:29 +02:00
os_service_types Updated from OpenStack Service Type Authority 2019-07-23 14:20:39 +00:00
releasenotes Switch to newer openstackdocstheme and reno versions 2020-05-31 20:38:29 +02:00
.coveragerc Add cookiecutter boilerplate 2017-07-14 13:43:28 -04:00
.gitignore Switch to stestr 2018-07-24 09:18:54 -05:00
.gitreview OpenDev Migration Patch 2019-04-19 19:34:28 +00:00
.mailmap Add cookiecutter boilerplate 2017-07-14 13:43:28 -04:00
.stestr.conf Switch to stestr 2018-07-24 09:18:54 -05:00
.zuul.yaml [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 20:34:32 +01:00
CONTRIBUTING.rst Sync Sphinx requirement 2019-06-20 00:29:50 +08:00
HACKING.rst Update the hacking to latst 2018-10-16 16:01:41 +00:00
LICENSE Add cookiecutter boilerplate 2017-07-14 13:43:28 -04:00
README.rst Update links for opendev 2019-04-21 13:02:57 +00:00
requirements.txt Add cookiecutter boilerplate 2017-07-14 13:43:28 -04:00
setup.cfg [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 20:34:32 +01:00
setup.py [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 20:34:32 +01:00
test-requirements.txt Bump hacking to 3.0.1 2022-02-06 02:42:45 +09:00
tox.ini bump py37 to py38 in tox.ini 2020-10-12 13:52:43 +08:00

README.rst

os-service-types

Python library for consuming OpenStack sevice-types-authority data

The OpenStack Service Types Authority contains information about official OpenStack services and their historical service-type aliases.

The data is in JSON and the latest data should always be used. This simple library exists to allow for easy consumption of the data, along with a built-in version of the data to use in case network access is for some reason not possible and local caching of the fetched data.