sap-oc / crowbar-openstack

Openstack deployment for Crowbar
3 stars 1 forks source link

Revert "PTF: enforce use_l2pop = true" #43

Closed vuntz closed 6 years ago

vuntz commented 7 years ago

This was only needed for one deployment, to not revert the l2pop setting on upgrade. But generally speaking, this hack should not be used anymore to not enable l2pop by accident for anyone.

This reverts commit daf51114ce5ad27d1b1ef144e7e95918498b6da9.

tpatzig commented 7 years ago

but this will not be set to false, if we merge and install that, because we have not enabled dvr?

vuntz commented 7 years ago

but this will not be set to false, if we merge and install that, because we have not enabled dvr?

So there are three scenarios:

My understanding is that the third case doesn't exist anymore, hence it's safe to revert the hack.

tpatzig commented 7 years ago

just checked our prod and yes we have the hack installed 😄 , so should be safe to merge

matelakat commented 6 years ago

Re-basing it

matelakat commented 6 years ago

Let's see what CI has to say.