You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running incremental-upgrade.sh, during the variable-migrations play run, it attempts to append python_ceph_packages to /opt/openstack_deploy/user_local_variables.yml. However it incorrectly indents the apended text and includes the EOT
-- snitting from user_local_variables.yml
maas_holland_venv_enabled: True
python_ceph_packages:
python-ceph
EOT
The text was updated successfully, but these errors were encountered:
When running incremental-upgrade.sh, during the variable-migrations play run, it attempts to append python_ceph_packages to /opt/openstack_deploy/user_local_variables.yml. However it incorrectly indents the apended text and includes the EOT
-- snitting from user_local_variables.yml
maas_holland_venv_enabled: True
python_ceph_packages:
EOT
The text was updated successfully, but these errors were encountered: