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:
parent
8d5923be11
commit
5de277fb54
@ -90,7 +90,7 @@ function do_vendor_passthru_and_wait {
|
|||||||
"-H 'Accept: application/json'" \
|
"-H 'Accept: application/json'" \
|
||||||
"-H 'Content-Type: application/json'" \
|
"-H 'Content-Type: application/json'" \
|
||||||
-d "$data" \
|
-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"
|
echo "Waiting for notice of complete"
|
||||||
nc -l -p 10000
|
nc -l -p 10000
|
||||||
|
Loading…
Reference in New Issue
Block a user