diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-12 22:02:55 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-13 04:35:27 +0000 |
commit | 192a4ee2d87c265f217cd4672f2f28983c5dccf5 (patch) | |
tree | 74f2376309ca17447a3f43c6b24edbf7f3b7f66f /ci/nosdn/juju-deployer/ovs.yaml | |
parent | b6b1a068b2c52892fe480bbd01ba38aae119ad7b (diff) |
modified to add admin accross all deployment also adjust the unit
for faster install.
Change-Id: Ia280a428bed9eea6ae25944e787e616373ca93e6
(cherry picked from commit ff540418592ea894db5dfa41338be740dd8d485d)
Diffstat (limited to 'ci/nosdn/juju-deployer/ovs.yaml')
-rw-r--r-- | ci/nosdn/juju-deployer/ovs.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ci/nosdn/juju-deployer/ovs.yaml b/ci/nosdn/juju-deployer/ovs.yaml index ea0906ce..46659686 100644 --- a/ci/nosdn/juju-deployer/ovs.yaml +++ b/ci/nosdn/juju-deployer/ovs.yaml @@ -53,6 +53,7 @@ openstack-phase2: num_units: 1 options: use-embedded-webserver: true + operator-roles: "Memeber,admin" to: - "lxc:nodes-api=0" cinder: @@ -259,7 +260,7 @@ trusty-liberty: series: trusty ceph-osd-replication-count: 1 admin-role: admin - + keystone-admin-role: admin trusty-kilo-nodes: inherits: openstack-phase1 @@ -277,7 +278,7 @@ trusty-kilo: series: trusty ceph-osd-replication-count: 1 admin-role: admin - + keystone-admin-role: admin trusty-juno-nodes: inherits: openstack-phase1 @@ -295,5 +296,5 @@ trusty-juno: series: trusty ceph-osd-replication-count: 1 admin-role: admin - + keystone-admin-role: admin |