Browse code

updates to excercise.sh to get partial working-ness

Anthony Young authored on 2011/09/27 16:29:28
Showing 1 changed files
... ...
@@ -25,7 +25,7 @@ HOST=${HOST:-localhost}
25 25
 # ip address, ...)   With the addition of Keystone we have standardized on the
26 26
 # term **tenant** as the entity that owns the resources.  **novaclient** still
27 27
 # uses the old deprecated terms project_id.
28
-export NOVA_PROJECT_ID=${TENANT:-demo}
28
+export NOVA_PROJECT_ID=${TENANT:-2}
29 29
 
30 30
 # In addition to the owning entity (tenant), nova stores the entity performing
31 31
 # the action as the **user**.
... ...
@@ -48,6 +48,9 @@ export NOVA_URL=${NOVA_URL:-http://$HOST:5000/v2.0/}
48 48
 # needs to match the config of your catalog returned by Keystone.
49 49
 export NOVA_VERSION=1.1
50 50
 
51
+# FIXME - why does this need to be specified?
52
+export NOVA_REGION_NAME=RegionOne
53
+
51 54
 
52 55
 # Launching a server
53 56
 # ==================