Skip to content

Commit

Permalink
tested against new devstack
Browse files Browse the repository at this point in the history
Signed-off-by: Katharina Trentau <[email protected]>
  • Loading branch information
fraugabel committed Sep 24, 2024
1 parent d3f6ed4 commit a33df9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/iaas/key-manager/check-for-key-manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def synth_auth_url(auth_url: str):
re_auth_url = auth_url + "/auth/tokens"
else:
re_auth_url = auth_url + "/v3/auth/tokens"
print(f"url: {re_auth_url}")
return re_auth_url


Expand Down Expand Up @@ -134,7 +135,7 @@ def check_presence_of_key_manager(cloud_name: str):
return 0

# we did not find the key-manager service
logger.warning("There is no key-manager endpoint in the cloud.")
logger.warning(f"{RED}There is no key-manager endpoint in the cloud.{RESET}")
# we do not fail, until a key-manager MUST be present
return 0

Expand Down

0 comments on commit a33df9f

Please sign in to comment.