apalia / cloudstack-csi-driver

Container Storage Interface (CSI) plugin for Apache CloudStack
Apache License 2.0
10 stars 19 forks source link

Added project id support to cloustack-csi-driver. #17

Open parkinr opened 1 year ago

parkinr commented 1 year ago

Project ID is added to cloudstack-csi-driver. Without project ID, "Not Found" error was returned on the request. Project ID is retrieved from cloud-init cloudstack instance metadata if project ID is not supplied from cloud-config. Recommended to mount cloud-init-dir on cloudstack-csi-controller as well as on cloudstack-csi-node containers.