add version for ironic api
Fix a failure in the bifrost inventory script
This commit is contained in:
parent
9d18779b13
commit
966173d474
@ -35,6 +35,7 @@
|
||||
bash -c '. env-vars &&
|
||||
export OS_URL=$IRONIC_URL &&
|
||||
export OS_TOKEN=$OS_AUTH_TOKEN &&
|
||||
export OS_BAREMETAL_API_VERSION=1.34 &&
|
||||
export BIFROST_INVENTORY_SOURCE=ironic &&
|
||||
ansible baremetal
|
||||
--connection local
|
||||
@ -94,6 +95,7 @@
|
||||
bash -c '. env-vars &&
|
||||
export OS_URL=$IRONIC_URL &&
|
||||
export OS_TOKEN=$OS_AUTH_TOKEN &&
|
||||
export OS_BAREMETAL_API_VERSION=1.34 &&
|
||||
export BIFROST_INVENTORY_SOURCE=ironic &&
|
||||
ansible baremetal
|
||||
--connection local
|
||||
|
Loading…
Reference in New Issue
Block a user