Revert "Disable placement-api by default"

This reverts commit be6f34c338

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
This commit is contained in:
Matt Riedemann 2016-12-28 18:44:09 +00:00 committed by John L. Villalovos
parent be6f34c338
commit dc673e34b4
1 changed files with 0 additions and 5 deletions

View File

@ -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