Compare commits

..

1 Commits

Author SHA1 Message Date
8d0a75a13f Added sustainability to ED
Some checks failed
Run Tox Check / tox-py312 (pull_request) Failing after 21s
Run Tox Check / tox-pep8 (pull_request) Successful in 16s
2026-02-19 10:00:09 +00:00
11 changed files with 14 additions and 477 deletions

View File

@ -1,6 +1,5 @@
---
name: eu_de
table_suffix: ""
internal_org: docs
public_org: opentelekomcloud-docs
regions:

View File

@ -6,6 +6,6 @@ title: Sustainability
type: sustainability
cloud_environments:
- name: eu_de
visibility: public
pdf_visibility: public
visibility: hidden
pdf_visibility: hidden
pdf_enabled: true

View File

@ -8,6 +8,6 @@ title: API Reference
type: api-ref
cloud_environments:
- name: eu_de
visibility: public
visibility: internal
pdf_visibility: public
pdf_enabled: true

View File

@ -8,6 +8,6 @@ title: User Guide
type: umn
cloud_environments:
- name: eu_de
visibility: public
visibility: internal
pdf_visibility: public
pdf_enabled: true

View File

@ -8,6 +8,6 @@ title: User Guide
type: umn
cloud_environments:
- name: eu_de
visibility: public
visibility: internal
pdf_visibility: public
pdf_enabled: true

View File

@ -8,6 +8,6 @@ title: Tool Guide (obsutil)
type: tool-guide-obsutil
cloud_environments:
- name: eu_de
visibility: public
pdf_visibility: public
pdf_enabled: true
visibility: internal
pdf_visibility: internal
pdf_enabled: true

View File

@ -1,5 +1,5 @@
---
service_category: md
service_category: security-services
service_title: Enterprise Project Service
service_type: eps
service_uri: enterprise-project-service
@ -8,5 +8,5 @@ teams:
permission: write
cloud_environments:
- name: eu_de
visibility: public
visibility: internal
is_global: false

View File

@ -8,5 +8,5 @@ teams:
permission: write
cloud_environments:
- name: eu_de
visibility: public
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

File diff suppressed because it is too large Load Diff

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}