Merge "tests: Fix keystoneclient import"

This commit is contained in:
Zuul
2025年03月06日 23:42:02 +00:00
committed by Gerrit Code Review

View File

@@ -20,7 +20,7 @@ import uuid
from random import shuffle
try:
from keystoneclient.v3 import ksc
from keystoneclient.v3 import client as ksc
except ImportError:
ksc = None
from swiftclient import get_auth, http_connection
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.