-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/openstack connection creation (#378)
* Update to use openstack credential directly * Remove test for removed code * Fix the unit tests * Fix dict values type error * Fix dependency issues * Try new deps * Try new deps * Fix merge issue * Remove a todo comment * Add debugging * Fix merge issue * Remove debug * Fix clouds.yaml access * Fix clouds.yaml dict access * Add comments on the auth fields of clouds.yaml * Fix fmt * Add reactive debug test * Debug reactive * Try if region_name * Print deubgging info * add region_name to _OpenStackAuth * add region_name to _OpenStackCloud * run other integration tests * fix test_runner_manager_openstack * fix unit tests * revert integration_test.yaml * fix unit test * lint * update changelog * increase image-builder deploy timeout * pin correct commit * final new line * remove todo * lint --------- Co-authored-by: Christopher Bartz <[email protected]>
- Loading branch information
Showing
10 changed files
with
71 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.