Skip to content

Commit

Permalink
Fix another instance of sourcing keystone creds from PWD
Browse files Browse the repository at this point in the history
  • Loading branch information
kashyapc committed Jan 14, 2015
1 parent 80c47b6 commit d318fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-new-tenant-network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ EOF


# Source this user credentials
source keystonerc_$username
source $PWD/keystonerc_$username


# Create new private network, subnet for this user tenant
Expand Down

0 comments on commit d318fd0

Please sign in to comment.