Fix typo and misleading task name for nova-consoleauth

The services for console are installed in the 'Install nova
console/metadata services' task, however, the scheduler
install task misleadingly is named to mention that it installs
consoleauth and tries to run on the nova_consoleauth group
which does not exist.

Change-Id: If7c00cbfe3bd50a3702f86e7348de206b9fa3b95
(cherry picked from commit 581e6e5b8e)
This commit is contained in:
Mohammed Naser 2018-03-10 10:43:50 -05:00 committed by Jesse Pretorius (odyssey4me)
parent 250be459ba
commit 8f60acc47e
1 changed files with 2 additions and 2 deletions

View File

@ -86,10 +86,10 @@
- name: Install nova-scheduler/nova-consoleauth services
- name: Install nova-scheduler services
include: common-playbooks/nova.yml
vars:
nova_hosts: "nova_scheduler:nova_consoleauth:!nova_conductor"
nova_hosts: "nova_scheduler:!nova_conductor"
nova_serial: "{{ nova_scheduler_serial | default(['1', '100%']) }}"