Fixed typos in Ansible files

Files affected:
- ansible/roles/ceph/tasks/bootstrap_mons.yml
- ansible/roles/neutron/tasks/deploy.yml
- ansible/roles/neutron/tasks/start.yml

TrivialFix
Closes-bug:#1585152
Change-Id: Ic4b624cfe0ae4d73b49e616319e9db2229931249
(cherry picked from commit a7d330d9e7)
This commit is contained in:
Francesco Vollero 2016-05-17 21:16:00 +02:00
parent 14a7057b79
commit 9080975894
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
always_run: True
run_once: True
- name: Creating ceph_mon_conifg volume
- name: Creating ceph_mon_config volume
kolla_docker:
action: "create_volume"
common_options: "{{ docker_common_options }}"

View File

@ -1,5 +1,5 @@
---
# enforce ironic usage only with openvswtich
# enforce ironic usage only with openvswitch
- include: ironic-check.yml
- include: register.yml

View File

@ -18,7 +18,7 @@
or inventory_hostname in groups['neutron-metadata-agent'])
- neutron_plugin_agent == "openvswitch"
- name: Waiting the openvswtich_db service to be ready
- name: Waiting the openvswitch_db service to be ready
command: docker exec openvswitch_db ovs-vsctl --no-wait show
register: check_result
until: check_result | success