You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing a Manila change on an OpenStack environment with application credentials, I got a successful install however Manila CSI was reporting issues when trying to provision a volume:
Remove the dependency on `os-password` for a couple of fields. These
fields do not necessarily depend on a password being set, as we could be
using application credentials for example. The logic was wrong.
This prevents manila driver from entering an error state when it finds
unnecessary fields in the clouds.yaml. It now simply ignores them.
Fixeskubernetes#2757.
mandre
added a commit
to shiftstack/cloud-provider-openstack
that referenced
this issue
Jan 13, 2025
Remove dependency on a couple of fields where the logic was wrong. For
example, these fields do not necessarily depend on a password being set,
as we could be using application credentials.
This prevents manila driver from entering an error state when it finds
unnecessary fields in the clouds.yaml. It now simply ignores them.
Fixeskubernetes#2757.
While testing a Manila change on an OpenStack environment with application credentials, I got a successful install however Manila CSI was reporting issues when trying to provision a volume:
And
It turns out, I had unneeded attributes in my clouds.yaml that caused Manila-CSI to fail.
Removing
user_domain_name
andusername
from myclouds.yaml
allowed Manila to provision volumes.Manila-CSI should be able to ignore these extra attributes, like the CLI openstack client does.
The text was updated successfully, but these errors were encountered: