|
...
|
...
|
@@ -24,8 +24,9 @@ HOST=${HOST:-localhost}
|
|
24
|
24
|
# Nova original used project_id as the *account* that owned resources (servers,
|
|
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
|
|
-# uses the old deprecated terms project_id.
|
|
28
|
|
-export NOVA_PROJECT_ID=${TENANT:-2}
|
|
|
27
|
+# uses the old deprecated terms project_id. Note that this field should now be
|
|
|
28
|
+# set to tenant_name, not tenant_id.
|
|
|
29
|
+export NOVA_PROJECT_ID=${TENANT:-demo}
|
|
29
|
30
|
|
|
30
|
31
|
# In addition to the owning entity (tenant), nova stores the entity performing
|
|
31
|
32
|
# the action as the **user**.
|