Comment 1 for bug 1667193

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

Reviewed: https://review.openstack.org/439658
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_nova/commit/?id=5950d99f46388f6e4bb5800fe19719654d7080f8
Submitter: Jenkins
Branch: master

commit 5950d99f46388f6e4bb5800fe19719654d7080f8
Author: Andy McCrae <email address hidden>
Date: Wed Mar 1 15:34:09 2017 +0000

    Adjust ansible_hostname to ansible_nodename

    ansible vars are as follows:
    self.facts['hostname'] = platform.node().split('.')[0]
    self.facts['nodename'] = platform.node()

    We should use the "nodename" var instead of the hostname variable.

    Closes-Bug: #1667193
    Change-Id: Id98016cfffd30d2adaec058c861771f9aefe27b3