Removed unneded probes. Merry Xmas!

Change-Id: I4f6032e146a9bf2ff8ce3e545e99c63ec02f0196
This commit is contained in:
Proskurin Kirill 2016-12-26 13:11:05 +00:00
parent bb354f9af0
commit f8cea5538f
3 changed files with 0 additions and 17 deletions

View File

@ -6,11 +6,6 @@ service:
containers:
- name: heat-api-cfn
image: heat-api-cfn
probes:
readiness: "true"
liveness:
command: "true"
type: "exec"
pre:
- name: heat-cfn-service-create
dependencies:

View File

@ -6,12 +6,6 @@ service:
containers:
- name: heat-api
image: heat-api
# TODO(drusskikh): add probes
probes:
readiness: "true"
liveness:
command: "true"
type: "exec"
pre:
- name: heat-db-create
dependencies:

View File

@ -4,12 +4,6 @@ service:
containers:
- name: heat-engine
image: heat-engine
# TODO(drusskikh): add probes
probes:
readiness: "true"
liveness:
command: "true"
type: "exec"
daemon:
command: heat-engine --config-file /etc/heat/heat.conf
dependencies: