af9b93a8da
After the https://review.openstack.org/#/c/225960/ landed, we need to remove mistral libs installation to devstack. Change-Id: I1824f9dd026fdc016d5a34292542d13d393ba566 Related-Bug: #1497913
6 lines
138 B
Bash
Executable File
6 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Install Mistral devstack integration
|
|
source ./pre_test_hook_common.sh
|
|
MISTRAL_BASE=/opt/stack/new/mistral/contrib/devstack
|