From 6dd0de04f844b503d904674e363811127a3de5a5 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Tue, 26 Jan 2016 13:39:43 +0100 Subject: [PATCH] Use new introspection data save command in exercise.sh Change-Id: I28158449526dc702e0381cce558cf63c8634b5b8 --- devstack/exercise.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/exercise.sh b/devstack/exercise.sh index 88b0b0567..dfe7b8f0c 100755 --- a/devstack/exercise.sh +++ b/devstack/exercise.sh @@ -117,7 +117,7 @@ openstack baremetal introspection rule purge function test_swift { # Basic sanity check of the data stored in Swift - stored_data_json=$(curl_ins GET v1/introspection/$uuid/data) + stored_data_json=$(openstack baremetal introspection data save $uuid) stored_cpu_arch=$(echo $stored_data_json | jq -r '.cpu_arch') echo CPU arch for $uuid from stored data: $stored_cpu_arch if [ "$stored_cpu_arch" != "$expected_cpu_arch" ]; then