-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #570 from shannonmitchell/JIRA/REO-REO-343
Fixes Glance & Cinder API Version Check Issue
- Loading branch information
Showing
2 changed files
with
10 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
fixes: | ||
- The maas_common.py is setting OS_VOLUME_API_VERSION and | ||
OS_IMAGE_API_VERSION with a default of None. This caused | ||
calls to get_auth_details to fail a key check for 'None' | ||
causing nova and neutron checks to fail of those variables | ||
are not being set in the environment anywhere. |