A library to handle official service types for OpenStack and their historical aliases.
Go to file
Zuul d36ec1dd6d Merge "Updated from global requirements" 2017-12-01 16:06:49 +00:00
doc/source Implement fetching and accessor methods 2017-07-19 13:18:14 +09:00
os_service_types Update api-refs 2017-09-13 20:26:24 +02:00
releasenotes Remove reference to stable/pike from releasenotes 2017-12-01 09:39:12 -06:00
.coveragerc Add cookiecutter boilerplate 2017-07-14 13:43:28 -04:00
.gitignore Add cookiecutter boilerplate 2017-07-14 13:43:28 -04:00
.gitreview Added .gitreview 2017-07-07 09:49:43 +00:00
.mailmap Add cookiecutter boilerplate 2017-07-14 13:43:28 -04:00
.testr.conf Add cookiecutter boilerplate 2017-07-14 13:43:28 -04:00
CONTRIBUTING.rst Add cookiecutter boilerplate 2017-07-14 13:43:28 -04:00
HACKING.rst Add cookiecutter boilerplate 2017-07-14 13:43:28 -04:00
LICENSE Add cookiecutter boilerplate 2017-07-14 13:43:28 -04:00
README.rst Add cookiecutter boilerplate 2017-07-14 13:43:28 -04:00
requirements.txt Add cookiecutter boilerplate 2017-07-14 13:43:28 -04:00
setup.cfg Add cookiecutter boilerplate 2017-07-14 13:43:28 -04:00
setup.py Add cookiecutter boilerplate 2017-07-14 13:43:28 -04:00
test-requirements.txt Updated from global requirements 2017-12-01 09:39:52 -06:00
tox.ini Avoid tox_install.sh for constraints support 2017-12-01 14:54:15 +01: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.