fix some typo

Change-Id: Ib38a31f52d6e7b170af580df7fcddb060e97c5af
This commit is contained in:
binhong.hua 2018-01-04 22:49:22 +08:00
parent b4c22dfff7
commit 2cc537c240
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
- "{{ groups['compute'] }}"
when: release in [ 'liberty', 'rhos-8', 'mitaka', 'rhos-9' ]
- name: Disable neutron-openvswitch-agent on compute
- name: Disable openstack-ceilometer-compute on compute
service:
name: openstack-ceilometer-compute
state: stopped
@ -68,7 +68,7 @@
- "{{ groups['controller'] }}"
- "{{ groups['compute'] }}"
- name: Copy autkey on all the overcloud nodes
- name: Copy authkey on all the overcloud nodes
become: yes
copy:
src: /tmp/authkey

View File

@ -142,7 +142,7 @@
- "{{ groups['compute'] }}"
when: release in [ 'liberty', 'rhos-8', 'mitaka', 'rhos-9' ]
- name: Enable neutron-openvswitch-agent on compute
- name: Enable openstack-ceilometer-compute on compute
service:
name: openstack-ceilometer-compute
state: started