diff options
-rw-r--r-- | ci/onos/juju-deployer/ovs-onos-nonha.yaml | 2 | ||||
-rw-r--r-- | ci/onos/juju-deployer/ovs-onos-tip.yaml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ci/onos/juju-deployer/ovs-onos-nonha.yaml b/ci/onos/juju-deployer/ovs-onos-nonha.yaml index 51598f81..32055774 100644 --- a/ci/onos/juju-deployer/ovs-onos-nonha.yaml +++ b/ci/onos/juju-deployer/ovs-onos-nonha.yaml @@ -136,7 +136,7 @@ openstack-phase2: to: - "lxc:nodes-api=0" neutron-gateway: - branch: lp:~openstack-charmers/charms/trusty/neutron-gateway/next + branch: "lp:~wuwenbin2/onosfw/neutron-gateway" options: # "ext-port": "eth1" plugin: onos diff --git a/ci/onos/juju-deployer/ovs-onos-tip.yaml b/ci/onos/juju-deployer/ovs-onos-tip.yaml index a71c7401..c1164ceb 100644 --- a/ci/onos/juju-deployer/ovs-onos-tip.yaml +++ b/ci/onos/juju-deployer/ovs-onos-tip.yaml @@ -137,11 +137,11 @@ openstack-phase2: to: - "lxc:nodes-api=0" neutron-gateway: - branch: "lp:~openstack-charmers/charms/trusty/neutron-gateway/next" + branch: "lp:~wuwenbin2/onosfw/neutron-gateway" options: openstack-origin-git: include-file://neutron-master.yaml # "ext-port": "eth1" - plugin: ovs-onos + plugin: onos instance-mtu: 1400 to: - "nodes-api=0" |