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:
parent
4e73c62c8a
commit
c156baec28
@ -95,10 +95,10 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Install nova-scheduler/nova-consoleauth services
|
- name: Install nova-scheduler services
|
||||||
include: common-playbooks/nova.yml
|
include: common-playbooks/nova.yml
|
||||||
vars:
|
vars:
|
||||||
nova_hosts: "nova_scheduler:nova_consoleauth:!nova_conductor"
|
nova_hosts: "nova_scheduler:!nova_conductor"
|
||||||
nova_serial: "{{ nova_scheduler_serial | default(['1', '100%']) }}"
|
nova_serial: "{{ nova_scheduler_serial | default(['1', '100%']) }}"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user