At the time of this writing, we don't have jumbo frames enabled for cloudvirts, or the cloud-private subnet.
Openstack automatically gives VMs attached to VXLAN networks a proper MTU to account for the additional tunnel protocol header bytes.
In pratice, this means VMs don't have 1500 MTU, but 1450.
We could, however, enable jumbo frames everywhere (in particular cloudvirts and the cloud-private subnets) so openstack would allow VMs to run with 1500 MTU.
Changing the MTU of the cloudvirts can be a headache, because during the transition, there will be some cloudvirts with jumbo frames and other without, and therefore some VMs with higher MTU than others.