We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34acee3 commit 4387690Copy full SHA for 4387690
1 file changed
exercise.sh
@@ -25,7 +25,7 @@ HOST=${HOST:-localhost}
25
# ip address, ...) With the addition of Keystone we have standardized on the
26
# term **tenant** as the entity that owns the resources. **novaclient** still
27
# uses the old deprecated terms project_id.
28
-export NOVA_PROJECT_ID=${TENANT:-demo}
+export NOVA_PROJECT_ID=${TENANT:-2}
29
30
# In addition to the owning entity (tenant), nova stores the entity performing
31
# the action as the **user**.
@@ -48,6 +48,9 @@ export NOVA_URL=${NOVA_URL:-http://$HOST:5000/v2.0/}
48
# needs to match the config of your catalog returned by Keystone.
49
export NOVA_VERSION=1.1
50
51
+# FIXME - why does this need to be specified?
52
+export NOVA_REGION_NAME=RegionOne
53
+
54
55
# Launching a server
56
# ==================
0 commit comments