Merge "Add Ironic API version to passthru URL for deploy-ironic"
This commit is contained in:
commit
6b1d482423
@ -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