Add Ironic API version to passthru URL for deploy-ironic

Add current version of Ironic API for consistensy with IPA and Ironic
API settings, and for compatibility in the future.

Change-Id: I13c7a26b6cfb47a14aa49ee78441a1d97d7b42d0
This commit is contained in:
Yuriy Zveryanskyy 2015-05-29 09:12:21 +03:00
parent 8d5923be11
commit 5de277fb54

View File

@ -90,7 +90,7 @@ function do_vendor_passthru_and_wait {
"-H 'Accept: application/json'" \
"-H 'Content-Type: application/json'" \
-d "$data" \
"$IRONIC_API_URL/nodes/$DEPLOYMENT_ID/vendor_passthru/$vendor_passhru_name"
"$IRONIC_API_URL/v1/nodes/$DEPLOYMENT_ID/vendor_passthru/$vendor_passhru_name"
echo "Waiting for notice of complete"
nc -l -p 10000