kolla/ansible/roles/common/tasks/bootstrap.yml
Ryan Hallisey 7fa1a08fd2 Remove unneeded Heka bootstrapping code
The Heka bookstrap doesn't do anything different then
the start code.  Remove the boostrap step since it isn't
needed.

Change-Id: Id9906c6e2cef83fd6d1fcbcbef7a32d9948d07a3
Closes-bug: #1631651
2016-10-08 18:39:29 -04:00

8 lines
179 B
YAML

---
- name: Creating log volume
kolla_docker:
action: "create_volume"
common_options: "{{ docker_common_options }}"
name: "kolla_logs"
register: kolla_logs_volume