aboutsummaryrefslogtreecommitdiffstats
path: root/docker/firstboot/setup_docker_host.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker/firstboot/setup_docker_host.yaml')
-rw-r--r--docker/firstboot/setup_docker_host.yaml19
1 files changed, 0 insertions, 19 deletions
diff --git a/docker/firstboot/setup_docker_host.yaml b/docker/firstboot/setup_docker_host.yaml
deleted file mode 100644
index ddfa8802..00000000
--- a/docker/firstboot/setup_docker_host.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-heat_template_version: pike
-
-resources:
-
- userdata:
- type: OS::Heat::MultipartMime
- properties:
- parts:
- - config: {get_resource: setup_docker_host}
-
- setup_docker_host:
- type: OS::Heat::SoftwareConfig
- properties:
- group: script
- config: {get_file: ./setup_docker_host.sh}
-
-outputs:
- OS::stack_id:
- value: {get_resource: userdata}