[email protected]: --cloud-name
should not be required when running without credentials (--node-service-no-os-client=true
)
#2677
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Is this a BUG REPORT or FEATURE REQUEST?:
/kind bug
What happened:
We are running the cinder-csi-driver without credentials (with the
--node-service-no-os-client=true
flag). However, starting v1.31.1, the cinder-csi-driver requires--cloud-name
to be specified.[email protected] node service fails with:
cinder-csi-plugin args:
cinder-csi-plugin config:
The corresponding changes are:
What you expected to happen:
[email protected] to be able to run with
--node-service-no-os-client=true
without requiring--cloud-name
to be specified and configured.Most likely the issue can be workarounded by specifying dummy values such as
--cloud-name foo
and empty section[Global "foo"]
.How to reproduce it:
See above.
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: