Merge branch 'main' into change-name-of-waf-and-wafd
This commit is contained in:
11
otc_metadata/data/documents/ed-sustainability.yaml
Normal file
11
otc_metadata/data/documents/ed-sustainability.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
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
|
||||||
@ -8,6 +8,6 @@ title: User Guide
|
|||||||
type: umn
|
type: umn
|
||||||
cloud_environments:
|
cloud_environments:
|
||||||
- name: eu_de
|
- name: eu_de
|
||||||
visibility: internal
|
visibility: public
|
||||||
pdf_visibility: public
|
pdf_visibility: public
|
||||||
pdf_enabled: true
|
pdf_enabled: true
|
||||||
|
|||||||
@ -8,6 +8,6 @@ title: Tool Guide (obsutil)
|
|||||||
type: tool-guide-obsutil
|
type: tool-guide-obsutil
|
||||||
cloud_environments:
|
cloud_environments:
|
||||||
- name: eu_de
|
- name: eu_de
|
||||||
visibility: internal
|
visibility: public
|
||||||
pdf_visibility: internal
|
pdf_visibility: public
|
||||||
pdf_enabled: true
|
pdf_enabled: true
|
||||||
@ -2,6 +2,7 @@
|
|||||||
# of appearance. Changing the order has an impact on the overall integration
|
# of appearance. Changing the order has an impact on the overall integration
|
||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
|
|
||||||
stestr>=2.0.0 # Apache-2.0
|
pytest
|
||||||
testtools>=2.2.0 # MIT
|
pytest-cov
|
||||||
flake8
|
flake8
|
||||||
|
pyyaml
|
||||||
|
|||||||
2
tox.ini
2
tox.ini
@ -9,7 +9,7 @@ usedevelop = True
|
|||||||
setenv =
|
setenv =
|
||||||
PYTHONWARNINGS=default::DeprecationWarning
|
PYTHONWARNINGS=default::DeprecationWarning
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
commands = stestr run {posargs}
|
commands = pytest {posargs}
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
commands = flake8 {posargs}
|
commands = flake8 {posargs}
|
||||||
|
|||||||
Reference in New Issue
Block a user