From 62cf2d2f6aa9a706cfae74d6ddbbf1f9fb838e96 Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Thu, 11 Aug 2016 09:52:28 -0700 Subject: [PATCH] Added local IP to vagrant.sh Explicitly included the IP address to the generated localrc. Variable substitution actually occurs in the script and is not output to the config file. I could escape it, but this was faster. Change-Id: Ife15221d86c764e97fd02951db6410261827ca1b --- vagrant.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vagrant.sh b/vagrant.sh index b61c765..d4d2905 100644 --- a/vagrant.sh +++ b/vagrant.sh @@ -28,9 +28,10 @@ EOL # Add some other settings. cat >/devstack/local.conf <