summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRabi Mishra <ramishra@redhat.com>2020-06-25 09:29:06 +0530
committerRabi Mishra <ramishra@redhat.com>2020-06-25 11:41:27 +0530
commite4c9400896a247e9623d368c77f31274448613e2 (patch)
treea86d466bbe6b72922f9e354c80a3fc757001da5a
parent33972cce5768011809b6231fb5ac865869c11f7f (diff)
downloadheat-e4c9400896a247e9623d368c77f31274448613e2.tar.gz
[stable/train] Allow resizing of instances on same host
This allows resizing of instances on the same host and would not depend on ssh to the other node in multinode grenade job. For ussuri and above we'll use the zuulv3 jobs which sets it by default. Change-Id: I68c4ff34266ee1ae0a68df36b1fa1025b23b712a Task: 40166
-rw-r--r--playbooks/devstack/grenade/run.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/devstack/grenade/run.yaml b/playbooks/devstack/grenade/run.yaml
index ec2ee28b8..692889ef1 100644
--- a/playbooks/devstack/grenade/run.yaml
+++ b/playbooks/devstack/grenade/run.yaml
@@ -31,6 +31,7 @@
[[local|localrc]]
enable_plugin heat https://opendev.org/openstack/heat
TEMPEST_PLUGINS+=' ../heat-tempest-plugin'
+ NOVA_ALLOW_MOVE_TO_SAME_HOST=True
EOF
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'