From dc673e34b4243ed704e3a4562c5ca73d6b4f4ccd Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 28 Dec 2016 18:44:09 +0000 Subject: [PATCH] Revert "Disable placement-api by default" This reverts commit be6f34c3388365f93c84671f07af7a1cffb6efd8 Now that the openstack/nova commit 3c217acb9c55d647ca362320d697e80d7cfa5ceb has landed. The issue is now fixed and we can revert this change. Change-Id: I6729706b13d49a277a2f037ea7ef00211d4a4ca9 Related-Bug: #1651678 --- devstack/settings | 5 ----- 1 file changed, 5 deletions(-) diff --git a/devstack/settings b/devstack/settings index d4ecb73cc8..82d273e5e2 100644 --- a/devstack/settings +++ b/devstack/settings @@ -8,8 +8,3 @@ local_mtu=$(ip link show | sed -ne 's/.*mtu \([0-9]\+\).*/\1/p' | sort -n | head # 50 bytes is overhead for vxlan (which is greater than GRE # allowing us to use either overlay option with this MTU. PUBLIC_BRIDGE_MTU=$((local_mtu - 50)) - -# NOTE(vsaienko) disable placement-api as it breaks ironic CI and permanent fix -# in Nova stuck at the decision phase https://review.openstack.org/#/c/414214/ -# https://launchpad.net/bugs/1651678 -disable_service placement-api \ No newline at end of file