Skip to content

Commit

Permalink
fix: use nova_client interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Dec 12, 2022
1 parent 6b6e975 commit 5dc34f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions magnum_cluster_api/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,9 @@ def get_object(self) -> pykube.Secret:
"clouds": {
"default": {
"region_name": self.region_name,
"interface": CONF.nova_client.interface.replace(
"URL", ""
),
"identity_api_version": 3,
"verify": CONF.drivers.verify_ca,
"auth": {
Expand Down

0 comments on commit 5dc34f3

Please sign in to comment.