Skip to content

Commit efd86cd

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Remove wrong paramter COMPUTE_API_VERSION"
2 parents 6b0a3c6 + 55a1bca commit efd86cd

3 files changed

Lines changed: 0 additions & 11 deletions

File tree

exercises/client-args.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ unset NOVA_PROJECT_ID
4141
unset NOVA_REGION_NAME
4242
unset NOVA_URL
4343
unset NOVA_USERNAME
44-
unset NOVA_VERSION
4544

4645
# Save the known variables for later
4746
export x_TENANT_NAME=$OS_TENANT_NAME

exercises/client-env.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ unset NOVA_PROJECT_ID
4141
unset NOVA_REGION_NAME
4242
unset NOVA_URL
4343
unset NOVA_USERNAME
44-
unset NOVA_VERSION
4544

4645
for i in OS_TENANT_NAME OS_USERNAME OS_PASSWORD OS_AUTH_URL; do
4746
is_set $i
@@ -101,9 +100,6 @@ if [[ "$ENABLED_SERVICES" =~ "n-api" ]]; then
101100
STATUS_EC2="Failed"
102101
RETURN=1
103102
fi
104-
105-
# Clean up side effects
106-
unset NOVA_VERSION
107103
fi
108104
fi
109105

openrc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,6 @@ if [[ ! -v OS_CACERT ]] ; then
9595
fi
9696
fi
9797

98-
# Currently novaclient needs you to specify the *compute api* version. This
99-
# needs to match the config of your catalog returned by Keystone.
100-
export NOVA_VERSION=${NOVA_VERSION:-1.1}
101-
# In the future this will change names:
102-
export COMPUTE_API_VERSION=${COMPUTE_API_VERSION:-$NOVA_VERSION}
103-
10498
# Currently cinderclient needs you to specify the *volume api* version. This
10599
# needs to match the config of your catalog returned by Keystone.
106100
export CINDER_VERSION=${CINDER_VERSION:-2}

0 commit comments

Comments
 (0)