Fix typo with DEVSTACK_LOCAL_CONFIG for nodepool-dsvm job
We want to preserve the previous settings for DEVSTACK_LOCAL_CONFIG, so append not replace. Change-Id: I8ecfc6871aa1bae09013337a8f9d812b83c41464 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
668b81e1e3
commit
2183ff6a71
@ -55,7 +55,7 @@
|
||||
# note the actual url here is somewhat irrelevant because it
|
||||
# caches in nodepool, however make it a valid url for
|
||||
# documentation purposes.
|
||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin nodepool git://git.openstack.org/openstack-infra/nodepool"
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin nodepool git://git.openstack.org/openstack-infra/nodepool"
|
||||
|
||||
function post_test_hook {{
|
||||
/opt/stack/new/nodepool/tools/check_devstack_plugin.sh
|
||||
@ -126,7 +126,7 @@
|
||||
# note the actual url here is somewhat irrelevant because it
|
||||
# caches in nodepool, however make it a valid url for
|
||||
# documentation purposes.
|
||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin nodepool git://git.openstack.org/openstack-infra/nodepool"
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin nodepool git://git.openstack.org/openstack-infra/nodepool"
|
||||
export DEVSTACK_PROJECT_FROM_GIT="diskimage-builder"
|
||||
export DEVSTACK_PROJECT_FROM_GIT+=",glean"
|
||||
export DEVSTACK_PROJECT_FROM_GIT+=",shade"
|
||||
|
Loading…
x
Reference in New Issue
Block a user