Skip to content
Snippets Groups Projects
Commit f0c61d4b authored by Jeffrey Zhang's avatar Jeffrey Zhang
Browse files

Disable nova-compute when enable_ironic is yes

Change-Id: Icb77da008247609e9e1ce45770c9925d9b416739
Closes-Bug: #1665905
parent 55d23e13
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment