Trivial: Fix the pep8 warning

The yaml should start with "---"

Change-Id: Ib9ce9e1b5ac042c62e27b6c612b1794de80d2c64
This commit is contained in:
fpxie 2018-05-08 13:57:14 +08:00
parent 10dff0600f
commit 29a16a8412
7 changed files with 16 additions and 10 deletions

View File

@ -1,9 +1,10 @@
- service:
haproxy_service_name: tacker_server
haproxy_backend_nodes: "{{ groups['tacker_server'] | default([]) }}"
haproxy_port: 9890
haproxy_balance_type: http
haproxy_backend_options:
- "forwardfor"
- "httpchk"
- "httplog"
---
- service:
haproxy_service_name: tacker_server
haproxy_backend_nodes: "{{ groups['tacker_server'] | default([]) }}"
haproxy_port: 9890
haproxy_balance_type: http
haproxy_backend_options:
- "forwardfor"
- "httpchk"
- "httplog"

View File

@ -1,3 +1,4 @@
---
# Python packages to be installed into the utility container
utility_pip_packages:
- python-tackerclient

View File

@ -1,4 +1,4 @@
---
## Tacker Service
tacker_git_repo: https://git.openstack.org/openstack/tacker
tacker_git_install_branch: 3f4e899f79903a76ffc2562531012801afb6468e # HEAD of master as of 2016-09-16

View File

@ -1,3 +1,4 @@
---
tacker_service_password:
tacker_container_mysql_password:
tacker_rabbitmq_password:

View File

@ -1,3 +1,4 @@
---
- name: apt_package_pinning
src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning
scm: git

View File

@ -1,3 +1,4 @@
---
# Copyright 2017, SUSE Linux GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -1,3 +1,4 @@
---
# Copyright 2017, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");