Skip to content

Commit 4a19958

Browse files
Sanity (#368)
Sanity Reviewed-by: Anton Sidelnikov
1 parent ffa3f6b commit 4a19958

10 files changed

Lines changed: 14 additions & 305 deletions

File tree

ci/playbooks/test_as_info.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

ci/playbooks/test_cce.yaml

Lines changed: 0 additions & 84 deletions
This file was deleted.

ci/playbooks/test_cce_info.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

ci/playbooks/test_lb.yaml

Lines changed: 0 additions & 83 deletions
This file was deleted.

ci/playbooks/test_rds_ro.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

ci/playbooks/test_volume_backup.yaml

Lines changed: 0 additions & 45 deletions
This file was deleted.

doc/source/conf.py

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import os
1818
import sys
1919
from git import Repo
20-
from datetime import datetime
2120

2221
# -- Project information -----------------------------------------------------
2322

@@ -138,14 +137,14 @@
138137
current_commit_time = commit.committed_datetime.strftime('%Y-%m-%d %H:%M')
139138

140139
latex_elements = {
141-
'papersize': 'a4paper',
142-
'pointsize': '12pt',
143-
'figure_align': 'H',
144-
'preamble': rf'''
145-
\newcommand{{\githash}}{{{current_commit_hash}}}
146-
\newcommand{{\gitcommittime}}{{{current_commit_time}}}
147-
\newcommand{{\doctitle}}{{{otcdocs_doc_title}}}
148-
\newcommand{{\servicetitle}}{{{otcdocs_service_title}}}
149-
''',
150-
'sphinxsetup': 'hmargin={15mm,15mm}, vmargin={20mm,30mm}, marginpar=10mm'
140+
'papersize': 'a4paper',
141+
'pointsize': '12pt',
142+
'figure_align': 'H',
143+
'preamble': rf'''
144+
\newcommand{{\githash}}{{{current_commit_hash}}}
145+
\newcommand{{\gitcommittime}}{{{current_commit_time}}}
146+
\newcommand{{\doctitle}}{{{otcdocs_doc_title}}}
147+
\newcommand{{\servicetitle}}{{{otcdocs_service_title}}}
148+
''',
149+
'sphinxsetup': 'hmargin={15mm,15mm}, vmargin={20mm,30mm}, marginpar=10mm'
151150
}

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: opentelekomcloud
22
name: cloud
3-
version: 0.14.6
3+
version: 0.14.7
44
readme: README.md
55
authors:
66
- Artem Goncharov <artem.goncharov@gmail.com>

plugins/modules/tag.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,8 @@ def run(self):
314314
else:
315315
self.fail_json(msg='Any of the supported should be given')
316316

317+
tags = []
318+
317319
if instance:
318320
current_tags = self.fetch_tags(
319321
self, endpoint, url_prefix, microver, instance)

tests/sanity/ignore-2.18.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ignore.txt

0 commit comments

Comments
 (0)