From 2ab8157726c651c44be4d2f3ba54157ce778a536 Mon Sep 17 00:00:00 2001 From: "Mytnyk, Volodymyr" Date: Wed, 27 Jun 2018 14:27:15 +0100 Subject: NSB setup inventory name changed NSB setup script [1] fails when retrieving the inventory file. This script is going to be deprecated but we still support it. [1] https://github.com/opnfv/yardstick/blob/master/nsb_setup.sh JIRA: YARDSTICK-1247 Change-Id: I3798531652b0e3a1a007d1d9434998fdd54645d7 Signed-off-by: Rodolfo Alonso Hernandez Signed-off-by: Mytnyk, Volodymyr (cherry picked from commit 370b703896656f6b6949de05b6c44c98a72eee46) --- nsb_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsb_setup.sh b/nsb_setup.sh index 50fc017d1..d68263a06 100755 --- a/nsb_setup.sh +++ b/nsb_setup.sh @@ -71,4 +71,4 @@ cd ${ANSIBLE_SCRIPTS} &&\ ansible-playbook \ -e img_property="nsb" \ -e YARD_IMG_ARCH='amd64' ${extra_args}\ - -i yardstick-install-inventory.ini nsb_setup.yml + -i install-inventory.ini nsb_setup.yml -- cgit 1.2.3-korg