Skip to content

Commit

Permalink
Revert "Only deploy with Nova libvirt local storage yet"
Browse files Browse the repository at this point in the history
This reverts commit d113b32.
As we have now
openstack-k8s-operators/data-plane-adoption#280
and
openstack-k8s-operators/data-plane-adoption#280
merged, start testing both deployment paths for Nova Libvirt local
and ceph backend options.

Change-Id: Ia88e3c8f197efe0a4efac7527e1bad0fd617b856
  • Loading branch information
bogdando committed Apr 17, 2024
1 parent 0d8ec5e commit 051c189
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,4 @@
DATAPLANE_DNS_SERVER: "{{ standalone_gateway }}"
HOST_PRIMARY_RESOLV_CONF_ENTRY: "{{ standalone_gateway }}"
EDPM_COMPUTE_CEPH_ENABLED: "{{ use_ceph | default('true') }}"
# TODO(bogdando): enable it back after merging these:
# https://github.com/openstack-k8s-operators/install_yamls/pull/757
# https://github.com/openstack-k8s-operators/data-plane-adoption/pull/280
#EDPM_COMPUTE_CEPH_NOVA: "{{ use_ceph | default('true') }}"
EDPM_COMPUTE_CEPH_NOVA: "false"
EDPM_COMPUTE_CEPH_NOVA: "{{ use_ceph | default('true') }}"

0 comments on commit 051c189

Please sign in to comment.