Merge "Fix nova fake driver support"
This commit is contained in:
commit
5683b71845
@ -73,7 +73,7 @@
|
||||
with_sequence: "start=1 end={{ num_nova_fake_per_node }}"
|
||||
when:
|
||||
- action != "config"
|
||||
- enabled_nova_fake | bool
|
||||
- enable_nova_fake | bool
|
||||
- neutron_plugin_agent == "openvswitch"
|
||||
- inventory_hostname in groups["compute"]
|
||||
- fake_config_json | changed
|
||||
@ -100,7 +100,7 @@
|
||||
with_sequence: "start=1 end={{ num_nova_fake_per_node }}"
|
||||
when:
|
||||
- action != "config"
|
||||
- enabled_nova_fake | bool
|
||||
- enable_nova_fake | bool
|
||||
- neutron_plugin_agent == "sfc"
|
||||
- inventory_hostname in groups["compute"]
|
||||
- fake_config_json | changed
|
||||
|
@ -32,7 +32,7 @@ scheduler_default_filters = RetryFilter,AvailabilityZoneFilter,ComputeFilter,Com
|
||||
{% if orchestration_engine == 'KUBERNETES' %}
|
||||
host = empty
|
||||
{% else %}
|
||||
host = {{ ansible_hostname }}_{{ item }}
|
||||
host = {{ ansible_hostname }}_{{ service_name }}
|
||||
{% endif %}
|
||||
compute_driver = fake.FakeDriver
|
||||
{% else %}
|
||||
|
Loading…
Reference in New Issue
Block a user