diff options
Diffstat (limited to 'ci/nosdn/juju-deployer/ovs.yaml')
-rw-r--r-- | ci/nosdn/juju-deployer/ovs.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ci/nosdn/juju-deployer/ovs.yaml b/ci/nosdn/juju-deployer/ovs.yaml index 4f305695..137321b0 100644 --- a/ci/nosdn/juju-deployer/ovs.yaml +++ b/ci/nosdn/juju-deployer/ovs.yaml @@ -3,11 +3,11 @@ openstack-phase1: series: trusty services: nodes-api: - charm: "local:trusty/ubuntu-nodes-controller" + charm: "cs:trusty/ubuntu" num_units: 1 constraints: tags=control nodes-compute: - charm: "local:trusty/ubuntu-nodes-compute" + charm: "cs:trusty/ubuntu" num_units: 1 constraints: tags=compute "ntp": @@ -80,6 +80,7 @@ openstack-phase2: options: admin-password: openstack admin-token: admin + admin-role: admin ha-mcastport: 5403 to: - "lxc:nodes-api=0" |