diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-10-06 22:40:38 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-10-06 22:54:19 -0500 |
commit | 1e59c89faec7ff45140227c8db1c00cf63d9b45b (patch) | |
tree | 64f97cf71d1c102b7f1d78d9d17c77cabedff8c9 /ci/config_tpl/bundle_tpl/nova-compute.yaml | |
parent | 4b367d124bece258eb520c7878de835b37a01abb (diff) |
modified to fix the opencontrail bundle issue for nonha.
Change-Id: I3b35c8bb4d9ceecdacebf2b092fe38acb77b5076
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/bundle_tpl/nova-compute.yaml')
-rw-r--r-- | ci/config_tpl/bundle_tpl/nova-compute.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/config_tpl/bundle_tpl/nova-compute.yaml b/ci/config_tpl/bundle_tpl/nova-compute.yaml index 03118899..0a9305af 100644 --- a/ci/config_tpl/bundle_tpl/nova-compute.yaml +++ b/ci/config_tpl/bundle_tpl/nova-compute.yaml @@ -10,6 +10,7 @@ {% endif %} {% endif %} options: + openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}" enable-live-migration: true enable-resize: true migration-auth-type: ssh |