summaryrefslogtreecommitdiff
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
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
-rw-r--r--.zuul.yaml4
-rw-r--r--playbooks/devstack/grenade/run.yaml3
2 files changed, 0 insertions, 7 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 674d4083c..4cec26fef 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -77,10 +77,6 @@
- openstack-infra/devstack-gate
- openstack/heat
- openstack/heat-tempest-plugin
- # openstack/placement is not part of legacy-dsvm-base because that is
- # branchless and openstack/placement only has a master branch (it is
- # new as of Stein)
- - openstack/placement
irrelevant-files:
- ^(test-|)requirements.txt$
- ^.*\.rst$
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