Skip to content

Commit

Permalink
Use endpoint_type rather than interface to work around lib bug (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbonney authored Dec 23, 2023
1 parent ab16448 commit e841cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magnum_cluster_api/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ def get_object(self) -> pykube.Secret:
"clouds": {
"default": {
"region_name": self.region_name,
"interface": CONF.capi_client.endpoint_type.replace(
"endpoint_type": CONF.capi_client.endpoint_type.replace(
"URL", ""
),
"identity_api_version": 3,
Expand Down

0 comments on commit e841cb5

Please sign in to comment.