devstack: set [service_available]ironic-inspector = True

Depends-On: Ic1d9fbdb1505662ef499229f700dffb719993a90
Change-Id: I78fead573222465d8e5dd9e172697d9d1f4634f9
This commit is contained in:
Dmitry Tantsur 2017-12-14 11:29:04 +01:00
parent 71cae9c8e9
commit b81c142824
1 changed files with 1 additions and 0 deletions

View File

@ -347,6 +347,7 @@ elif [[ "$1" == "stack" && "$2" == "extra" ]]; then
elif [[ "$1" == "stack" && "$2" == "test-config" ]]; then
if is_service_enabled tempest; then
echo_summary "Configuring Tempest for Ironic Inspector"
iniset $TEMPEST_CONFIG service_available ironic_inspector True
if [ -n "$IRONIC_INSPECTOR_NODE_NOT_FOUND_HOOK" ]; then
iniset $TEMPEST_CONFIG baremetal_introspection auto_discovery_feature True
fi