From 0f89f20d72ee11de35ad6c4471a1ce3071c57ad4 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Fri, 24 Apr 2015 13:37:15 +0000 Subject: Fix some typos on OpenStack's Ansible scripts Change-Id: I27f2e61a411174541bf2e20a1fd5c30ca8f8ff4e --- openstack/usr/share/openstack/keystone.yml | 4 ++-- openstack/usr/share/openstack/openvswitch.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openstack/usr/share/openstack/keystone.yml b/openstack/usr/share/openstack/keystone.yml index 20753a9c..64a78ccd 100644 --- a/openstack/usr/share/openstack/keystone.yml +++ b/openstack/usr/share/openstack/keystone.yml @@ -112,7 +112,7 @@ path: /etc/keystone state: directory - - name: Add the configuration needed for lorry in /etc using templates + - name: Add the configuration needed for keystone in /etc using templates template: src: /usr/share/openstack/keystone/{{ item }} dest: /etc/keystone/{{ item }} @@ -175,7 +175,7 @@ token: "{{ KEYSTONE_TEMPORARY_ADMIN_TOKEN }}" endpoint: http://{{ CONTROLLER_HOST_ADDRESS }}:35357/v2.0 - - name: Add kestone endpoint + - name: Add keystone endpoint keystone_service: name: keystone type: identity diff --git a/openstack/usr/share/openstack/openvswitch.yml b/openstack/usr/share/openstack/openvswitch.yml index 4393e3db..47257f7f 100644 --- a/openstack/usr/share/openstack/openvswitch.yml +++ b/openstack/usr/share/openstack/openvswitch.yml @@ -32,7 +32,7 @@ shell: ovs-vsctl --no-wait init when: openvswitch_db_enable|changed - - name: Enable and start openstack-keystone service + - name: Enable and start Open vSwitch service service: name={{ item }} enabled=yes state=started with_items: - openvswitch.service -- cgit v1.2.1