Disable placement-api by default
With placement-api enablement Ironic jobs got into regression due to [0]. The fix in Nova stuck at the decision phase [1]. Until Nova fix issue permanently disable it in ironic to unblock CI. [0] https://bugs.launchpad.net/ironic/+bug/1651678 [1] https://review.openstack.org/#/c/414214/ Change-Id: I658ec963761dd4c5111a98e77298a8974553e857 Related-Bug: #1651678
This commit is contained in:
parent
afaebfdb24
commit
be6f34c338
@ -8,3 +8,8 @@ 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
|
Loading…
x
Reference in New Issue
Block a user