diff --git a/otc_metadata/data/repositories/gloss.yaml b/otc_metadata/data/repositories/gloss.yaml index ee3e0d4..4a91476 100644 --- a/otc_metadata/data/repositories/gloss.yaml +++ b/otc_metadata/data/repositories/gloss.yaml @@ -5,9 +5,9 @@ repositories: repo: opentelekomcloud-docs/glossary type: github cloud_environments: - - + - eu_de - environment: internal repo: docs/glossary type: gitea cloud_environments: - - + - eu_de diff --git a/test.py b/test.py new file mode 100644 index 0000000..14d52d2 --- /dev/null +++ b/test.py @@ -0,0 +1,3 @@ +import otc_metadata + +print(otc_metadata.Services().services_by_category(category="application", environment="public", cloud_environment="swiss")) \ No newline at end of file