From 5ac42a507a7596825aacd4d9baab25e502e61116 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Tue, 12 Jan 2016 13:21:39 -0600 Subject: modified admin-role: admin for all charms as there was an issue where deployment failed if we add this option only to keystone charm. Change-Id: I8a50b201f897445cf606beed6068c6f7bae62787 --- ci/opencontrail/juju-deployer/contrail.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ci/opencontrail/juju-deployer/contrail.yaml') diff --git a/ci/opencontrail/juju-deployer/contrail.yaml b/ci/opencontrail/juju-deployer/contrail.yaml index fa9647bc..b47580eb 100644 --- a/ci/opencontrail/juju-deployer/contrail.yaml +++ b/ci/opencontrail/juju-deployer/contrail.yaml @@ -106,7 +106,6 @@ openstack-phase2: options: "admin-password": openstack "admin-token": admin - "admin-role": admin to: - "lxc:nodes-api=0" "openstack-dashboard": @@ -247,6 +246,7 @@ trusty-liberty: openstack-origin: cloud:trusty-liberty source: "cloud:trusty-liberty" ceph-osd-replication-count: 1 + admin-role: admin trusty-kilo-nodes: inherits: openstack-phase1 @@ -270,6 +270,7 @@ trusty-kilo: openstack-origin: cloud:trusty-kilo source: "cloud:trusty-kilo" ceph-osd-replication-count: 1 + admin-role: admin trusty-juno-nodes: @@ -293,5 +294,6 @@ trusty-juno: openstack-origin: cloud:trusty-juno source: "cloud:trusty-juno" ceph-osd-replication-count: 1 + admin-role: admin -- cgit 1.2.3-korg