7550c0373b
Use actual local.conf file name and format instead of deprecated localrc in devstack related deployment engines. Closes-bug: #1457194 Change-Id: Iba464f33eb9d1598dfa6aabbd167712d573f79da
26 lines
752 B
JSON
26 lines
752 B
JSON
{
|
|
"type": "MultihostEngine",
|
|
"controller": {
|
|
"type": "DevstackEngine",
|
|
"local_conf": {
|
|
"ENABLED_SERVICES+": ",-n-cpu,-n-net",
|
|
"MULTI_HOST": "1",
|
|
"SCREEN_LOGDIR": "$DEST/logs/screen"
|
|
},
|
|
"provider": {"type": "DummyProvider",
|
|
"credentials": [{"host": "host-1.net",
|
|
"user": "root"}]}
|
|
},
|
|
"nodes": [
|
|
{
|
|
"type": "DevstackEngine",
|
|
"local_conf": {"ENABLED_SERVICES": "n-cpu,n-net"},
|
|
"provider": {
|
|
"type": "DummyProvider",
|
|
"credentials": [{"host": "host-2.net",
|
|
"user": "root"}]
|
|
}
|
|
}
|
|
]
|
|
}
|