summaryrefslogtreecommitdiff
path: root/hot/software-config/elements/heat-config-docker-compose/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'hot/software-config/elements/heat-config-docker-compose/README.rst')
-rw-r--r--hot/software-config/elements/heat-config-docker-compose/README.rst18
1 files changed, 0 insertions, 18 deletions
diff --git a/hot/software-config/elements/heat-config-docker-compose/README.rst b/hot/software-config/elements/heat-config-docker-compose/README.rst
deleted file mode 100644
index 1aab252..0000000
--- a/hot/software-config/elements/heat-config-docker-compose/README.rst
+++ /dev/null
@@ -1,18 +0,0 @@
-A hook which uses `docker-compose` to deploy containers.
-
-A special input 'env_files' can be used with SoftwareConfig and
-StructuredConfig for docker-compose `env_file` key(s).
-
-if env_file keys specified in the `docker-compose.yml`, do not
-exist in input_values supplied, docker-compose will throw an
-error, as it can't find these files.
-
-Also, `--parameter-file` option can be used to pass env files from client.
-
-Example:
-
-$ openstack stack create test_stack -t example-docker-compose-template.yaml \
- --parameter-file env_file_0=./common.env \
- --parameter-file env_file_1=./apps/web.env \
- --parameter-file env_file_2=./test.env \
- --parameter-file env_file_3=./busybox.env \ No newline at end of file