Remove default-overrides.conf

Remove the file completely.

Change-Id: Ibec27eaa1212a0b46d66be0c97869419849f4cb7
This commit is contained in:
Martin Kopec 2018-07-02 09:20:42 +00:00
parent d1107c9653
commit 03ab541473
3 changed files with 1 additions and 7 deletions

View File

@ -175,7 +175,7 @@ def set_options(conf, deployer_input, non_admin, overrides=[],
if non_admin:
# non admin, so delete auth admin values which were set
# from default-overides.conf file
# in load_basic_defaults method
conf.set("auth", "admin_username", "")
conf.set("auth", "admin_project_name", "")
conf.set("auth", "admin_password", "")

View File

@ -1,3 +0,0 @@
# The content of the file was moved to the source
# code of python-tempestconf.
# The file will removed soon.

View File

@ -23,9 +23,6 @@ classifier =
packages =
config_tempest
data_files =
etc/tempest = etc/*
[entry_points]
console_scripts =
discover-tempest-config = config_tempest.main:main