kolla-ansible/ansible/roles/nova/tasks
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
..
bootstrap_service.yml Make Heka collect Nova logs 2016-02-19 21:49:18 +00:00
bootstrap.yml Playbook for nova upgrade 2016-02-19 13:58:18 -06:00
ceph.yml Enabled nova->glance snapshots 2016-03-18 14:55:32 +00:00
config-nova-fake.yml Allow per node configuration with augments 2016-03-17 17:18:00 +00:00
config.yml Allow per node configuration with augments 2016-03-17 17:18:00 +00:00
deploy.yml Fix permissions to /var/lib/nova/ 2016-01-20 16:58:01 +00:00
do_reconfigure.yml Fix the nova reconfigure in the multinode env 2016-03-30 16:57:42 +08:00
main.yml Allow nova role to pull images 2016-01-06 04:23:28 +00:00
pull.yml Allow nova role to pull images 2016-01-06 04:23:28 +00:00
reconfigure.yml Reconfigure nova service 2016-03-03 20:48:44 +00:00
register.yml Fix Keystone v3 and Horizon 2016-03-03 15:44:53 +00:00
reload.yml Playbook for nova upgrade 2016-02-19 13:58:18 -06:00
start_compute.yml Make heka collect libvirtd.log in nova_libvirt container 2016-03-22 03:23:41 +00:00
start_conductors.yml Make Heka collect Nova logs 2016-02-19 21:49:18 +00:00
start_controllers.yml Make Heka collect Nova logs 2016-02-19 21:49:18 +00:00
start.yml Playbook for nova upgrade 2016-02-19 13:58:18 -06:00
upgrade.yml Playbook for nova upgrade 2016-02-19 13:58:18 -06:00