Merge "Fix is_keystone_enabled()"
This commit is contained in:
5 changed files with 18 additions and 13 deletions
@@ -112,7 +112,7 @@ if is_service_enabled glance; then
stop_glance
fi
if is_service_enabled key; then
if is_service_enabled keystone; then
stop_keystone
fi
Reference in New Issue
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.