
Clouds.yaml, if it has no content, should be the empty string to avoid errors on startup. Change-Id: Ia2e6c91076990145a9f1425b014e2235de2ed9b8
17 lines
186 B
YAML
17 lines
186 B
YAML
---
|
|
builder:
|
|
enabled: true
|
|
replicas: 1
|
|
|
|
launcher:
|
|
enabled: true
|
|
replicas: 1
|
|
|
|
clouds: ''
|
|
|
|
config:
|
|
webapp:
|
|
port: 8005
|
|
listen_address: 0.0.0.0
|
|
images-dir: /opt/nodepool
|