Connect mysql mongodb to devstack

Hello everyone,

I’m currently researching DevStack, and I have a MySQL and MongoDB server. How can I connect those servers to DevStack instead of using localhost?

@Ng_c_S_n_Tr_n, you can copy the DB config from lms/envs/common.py and cms/envs/common.py to lms/envs/private.py and cms/envs/private.py (these files do not exist by default, so you may need to create them). Then, adjust the connection details there.

If you want to provision the whole devstack with these overrides, you may need to make similar changes to the discovery, ecommerce, and other services used during the devstack provisioning process.