We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ad9cec + 9e6aff7 commit 62e7c80Copy full SHA for 62e7c80
1 file changed
README.adoc
@@ -500,6 +500,17 @@ Example:
500
container_quota: 20
501
```
502
503
+== Disabling Cinder volumes for Docker storage
504
+
505
+By default, the Heat templates create a Cinder volume per OpenShift node
506
+to host containers. This can be disabled by including both `volume_noop.yaml`
507
+and `volume_attachment_noop.yaml` in your environment file:
508
509
+resource_registry:
510
+ ...
511
+ OOShift::DockerVolume: volume_noop.yaml
512
+ OOShift::DockerVolumeAttachment: volume_attachment_noop.yaml
513
514
[[IPFailover]]
515
== IP failover
516
0 commit comments