diff --git a/magnum_cluster_api/resources.py b/magnum_cluster_api/resources.py index b03a9051..844dbc2b 100644 --- a/magnum_cluster_api/resources.py +++ b/magnum_cluster_api/resources.py @@ -313,7 +313,7 @@ def get_object(self) -> pykube.ConfigMap: "provisioner": "manila.csi.openstack.org", "parameters": { "type": st.name, - "share_network_id": share_network_id, + "shareNetworkID": share_network_id, "csi.storage.k8s.io/provisioner-secret-name": "csi-manila-secrets", "csi.storage.k8s.io/provisioner-secret-namespace": "kube-system", "csi.storage.k8s.io/controller-expand-secret-name": "csi-manila-secrets",