Description of problem: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/14/html-single/networking_with_open_virtual_network/#preparing_for_the_migration Step 4 under prepare for the migration adds a -e $HOME/ovn-extras.yaml to the deploy script. If people edit their deploy script and add this literally, the following happens later in the migration steps: $ ovn_migration.sh setup-mtu-t1 ovn-extras.yaml file is missing in /home/stack/deploy-ovn.sh. Please add it as " -e /home/stack/ovn-extras.yaml" The ovn_migration.sh script is looking for /home/stack/ vs $HOME, so the steps should probably say /home/stack vs $HOME Version-Release number of selected component (if applicable): OSP14
*** This bug has been marked as a duplicate of bug 1672782 ***