Browse code

Delete some comment or messages of keystone_data.sh(removed)

As files/keystone_data.sh has been removed in the commit
https://review.openstack.org/#/c/79366/, we should remove some
related documations and comments.

Change-Id: I7802d0052fa28d8debb7f361d36a4f108869554c

Einst Crazy authored on 2015/10/31 00:00:57
Showing 3 changed files
... ...
@@ -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.
... ...
@@ -393,7 +393,7 @@ with ``KEYSTONE_CATALOG_BACKEND``:
393 393
         KEYSTONE_CATALOG_BACKEND=template
394 394
 
395 395
 DevStack's default configuration in ``sql`` mode is set in
396
-``files/keystone_data.sh``
396
+``lib/keystone``
397 397
 
398 398
 
399 399
 Guest Images
... ...
@@ -23,7 +23,7 @@
23 23
 #
24 24
 # Optional Dependencies:
25 25
 #
26
-# - ``ALT_*`` (similar vars exists in keystone_data.sh)
26
+# - ``ALT_*``
27 27
 # - ``LIVE_MIGRATION_AVAILABLE``
28 28
 # - ``USE_BLOCK_MIGRATION_FOR_LIVE_MIGRATION``
29 29
 # - ``DEFAULT_INSTANCE_TYPE``