Skip to content

Commit 8f07ef8

Browse files
Jenkinsopenstack-gerrit
Jenkins
authored andcommitted
Merge "Delete some comment or messages of keystone_data.sh(removed)"
2 parents 21fee9d + f54f60a commit 8f07ef8

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

HACKING.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,7 @@ These scripts are executed serially by ``exercise.sh`` in testing situations.
250250
database access from the exercise itself.
251251

252252
* 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``.
255254

256255
* The ``OS_*`` environment variables should be the only ones used for all
257256
authentication to OpenStack clients as documented in the CLIAuth_ wiki page.

doc/source/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ with ``KEYSTONE_CATALOG_BACKEND``:
394394
KEYSTONE_CATALOG_BACKEND=template
395395

396396
DevStack's default configuration in ``sql`` mode is set in
397-
``files/keystone_data.sh``
397+
``lib/keystone``
398398

399399

400400
Guest Images

lib/tempest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#
2424
# Optional Dependencies:
2525
#
26-
# - ``ALT_*`` (similar vars exists in keystone_data.sh)
26+
# - ``ALT_*``
2727
# - ``LIVE_MIGRATION_AVAILABLE``
2828
# - ``USE_BLOCK_MIGRATION_FOR_LIVE_MIGRATION``
2929
# - ``DEFAULT_INSTANCE_TYPE``

0 commit comments

Comments
 (0)