Merge "Fix is_keystone_enabled()"

This commit is contained in:
Jenkins
2015年02月18日 21:00:14 +00:00
committed by Gerrit Code Review

View File

@@ -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
openstack/devstack
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.