Merge "Fix inconsistent default value type"

This commit is contained in:
Zuul
2024年10月25日 21:15:49 +00:00
committed by Gerrit Code Review

View File

@@ -322,7 +322,7 @@ ShareGroup = [
help="Time to wait for share backup before "
"timing out (seconds)."),
cfg.IntOpt("share_server_migration_timeout",
default="1500",
default=1500,
help="Time to wait for share server migration before "
"timing out (seconds)."),
cfg.StrOpt("default_share_type_name",
Reference in New Issue
openstack/manila-tempest-plugin
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.