kolla-ansible/ansible/roles/nova
Jeffrey Zhang 792e2c1f26 Fix the nova reconfigure in the multinode env
Checking the fix condition first in the when clause rather than the
dynamic condition. Otherwise it will raise issue, especially in
multinode env.

For example use

  when:
    - nova_console == 'novnc'
    - inventory_hostname in groups['nova-novncproxy']

rather than

  when:
    - inventory_hostname in groups['nova-novncproxy']
    - nova_console == 'novnc'

Because the nova-novncproxy groups may do not exist.

Change-Id: I1e76ee239908a17a4c2ffd9a18c570fbc485172e
Closes-Bug: #1563643
2016-03-30 16:57:42 +08:00
..
defaults Fix Keystone v3 and Horizon 2016-03-03 15:44:53 +00:00
meta Make OpenStack use Ceph 2015-09-25 20:11:18 +00:00
tasks Fix the nova reconfigure in the multinode env 2016-03-30 16:57:42 +08:00
templates Make heka collect libvirtd.log in nova_libvirt container 2016-03-22 03:23:41 +00:00