diff options
author | 2016-10-17 15:52:52 -0500 | |
---|---|---|
committer | 2016-10-17 16:06:34 -0500 | |
commit | 5374c788e4f35c8295544e9be10523afcb7a17e7 (patch) | |
tree | ce76386856ef2b72153fbeaf913411ebde82f075 /ci/config_tpl/bundle_tpl/phase2-overrides.yaml | |
parent | d1aaa3704c4bb65a5f45ccfc1cb5d8bf18e6fb32 (diff) |
modfified to change the model default after bootstrap.
Change-Id: I621dd2b861e5b797f0876939c8c0472d0fca5c95
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/bundle_tpl/phase2-overrides.yaml')
-rw-r--r-- | ci/config_tpl/bundle_tpl/phase2-overrides.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/config_tpl/bundle_tpl/phase2-overrides.yaml b/ci/config_tpl/bundle_tpl/phase2-overrides.yaml index a8dbd400..72de7790 100644 --- a/ci/config_tpl/bundle_tpl/phase2-overrides.yaml +++ b/ci/config_tpl/bundle_tpl/phase2-overrides.yaml @@ -21,9 +21,11 @@ {% if os.network.l2_population %} #l2-population: true {% endif %} + region: {{ os.region }} {% if ubuntu.release == 'trusty' %} #source: "cloud:{{ ubuntu.release }}-{{ os.release }}" {% endif %} + #openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}" {% if ubuntu.release == 'xenial' %} {% if os.release == 'newton' %} #source: "cloud:{{ ubuntu.release }}-{{ os.release }}" |