A library to handle official service types for OpenStack and their historical aliases.
Go to file
Monty Taylor 8471b4098d
Sort json data
The patches from the proposal bot are large and unreadable because our
starting data is not sorted like the data that we're publishing now is.

Sort the current data by hand so that the proposal bot changes can
actually be read.

Change-Id: I6066d7f74b7abee87a63115941bdced1d44e39b7
2018-02-14 08:45:52 -06:00
doc/source Implement fetching and accessor methods 2017-07-19 13:18:14 +09:00
os_service_types Sort json data 2018-02-14 08:45:52 -06:00
releasenotes Add factory helper function which returns a singleton 2018-01-12 11:20:50 -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 2018-01-24 01:23:22 +00:00
tox.ini Remove -U from pip install 2017-12-02 19:30:07 +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.