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

Finished feature DBOARD3-621.

parents f5533b4d 195e9e13
Branches
Tags
No related merge requests found
......@@ -221,7 +221,6 @@ CONFIG_SCHEMA = {
'oneOf': [
{
'required': [
'ops-db',
'ssh',
'redis',
'redis-databases',
......@@ -232,7 +231,6 @@ CONFIG_SCHEMA = {
},
{
'required': [
'ops-db',
'ssh',
'sentinel',
'redis-databases',
......
......@@ -28,12 +28,6 @@ def data_config_filename():
with tempfile.NamedTemporaryFile() as f:
config = {
"ops-db": {
"hostname": "xxxxxxx.yyyyy.zzz",
"dbname": "xxxxxx",
"username": "xxxxxx",
"password": "xxxxxxxx"
},
"ssh": {
"username": "uSeR-NaMe",
"private-key": "private-key-filename",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment