From ce3dd1991d6ce943c73215e1b08b7c720dc52f86 Mon Sep 17 00:00:00 2001 From: Nate Potter Date: Tue, 10 Nov 2015 23:05:35 +0000 Subject: [PATCH] Add openrc file creation to AIO script This patch will add the creation of an openrc file containing the credentials a user needs to use their OpenStack deployment to the end of the AIO script. Change-Id: I1353d9e1a3b026f0c6d56d6cfd2f0581866bed90 --- all-in-one.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/all-in-one.sh b/all-in-one.sh index c00df3586..3a6e0b1c8 100755 --- a/all-in-one.sh +++ b/all-in-one.sh @@ -72,10 +72,23 @@ if [ $RESULT -ne 0 ]; then exit 1 fi +cat > ~/openrc <