diff --git a/ansible/roles/ceph/tasks/bootstrap_mons.yml b/ansible/roles/ceph/tasks/bootstrap_mons.yml index 49c80f53b2..8630694852 100644 --- a/ansible/roles/ceph/tasks/bootstrap_mons.yml +++ b/ansible/roles/ceph/tasks/bootstrap_mons.yml @@ -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 }}" diff --git a/ansible/roles/neutron/tasks/deploy.yml b/ansible/roles/neutron/tasks/deploy.yml index 9aba99ec8a..1c2f1161db 100644 --- a/ansible/roles/neutron/tasks/deploy.yml +++ b/ansible/roles/neutron/tasks/deploy.yml @@ -1,5 +1,5 @@ --- -# enforce ironic usage only with openvswtich +# enforce ironic usage only with openvswitch - include: ironic-check.yml - include: register.yml diff --git a/ansible/roles/neutron/tasks/start.yml b/ansible/roles/neutron/tasks/start.yml index af01c5064b..2463eb927d 100644 --- a/ansible/roles/neutron/tasks/start.yml +++ b/ansible/roles/neutron/tasks/start.yml @@ -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