A library to handle official service types for OpenStack and their historical aliases.
Go to file
Monty Taylor f130e94dbe
Sync from latest service-types-authority
The sync job isn't working, so let's do one by hand. This includes the
senlin change to clustering.

Before we sync again, let's also get ost to use OrderedDict so that the
json emitted is consistent from change to change and we can validate
these easier.

Change-Id: Iee84f555a65170ac9969486c89a25bfb33595c52
2017-08-17 09:26:10 -05:00
doc/source Implement fetching and accessor methods 2017-07-19 13:18:14 +09:00
os_service_types Sync from latest service-types-authority 2017-08-17 09:26:10 -05:00
releasenotes Update reno for stable/pike 2017-07-28 21:04:10 +00:00
tools Use tox_install.sh to install dependencies 2017-07-28 14:01:21 +02: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-07-28 13:23:25 +00:00
tox.ini Use tox_install.sh to install dependencies 2017-07-28 14:01:21 +02: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.