Fix files to pass linting

The multiline change is about CR being removed.

Change-Id: I54268c61b3f341fa0c373dda090cef1192acbb78
This commit is contained in:
Radosław Piliszek
2020-09-01 18:07:48 +02:00
parent c1d8b35661
commit f12052a9a4
12 changed files with 316 additions and 306 deletions

View File

@@ -1,3 +1,5 @@
---
- nodeset:
name: masakari-openstack-multi-nodes
nodes:

View File

@@ -1,3 +1,5 @@
---
# variables in path
api_version:
in: path

View File

@@ -1,3 +1,5 @@
---
#################
# Success Codes #
#################
@@ -47,9 +49,9 @@
default: |
Method is not valid for this endpoint.
409:
default: |
default: |
This operation conflicted with another operation on this resource.
duplicate_zone: |
duplicate_zone: |
There is already a zone with this name.
500:
default: |

View File

@@ -177,7 +177,7 @@ Install and configure Masakari
#. Rename ``masakari.conf.sample`` file to ``masakari.conf``,
and edit sections as shown below:
.. code-block:: none
.. code-block:: ini
[default]
transport_url = rabbit://stackrabbit:admin@<CONTROLLER_IP>:5672/

View File

@@ -1,3 +1,4 @@
---
- hosts: all
roles:
- fetch-subunit-output

View File

@@ -1,3 +1,4 @@
---
- hosts: all
roles:
- orchestrate-devstack

View File

@@ -1,3 +1,4 @@
---
- hosts: controller
roles:
- tox

View File

@@ -1,6 +1,7 @@
---
- name: Collect devstack stackenv file
fetch:
flat: yes
flat: true
dest: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}/confs/devstack/-stackenv"
src: "/opt/stack/devstack/.stackenv"