A library to handle official service types for OpenStack and their historical aliases.
Go to file
Vieri 0ae6b62074 import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: Ia3a6464c769d64409ef3c5e2e16da151c88bad03
Story: #2002586
Task: #24321
2018-08-21 16:23:47 +00:00
doc/source Implement fetching and accessor methods 2017-07-19 13:18:14 +09:00
os_service_types Fix service_type normalization 2018-08-06 10:52:53 -05: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 import zuul job settings from project-config 2018-08-21 16:23:47 +00: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 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 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 Switch to stestr 2018-07-24 09:18:54 -05:00
tox.ini Switch to stestr 2018-07-24 09:18:54 -05: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.