diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-03-09 13:43:28 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-03-09 13:44:13 -0600 |
commit | 468d57391abd10e2891865e58c920ba8ce1e4511 (patch) | |
tree | e39d822475141b79f848adb13ee6cf36334cae60 /ci/config_tpl/juju2/bundle_tpl | |
parent | 8f2baac1f14a5b3503d8086053189010de7ead2d (diff) |
modfiied to use the openstack-db
Change-Id: I5af37e835db147c59ed091a37f1c1f0412e24e3a
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/odl.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/odl.yaml b/ci/config_tpl/juju2/bundle_tpl/odl.yaml index 5580449f..472efc3c 100644 --- a/ci/config_tpl/juju2/bundle_tpl/odl.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/odl.yaml @@ -14,7 +14,7 @@ {% elif os.network.odll3 %} profile: "openvswitch-odl-beryllium-l3" {% else %} - profile: "openvswitch-odl-boron" + profile: "openvswitch-odl-beryllium" {% endif %} http-proxy: "http://squid.internal:3128" https-proxy: "http://squid.internal:3128" |