fix: Fix ansible var names for helm value overrides
diff --git a/docs/storage.md b/docs/storage.md
index a1bddc5..7c09fdf 100644
--- a/docs/storage.md
+++ b/docs/storage.md
@@ -64,7 +64,7 @@
configuration inside your Ansible inventory:
```yaml
-openstack_helm_cinder_values:
+openstack_helm_cinder_helm_values:
storage: powerstore
dependencies:
static:
@@ -122,7 +122,7 @@
configuration inside your Ansible inventory:
```yaml
-openstack_helm_nova_values:
+openstack_helm_nova_helm_values:
conf:
enable_iscsi: true
```
diff --git a/playbooks/generate_workspace.yml b/playbooks/generate_workspace.yml
index 44043b1..da0a52a 100644
--- a/playbooks/generate_workspace.yml
+++ b/playbooks/generate_workspace.yml
@@ -261,7 +261,7 @@
# so we generate a stub one if and only if it doesn't exist
when: item.key not in neutron
with_dict:
- openstack_helm_neutron_values:
+ openstack_helm_neutron_helm_values:
conf:
auto_bridge_add:
br-ex: ens4