File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ mkdir -p "${ARTIFACTS}/logs/"
39
39
40
40
ARCH=$( uname -m)
41
41
OS=$( uname -s)
42
- IBMCLOUD_CLI_VERSION=${IBMCLOUD_CLI_VERSION:- " 2.21.0 " }
42
+ IBMCLOUD_CLI_VERSION=${IBMCLOUD_CLI_VERSION:- " 2.22.1 " }
43
43
E2E_FLAVOR=${E2E_FLAVOR:- }
44
44
capibmadm=$( pwd) /bin/capibmadm
45
45
@@ -92,7 +92,7 @@ create_powervs_network_instance(){
92
92
# Install power-iaas command-line plug-in and target the required service instance
93
93
ibmcloud plugin install power-iaas -f
94
94
CRN=$( ibmcloud resource service-instance ${IBMPOWERVS_SERVICE_INSTANCE_ID} --output json | jq -r ' .[].crn' )
95
- ibmcloud pi service- target ${CRN}
95
+ ibmcloud pi workspace target ${CRN}
96
96
97
97
# Create the network instance
98
98
${capibmadm} powervs network create --name ${IBMPOWERVS_NETWORK_NAME} --service-instance-id ${IBMPOWERVS_SERVICE_INSTANCE_ID} --zone ${ZONE}
You can’t perform that action at this time.
0 commit comments