Skip to content

Commit

Permalink
fix: use endpoint_type for nova
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Dec 12, 2022
1 parent 5055302 commit 688d844
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 @@ -390,7 +390,7 @@ def get_object(self) -> pykube.Secret:
"clouds": {
"default": {
"region_name": self.region_name,
"interface": CONF.nova_client.interface.replace(
"interface": CONF.nova_client.endpoint_type.replace(
"URL", ""
),
"identity_api_version": 3,
Expand Down

0 comments on commit 688d844

Please sign in to comment.