6 Commits

12 changed files with 42 additions and 131 deletions

View File

@ -1,13 +0,0 @@
---
hc_location: api/rabbitmq
html_location: docs/dms_rabbitmq/api-ref
link: /distributed-message-service-rabbitmq/api-ref/
rst_location: api-ref/source
service_type: dms_rabbitmq
title: API Reference
type: api-ref
cloud_environments:
- name: eu_de
visibility: internal
pdf_visibility: public
pdf_enabled: true

View File

@ -1,13 +0,0 @@
---
hc_location: usermanual/rabbitmq
html_location: docs/dms_rabbitmq/umn
link: /distributed-message-service-rabbitmq/umn/
rst_location: umn/source
service_type: dms_rabbitmq
title: User Guide
type: umn
cloud_environments:
- name: eu_de
visibility: internal
pdf_visibility: public
pdf_enabled: true

View File

@ -1,11 +0,0 @@
---
link: /enterprise-dashboard/sustainability/
rst_location: doc/sustainability/source
service_type: ed
title: Sustainability
type: sustainability
cloud_environments:
- name: eu_de
visibility: public
pdf_visibility: public
pdf_enabled: true

View File

@ -1,13 +0,0 @@
---
hc_location: utiltg/obs
html_location: docs/obs/tool-obsutil
link: /object-storage-service/tool-guide-obsutil/
rst_location: doc/tool-obsutil/source
service_type: obs
title: Tool Guide (obsutil)
type: tool-guide-obsutil
cloud_environments:
- name: eu_de
visibility: public
pdf_visibility: public
pdf_enabled: true

View File

@ -1,13 +1,13 @@
---
hc_location: sdk/c-devg-obs
html_location: docs/obs_3rd_party/c_sdk
link: /object-storage-service-3rd-party/c-sdk/
rst_location: doc/c-sdk/source
service_type: obs_3rd_party
title: C SDK
type: c-sdk
cloud_environments:
- name: eu_de
visibility: public
pdf_visibility: public
pdf_enabled: false
---
hc_location: sdk/c-devg-obs
html_location: docs/obs_3rd_party/c_sdk
link: /object-storage-service-3rd-party/c-sdk/
rst_location: doc/c-sdk/source
service_type: obs_3rd_party
title: C SDK
type: c-sdk
cloud_environments:
- name: eu_de
visibility: public
pdf_visibility: public
pdf_enabled: false

View File

@ -1,13 +0,0 @@
---
hc_location: sdk/dotnet-devg-obs
html_location: docs/obs_3rd_party/dotnet_sdk
link: /object-storage-service-3rd-party/dotnet-sdk/
rst_location: doc/dotnet-sdk/source
service_type: obs_3rd_party
title: .NET SDK
type: dotnet-sdk
cloud_environments:
- name: eu_de
visibility: public
pdf_visibility: public
pdf_enabled: false

View File

@ -1,13 +1,13 @@
---
hc_location: sdk/go-devg-obs
html_location: docs/obs_3rd_party/go_sdk
link: /object-storage-service-3rd-party/go-sdk/
rst_location: doc/go-sdk/source
service_type: obs_3rd_party
title: Go SDK
type: go-sdk
cloud_environments:
- name: eu_de
visibility: public
pdf_visibility: public
pdf_enabled: false
---
hc_location: sdk/go-devg-obs
html_location: docs/obs_3rd_party/go_sdk
link: /object-storage-service-3rd-party/go-sdk/
rst_location: doc/go-sdk/source
service_type: obs_3rd_party
title: Go SDK
type: go-sdk
cloud_environments:
- name: eu_de
visibility: public
pdf_visibility: public
pdf_enabled: false

View File

@ -1,13 +1,13 @@
---
hc_location: sdk/java-devg-obs
html_location: docs/obs_3rd_party/java_sdk
link: /object-storage-service-3rd-party/java-sdk/
rst_location: doc/java-sdk/source
service_type: obs_3rd_party
title: Java SDK
type: java-sdk
cloud_environments:
- name: eu_de
visibility: public
pdf_visibility: public
pdf_enabled: false
---
hc_location: sdk/java-devg-obs
html_location: docs/obs_3rd_party/java_sdk
link: /object-storage-service-3rd-party/java-sdk/
rst_location: doc/java-sdk/source
service_type: obs_3rd_party
title: Java SDK
type: java-sdk
cloud_environments:
- name: eu_de
visibility: public
pdf_visibility: public
pdf_enabled: false

View File

@ -1,13 +0,0 @@
---
service_type: dms_rabbitmq
repositories:
- environment: public
repo: opentelekomcloud-docs/distributed-message-service-rabbitmq
type: github
cloud_environments:
- eu_de
- environment: internal
repo: docs/distributed-message-service-rabbitmq
type: gitea
cloud_environments:
- eu_de

View File

@ -1,12 +0,0 @@
---
service_category: application
service_title: Distributed Message Service (for RabbitMQ)
service_type: dms_rabbitmq
service_uri: distributed-message-service-rabbitmq
teams:
- name: docs-paas-rw
permission: write
cloud_environments:
- name: eu_de
visibility: internal
is_global: false

View File

@ -2,7 +2,6 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pytest
pytest-cov
stestr>=2.0.0 # Apache-2.0
testtools>=2.2.0 # MIT
flake8
pyyaml

View File

@ -9,7 +9,7 @@ usedevelop = True
setenv =
PYTHONWARNINGS=default::DeprecationWarning
deps = -r{toxinidir}/test-requirements.txt
commands = pytest {posargs}
commands = stestr run {posargs}
[testenv:pep8]
commands = flake8 {posargs}