Comment 5 for bug 1647253

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_nova (stable/newton)

Reviewed: https://review.openstack.org/424325
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_nova/commit/?id=2de4a70dc3e87255d6f664fc47bda04a786c0be0
Submitter: Jenkins
Branch: stable/newton

commit 2de4a70dc3e87255d6f664fc47bda04a786c0be0
Author: Charles Farquhar <email address hidden>
Date: Mon Jan 23 14:29:07 2017 -0600

    Fix incorrect variable used for ironic user name

    role os_ironic is using "ironic_service_user_name" for defining service
    user name variable while template in role os_nova addresses
    "ironic_service_name" which is incorrect and may result in error if
    using non standard user id for ironic.

    Change-Id: I7b285a650e0b757a45040ac6898c08daed99e2fe
    Closes-Bug: 1647253