Open rgildein opened 7 months ago
Right now CLOUD_NAME and OS_CLIENT_CONFIG are defined in charm.py, and if we need to use them in integration tests we need to install charm dependencies. We should avoid such dependencies being in integrations tests.
CLOUD_NAME
OS_CLIENT_CONFIG
related: #41
Right now
CLOUD_NAME
andOS_CLIENT_CONFIG
are defined in charm.py, and if we need to use them in integration tests we need to install charm dependencies. We should avoid such dependencies being in integrations tests.related: #41