diff options
author | Matt Riedemann <mriedem.os@gmail.com> | 2018-09-30 11:51:16 -0400 |
---|---|---|
committer | Matt Riedemann <mriedem.os@gmail.com> | 2018-09-30 11:51:16 -0400 |
commit | 4e8a3ca6b2041c170f4073499ee0315616396af2 (patch) | |
tree | 6465f47cc693b8579606c5fcc0060a7a41c0804d /playbooks | |
parent | 7b34d88e131e64c67bd19f3fec157786e644f4f0 (diff) | |
download | heat-4e8a3ca6b2041c170f4073499ee0315616396af2.tar.gz |
Add openstack/placement as a required project for heat-grenade*
In order to get openstack/placement installed as part of the
heat grenade jobs, we have to list it as a required project.
Needed by https://review.openstack.org/604454/
Change-Id: I58fae5f56fdbcb4fc084689bde95f1a2c4bfad0f
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/devstack/grenade/run.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/playbooks/devstack/grenade/run.yaml b/playbooks/devstack/grenade/run.yaml index 5e9a84894..ed22de5ad 100644 --- a/playbooks/devstack/grenade/run.yaml +++ b/playbooks/devstack/grenade/run.yaml @@ -42,6 +42,9 @@ set -x export PROJECTS="openstack-dev/grenade $PROJECTS" export PROJECTS="openstack/heat-tempest-plugin $PROJECTS" + # Grenade needs to clone the placement repo on the Stein side since + # the repo did not exist in Rocky. + export PROJECTS="openstack/placement $PROJECTS" export PYTHONUNBUFFERED=true export GRENADE_PLUGINRC="enable_grenade_plugin heat https://git.openstack.org/openstack/heat" export DEVSTACK_GATE_NEUTRON=1 |