A library to handle official service types for OpenStack and their historical aliases.
Go to file
OpenStack Proposal Bot b6f014da2a Updated from OpenStack Service Type Authority
Bot triggered by service-types-authority change [1].

Unit tests updated manually.

[1] I64b579180542342afe71f05afe175d14e10a539d

Change-Id: I589f556f7321f7153a8c9b19f276220e2ef89160
2018-11-27 09:29:22 -06:00
doc/source Implement fetching and accessor methods 2017-07-19 13:18:14 +09:00
os_service_types Updated from OpenStack Service Type Authority 2018-11-27 09:29:22 -06:00
releasenotes Add missing release notes 2018-08-07 07:57:15 -05: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 Added .gitreview 2017-07-07 09:49:43 +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 add python 3.6 unit test job 2018-08-21 16:23:55 +00:00
CONTRIBUTING.rst Add cookiecutter boilerplate 2017-07-14 13:43:28 -04: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 Add release note link in README 2018-06-27 16:39:58 +00:00
requirements.txt Add cookiecutter boilerplate 2017-07-14 13:43:28 -04:00
setup.cfg Removed older version of python added 3.5 2018-09-29 17:45:43 +08:00
setup.py Add cookiecutter boilerplate 2017-07-14 13:43:28 -04:00
test-requirements.txt Add unittest for os_service_types.data module. 2018-09-06 07:02:38 +00:00
tox.ini Don't quote {posargs} in tox.ini 2018-10-09 13:31:16 +00: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.