Skip to content

Commit

Permalink
Fixing error in contrail-keystone-setup.sh on R3.0
Browse files Browse the repository at this point in the history
Partial-Bug: #1547784

Change-Id: I7327a6114f413690d0bc3172537f785f640723e2
  • Loading branch information
a committed Mar 15, 2016
1 parent f1094ca commit 36bbf58
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -206,7 +206,7 @@ if [ $is_ubuntu -eq 1 ]; then
fi
fi

+source /etc/contrail/openstackrc
source /etc/contrail/openstackrc

if [[ -n "$ENABLE_ENDPOINTS" ]]; then
if [ -z $(endpoint_lookup $NOVA_SERVICE) ]; then
Expand Down

0 comments on commit 36bbf58

Please sign in to comment.