Fix controller IP parsing in "nsb_setup.sh" script 11/48911/1
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Fri, 27 Oct 2017 10:43:29 +0000 (11:43 +0100)
committerRoss Brattain <ross.b.brattain@intel.com>
Thu, 14 Dec 2017 04:26:32 +0000 (04:26 +0000)
commitb2221a6d2241ff536bee7eff6f22d41161d4e3c3
treee361bb8964d94effd23bd32933e49f5bc42a7161
parent71f18a582481c3d51c8e2a1450f4ca71bd2a20d7
Fix controller IP parsing in "nsb_setup.sh" script

Fixed the controller IP parsing in "nsb_setup.sh" script. The new
regex expression now accepts "OS_AUTH_URL" as:
  * http://10.237.223.168/identity
  * http://10.237.223.168:5000/identity
  * http://hostname/identity
  * http://hostname:5000/identity

JIRA: YARDSTICK-829

Change-Id: Ifaeab991bcbb6aa7b22c3533ab7554527184878b
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
(cherry picked from commit b5e35986a77831841b064e435a6041a121634bec)
nsb_setup.sh