diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2017-02-15 08:08:33 +0000 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-02-15 11:13:30 +0000 |
commit | 20f209a6c7564af44c12d06da92db2b55354b0b4 (patch) | |
tree | 45095d065daaf8c677bb9034ce5636b45fcb0edc /ci | |
parent | 90f76a2465641d98e977e4e6a5fecbd698384ef4 (diff) |
fix bundle_tpl and default versions
- fix syntax error of bundle template for juju2
- update default openstack and opnfv version of 'deploy.sh'
Change-Id: I786c269a59d72f641ea9e0c1d1c0c9fdf204956c
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index d933dbef..90463967 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -7,9 +7,9 @@ set -ex opnfvsdn=nosdn opnfvtype=nonha -openstack=mitaka +openstack=newton opnfvlab=default -opnfvrel=c +opnfvrel=d opnfvfeature=none opnfvdistro=xenial opnfvarch=amd64 |