|
...
|
...
|
@@ -250,8 +250,7 @@ These scripts are executed serially by ``exercise.sh`` in testing situations.
|
|
250
|
250
|
database access from the exercise itself.
|
|
251
|
251
|
|
|
252
|
252
|
* If specific configuration needs to be present for the exercise to complete,
|
|
253
|
|
- it should be staged in ``stack.sh``, or called from ``stack.sh`` (see
|
|
254
|
|
- ``files/keystone_data.sh`` for an example of this).
|
|
|
253
|
+ it should be staged in ``stack.sh``, or called from ``stack.sh``.
|
|
255
|
254
|
|
|
256
|
255
|
* The ``OS_*`` environment variables should be the only ones used for all
|
|
257
|
256
|
authentication to OpenStack clients as documented in the CLIAuth_ wiki page.
|