From 5cb04f5fb8d9bd686b250365db8834c2eb4045e6 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Fri, 16 Mar 2018 15:08:41 +0100 Subject: [PATCH] devstack: enable "fake" inspection implementation It is now required due to https://review.openstack.org/550811 Depends-On: I705ec9d03d33623bd908e1a48f428062041b5d89 Change-Id: Ic1818f4f03de396550e99afc47da2be0212b47fa --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 68c249e97..1b0f184d7 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -69,7 +69,7 @@ GITBRANCH["python-ironic-inspector-client"]=${IRONIC_INSPECTOR_CLIENT_BRANCH:-ma # This is defined in ironic's devstack plugin. Redefine it just in case, and # insert "inspector" if it's missing. -IRONIC_ENABLED_INSPECT_INTERFACES=${IRONIC_ENABLED_INSPECT_INTERFACES:-"inspector,no-inspect"} +IRONIC_ENABLED_INSPECT_INTERFACES=${IRONIC_ENABLED_INSPECT_INTERFACES:-"inspector,no-inspect,fake"} if [[ "$IRONIC_ENABLED_INSPECT_INTERFACES" != *inspector* ]]; then IRONIC_ENABLED_INSPECT_INTERFACES="inspector,$IRONIC_ENABLED_INSPECT_INTERFACES" fi