Add missing document start "---" to yaml files

Change-Id: I366c2124a778c5b0b22a8fe369d603adad75ebbe
This commit is contained in:
Christian Berendt 2017-09-12 09:41:09 +02:00
parent 67cce63acd
commit 06befa3c3b
9 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,4 @@
---
resource_registry: resource_registry:
"OS::Heat::HARestarter": "OS::Heat::HARestarter":
"OS::Heat::SoftwareDeployments": "OS::Heat::SoftwareDeployments":

View File

@ -1,3 +1,4 @@
---
heat_template_version: 2013-05-23 heat_template_version: 2013-05-23
parameters: parameters:

View File

@ -1,3 +1,4 @@
---
heat_template_version: 2013-05-23 heat_template_version: 2013-05-23
parameters: parameters:

View File

@ -1,3 +1,4 @@
---
apiVersion: v1beta3 apiVersion: v1beta3
kind: ReplicationController kind: ReplicationController
metadata: metadata:
@ -25,4 +26,3 @@ spec:
volumes: volumes:
- name: data - name: data
emptyDir: {} emptyDir: {}

View File

@ -1,3 +1,4 @@
---
apiVersion: v1beta3 apiVersion: v1beta3
kind: Pod kind: Pod
metadata: metadata:

View File

@ -1,3 +1,4 @@
---
apiVersion: v1beta3 apiVersion: v1beta3
kind: Pod kind: Pod
metadata: metadata:

View File

@ -1,3 +1,4 @@
---
apiVersion: v1beta3 apiVersion: v1beta3
kind: ReplicationController kind: ReplicationController
metadata: metadata:

View File

@ -1,3 +1,4 @@
---
apiVersion: v1beta3 apiVersion: v1beta3
kind: Service kind: Service
metadata: metadata:

View File

@ -1,3 +1,4 @@
---
other: other:
- Congress doesn't work correctly out of the box and will - Congress doesn't work correctly out of the box and will
not deploy. See Bug #1634641. not deploy. See Bug #1634641.