add is_keystone_enabled
This is missing, and makes logic much harder for the grenade use case. Change-Id: Ib6670096d190e69273256b87e6a67e2b46945a0d
This commit is contained in:
parent
f0bd8dbe37
commit
4f3b66f538
@ -496,6 +496,9 @@ function stop_keystone {
|
|||||||
_cleanup_keystone_apache_wsgi
|
_cleanup_keystone_apache_wsgi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function is_keystone_enabled {
|
||||||
|
return is_service_enabled key
|
||||||
|
}
|
||||||
|
|
||||||
# Restore xtrace
|
# Restore xtrace
|
||||||
$XTRACE
|
$XTRACE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user