summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2018-10-24 08:48:37 -0400
committerMatt Riedemann <mriedem.os@gmail.com>2018-10-24 08:48:58 -0400
commit0b9c9dbce7e3f12e280d22a8177851bf79aff087 (patch)
tree2c457047d57d2083cedb006c1ee160cc655a2d0a /playbooks
parent63bff7408ad9ba95284c6af63228ddf96b981ae4 (diff)
downloadheat-0b9c9dbce7e3f12e280d22a8177851bf79aff087.tar.gz
Revert "Add openstack/placement as a required project for heat-grenade*"
This reverts commit 4e8a3ca6b2041c170f4073499ee0315616396af2. This is handled generically with this change and its dependency: https://review.openstack.org/#/c/606853/ Change-Id: Ic79cc07a2d11772c1892b2db8c4c02cc7be4081c
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/devstack/grenade/run.yaml3
1 files changed, 0 insertions, 3 deletions
diff --git a/playbooks/devstack/grenade/run.yaml b/playbooks/devstack/grenade/run.yaml
index ed22de5ad..5e9a84894 100644
--- a/playbooks/devstack/grenade/run.yaml
+++ b/playbooks/devstack/grenade/run.yaml
@@ -42,9 +42,6 @@
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