Skip to content
Snippets Groups Projects
Commit f7759f9b authored by Erik Reid's avatar Erik Reid
Browse files

removed 'alarmsd-db' from config format

parent 11a1a9d7
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,6 @@ CONFIG_SCHEMA = {
"type": "object",
"properties": {
"alarms-db": {"$ref": "#/definitions/database_credentials"},
"ops-db": {"$ref": "#/definitions/database_credentials"},
"oid_list.conf": {"type": "string"},
"ssh": {
......@@ -76,7 +75,6 @@ CONFIG_SCHEMA = {
}
},
"required": [
"alarms-db",
"ops-db",
"oid_list.conf",
"ssh",
......
......@@ -22,12 +22,6 @@ TEST_DATA_DIRNAME = os.path.realpath(os.path.join(
def data_config_filename(tmp_dir_name):
config = {
"alarms-db": {
"hostname": "xxxxxxx.yyyyy.zzz",
"dbname": "xxxxxx",
"username": "xxxxxx",
"password": "xxxxxxxx"
},
"ops-db": {
"hostname": "xxxxxxx.yyyyy.zzz",
"dbname": "xxxxxx",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment