Merge "Disable nova-compute when enable_ironic is yes"

This commit is contained in:
Jenkins 2017-02-21 06:24:03 +00:00 committed by Gerrit Code Review
commit df29551f8d

View File

@ -112,7 +112,7 @@ nova_services:
group: "compute"
image: "{{ nova_compute_image_full }}"
privileged: True
enabled: "{{ not enable_nova_fake | bool or not enable_ironic | bool }}"
enabled: "{{ not enable_nova_fake | bool and not enable_ironic | bool }}"
volumes:
- "{{ node_config_directory }}/nova-compute/:{{ container_config_directory }}/:ro"
- "/etc/localtime:/etc/localtime:ro"