Add missing document start "---" to yaml files
Change-Id: I366c2124a778c5b0b22a8fe369d603adad75ebbe
This commit is contained in:
parent
67cce63acd
commit
06befa3c3b
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
resource_registry:
|
resource_registry:
|
||||||
"OS::Heat::HARestarter":
|
"OS::Heat::HARestarter":
|
||||||
"OS::Heat::SoftwareDeployments":
|
"OS::Heat::SoftwareDeployments":
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
heat_template_version: 2013-05-23
|
heat_template_version: 2013-05-23
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
heat_template_version: 2013-05-23
|
heat_template_version: 2013-05-23
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -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: {}
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
apiVersion: v1beta3
|
apiVersion: v1beta3
|
||||||
kind: Pod
|
kind: Pod
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
apiVersion: v1beta3
|
apiVersion: v1beta3
|
||||||
kind: Pod
|
kind: Pod
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
apiVersion: v1beta3
|
apiVersion: v1beta3
|
||||||
kind: ReplicationController
|
kind: ReplicationController
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
apiVersion: v1beta3
|
apiVersion: v1beta3
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user