Merge "Seed hypervisor user bootstrapping skipped"

This commit is contained in:
Zuul 2018-11-22 21:36:45 +00:00 committed by Gerrit Code Review
commit c19a58ac03
2 changed files with 9 additions and 2 deletions

View File

@ -7,7 +7,7 @@
# bootstrap process if the account is inaccessible.
- name: Determine whether user bootstrapping is required
hosts: seed:overcloud
hosts: seed-hypervisor:seed:overcloud
gather_facts: false
tags:
- kayobe-ansible-user
@ -62,7 +62,7 @@
become: True
- name: Verify that the Kayobe Ansible user account is accessible
hosts: seed:overcloud
hosts: seed-hypervisor:seed:overcloud
gather_facts: false
tags:
- kayobe-ansible-user

View File

@ -0,0 +1,7 @@
---
fixes:
- |
Fixes an issue where the seed hypervisor user bootstrapping is not
performed when executing ``kayobe seed hypervisor host configure``. See
`story 2004401 <https://storyboard.openstack.org/#!/story/2004401>`__ for
details.