Merge lp:~gnuoy/ubuntu-openstack-ci/model-config into lp:ubuntu-openstack-ci

Proposed by Liam Young
Status: Merged
Merged at revision: 401
Proposed branch: lp:~gnuoy/ubuntu-openstack-ci/model-config
Merge into: lp:ubuntu-openstack-ci
Diff against target: 20 lines (+9/-0)
1 file modified
run/job-parts/osci_openstack_common.sh (+9/-0)
To merge this branch: bzr merge lp:~gnuoy/ubuntu-openstack-ci/model-config
Reviewer Review Type Date Requested Status
Ryan Beisner (community) Approve
Review via email: mp+349408@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ryan Beisner (1chb1n) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'run/job-parts/osci_openstack_common.sh'
--- run/job-parts/osci_openstack_common.sh 2018-04-16 14:14:20 +0000
+++ run/job-parts/osci_openstack_common.sh 2018-07-12 13:21:20 +0000
@@ -291,9 +291,18 @@
291}291}
292292
293293
294function f_openstack_set_zaza_env_vars() {
295 f_line $FUNCNAME
296 export MODEL_SETTINGS="virt-type=kvm"
297 echo " + Setting zaza env vars:"
298 echo " MODEL_SETTINGS: $MODEL_SETTINGS"
299}
300
301
294function f_amulet_set_network_env_vars() {302function f_amulet_set_network_env_vars() {
295 f_line $FUNCNAME303 f_line $FUNCNAME
296 f_openstack_set_network_env_vars304 f_openstack_set_network_env_vars
305 f_openstack_set_zaza_env_vars
297}306}
298307
299308

Subscribers

People subscribed via source and target branches