forked from docs/regions-and-endpoints
Compare commits
1 Commits
update-com
...
oeotvos-pa
| Author | SHA1 | Date | |
|---|---|---|---|
| f4815307d5 |
@ -9,4 +9,3 @@ otc-sphinx-directives>=0.1.0
|
||||
sphinx-minify>=0.0.1 # Apache-2.0
|
||||
git+https://gitea.eco.tsi-dev.otc-service.com/infra/otc-metadata.git#egg=otc_metadata
|
||||
setuptools
|
||||
gitpython
|
||||
@ -16,8 +16,6 @@
|
||||
|
||||
import os
|
||||
import sys
|
||||
from git import Repo
|
||||
from datetime import datetime
|
||||
|
||||
extensions = [
|
||||
'otcdocstheme',
|
||||
@ -113,9 +111,3 @@ html_copy_source = False
|
||||
|
||||
# -- Options for PDF output --------------------------------------------------
|
||||
latex_documents = []
|
||||
|
||||
# Get the Git commit values for last updated timestamp on each page
|
||||
repo = Repo(search_parent_directories=True)
|
||||
commit = repo.head.commit
|
||||
current_commit_hash = commit.hexsha
|
||||
current_commit_time = commit.committed_datetime.strftime('%Y-%m-%d %H:%M')
|
||||
@ -111,10 +111,8 @@ Regions and Endpoints
|
||||
+-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+
|
||||
| | eu-nl | eu-nl | evs.eu-nl.otc.t-systems.com | HTTPS |
|
||||
+-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+
|
||||
| FunctionGraph | eu-de | eu-de | functiongraph.eu-de.otc.t-sys | HTTPS |
|
||||
| | | | tems.com | |
|
||||
+-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+
|
||||
| Host Security Service | eu-de | eu-de | hss.eu-de.otc.t-systems.com | HTTPS |
|
||||
| FunctionGraph | eu-de | eu-de | functiongraph.eu-de.otc.t-syst| HTTPS |
|
||||
| | | | ems.com | |
|
||||
+-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+
|
||||
| Identity and Access | eu-de | eu-de | iam.eu-de.otc.t-systems.com | HTTPS |
|
||||
| Management | | | | |
|
||||
|
||||
2
tox.ini
2
tox.ini
@ -13,8 +13,6 @@ commands = stestr run {posargs}
|
||||
stestr slowest
|
||||
|
||||
[testenv:pep8]
|
||||
allowlist_externals =
|
||||
doc8
|
||||
commands =
|
||||
doc8 doc/source README.rst
|
||||
|
||||
|
||||
Reference in New Issue
Block a user