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: - nodeset:
name: masakari-openstack-multi-nodes name: masakari-openstack-multi-nodes
nodes: nodes:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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