File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed
Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ set -o errexit
1717# an error. It is also useful for following allowing as the install occurs.
1818set -o xtrace
1919
20+
2021# Settings
2122# ========
2223
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ ** client-args.sh**
4+
35# Test OpenStack client authentication aguemnts handling
46
57echo " *********************************************************************"
68echo " Begin DevStack Exercise: $0 "
79echo " *********************************************************************"
810
11+
912# Settings
1013# ========
1114
@@ -38,7 +41,7 @@ export x_USERNAME=$OS_USERNAME
3841export x_PASSWORD=$OS_PASSWORD
3942export x_AUTH_URL=$OS_AUTH_URL
4043
41- # Unset the usual variables to force argument processing
44+ # Unset the usual variables to force argument processing
4245unset OS_TENANT_NAME
4346unset OS_USERNAME
4447unset OS_PASSWORD
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ ** client-env.sh**
4+
35# Test OpenStack client enviroment variable handling
46
57echo " *********************************************************************"
68echo " Begin DevStack Exercise: $0 "
79echo " *********************************************************************"
810
9- # Verify client workage
10- VERIFY=${1:- " " }
1111
1212# Settings
1313# ========
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ if ! nova secgroup-list | grep -q $SECGROUP; then
8383 fi
8484fi
8585
86- # determinine instance type
86+ # Determinine instance type
8787# -------------------------
8888
8989# List of instance types:
@@ -100,6 +100,7 @@ NAME="ex-float"
100100VM_UUID=` nova boot --flavor $INSTANCE_TYPE --image $IMAGE $NAME --security_groups=$SECGROUP | grep ' id ' | get_field 2`
101101die_if_not_set VM_UUID " Failure launching $NAME "
102102
103+
103104# Testing
104105# =======
105106
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ CONTAINER=ex-swift
4040# exercise is skipped.
4141is_service_enabled swift || exit 55
4242
43+
4344# Testing Swift
4445# =============
4546
You can’t perform that action at this time.
0 commit comments