change CollectD to collectd in collectd role

TrivialFix

Change-Id: Iea79cb14d50def9f444ab55c9b410b09a199ca63
This commit is contained in:
zhubingbing 2016-09-26 07:31:14 +00:00
parent 56603d92dd
commit 01db7b7510
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
---
- name: Ensuring CollectD config directories exist
- name: Ensuring collectd config directories exist
file:
path: "{{ node_config_directory }}/{{ item }}"
state: "directory"

View File

@ -1,5 +1,5 @@
---
- name: Pulling CollectD image
- name: Pulling collectd image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"

View File

@ -1,5 +1,5 @@
---
- name: Starting CollectD container
- name: Starting collectd container
kolla_docker:
action: "start_container"
common_options: "{{ docker_common_options }}"