Skip to content

Commit

Permalink
Make nova/libvirt storage ceph backend configurable
Browse files Browse the repository at this point in the history
In adoption CI, we have to address both local and ceph
libvirt storage backend cases for Nova.

Add a knob to control that.

Change-Id: I2f1978f26e507d4b9fdea18647cc642f0897a0da
Signed-off-by: Bogdan Dobrelya <[email protected]>
  • Loading branch information
bogdando committed Apr 12, 2024
1 parent f373b39 commit 123048d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
DATAPLANE_DNS_SERVER: "{{ standalone_gateway }}"
HOST_PRIMARY_RESOLV_CONF_ENTRY: "{{ standalone_gateway }}"
EDPM_COMPUTE_CEPH_ENABLED: "{{ use_ceph | default('true') }}"
EDPM_COMPUTE_CEPH_NOVA: "{{ use_ceph | default('true') }}"

0 comments on commit 123048d

Please sign in to comment.