diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2015-11-03 19:13:19 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2015-11-03 19:13:19 -0600 |
commit | f9875bf251a96f61b0cb6e1f81a16db50e736e24 (patch) | |
tree | 3328a487c1f3a195a74c9cce8337ccfc3fe6e93e /ci/opencontrail/juju-deployer/scripts | |
parent | 6b06703b036951bdf4a9d60bddb1c452668ebf6d (diff) |
modified as per new bundle of contrail.
Change-Id: I195afcfd7ec81fc4e71027ff8011b447f9d08964
Diffstat (limited to 'ci/opencontrail/juju-deployer/scripts')
-rwxr-xr-x | ci/opencontrail/juju-deployer/scripts/openstack.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/opencontrail/juju-deployer/scripts/openstack.sh b/ci/opencontrail/juju-deployer/scripts/openstack.sh index 7c0a8ab0..8926a935 100755 --- a/ci/opencontrail/juju-deployer/scripts/openstack.sh +++ b/ci/opencontrail/juju-deployer/scripts/openstack.sh @@ -23,7 +23,7 @@ unitMachine() mkdir -m 0700 -p cloud controller_address=$(unitAddress keystone 0) -configOpenrc admin openstack admin http://$controller_address:5000/v2.0 RegionOne > cloud/admin-openrc +configOpenrc admin openstck admin http://$controller_address:5000/v2.0 RegionOne > cloud/admin-openrc chmod 0600 cloud/admin-openrc machine=$(unitMachine nova-cloud-controller 0) |