
This patch enables the Angular Launch Instance workflow by default. The toggle has been maintained for those running the Python workflow, and also for the integration tests to run against both simultaneously. Keep integration tests running for a legacy Launch Instance workflow by means of a separate local_settings.d code snippet activated before starting the tests. Co-Authored-By: Timur Sufiev <tsufiev@mirantis.com> Change-Id: Id0c57b33df46397711e32092cec6cc5268841779 Implements: blueprint enable-angular-launch-instance
8 lines
271 B
Bash
Executable File
8 lines
271 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# This script will be executed inside pre_test_hook function in devstack gate
|
|
|
|
cd /opt/stack/new/horizon/openstack_dashboard/local/local_settings.d
|
|
mv _20_integration_tests_scaffolds.py.example _20_integration_tests_scaffolds.py
|
|
sudo service apache2 restart
|