Add mistral into the playbook list

This makes sure mistral can be installed by default, should the
conf.d/env.d be adapted by the user.

Without this patch, mistral is not installed by default when
running setup-everything/setup-openstack, and therefore doesn't
run in gates.

Change-Id: I5cf5f1cb1725dc5b56463e7c28d941628b6b54f4
This commit is contained in:
Jean-Philippe Evrard 2019-07-09 17:37:31 +02:00
parent 5c3881af23
commit 04338b31b6

View File

@ -37,6 +37,7 @@
- import_playbook: os-blazar-install.yml
- import_playbook: os-masakari-install.yml
- import_playbook: os-manila-install.yml
- import_playbook: os-mistral-install.yml
# This is not an OpenStack service, but integrates with Keystone and must be
# deployed afterward.