|
@@ -164,20 +164,22 @@ In addition to the provider specific configuration variables above, there are
|
|
|
some general configuration environment variables that apply to CloudBridge as
|
|
some general configuration environment variables that apply to CloudBridge as
|
|
|
a whole
|
|
a whole
|
|
|
|
|
|
|
|
-====================== ==================
|
|
|
|
|
-Variable Description
|
|
|
|
|
-====================== ==================
|
|
|
|
|
-CB_DEBUG Setting ``CB_DEBUG=True`` will cause detailed debug
|
|
|
|
|
- output to be printed for each provider (including HTTP
|
|
|
|
|
- traces).
|
|
|
|
|
-CB_USE_MOCK_PROVIDERS Setting this to ``True`` will cause the CloudBridge test
|
|
|
|
|
- suite to use mock drivers when available.
|
|
|
|
|
-CB_TEST_PROVIDER Set this value to a valid :class:`.ProviderList` value
|
|
|
|
|
- such as ``aws``, to limit tests to that provider only.
|
|
|
|
|
-CB_DEFAULT_SUBNET_NAME Name to be used for a subnet that will be considered
|
|
|
|
|
- the 'default' by the library. This default will be used
|
|
|
|
|
- only in cases there is no subnet marked as the default by the provider.
|
|
|
|
|
-CB_DEFAULT_NETWORK_NAME Name to be used for a network that will be considered
|
|
|
|
|
- the 'default' by the library. This default will be used
|
|
|
|
|
- only in cases there is no network marked as the default by the provider.
|
|
|
|
|
-======================= ==================
|
|
|
|
|
|
|
+======================== ======================================================
|
|
|
|
|
+Variable Description
|
|
|
|
|
+======================== ======================================================
|
|
|
|
|
+CB_DEBUG Setting ``CB_DEBUG=True`` will cause detailed debug
|
|
|
|
|
+ output to be printed for each provider (including HTTP
|
|
|
|
|
+ traces).
|
|
|
|
|
+CB_USE_MOCK_PROVIDERS Setting this to ``True`` will cause the CloudBridge
|
|
|
|
|
+ test suite to use mock drivers when available.
|
|
|
|
|
+CB_TEST_PROVIDER Set this value to a valid :class:`.ProviderList` value
|
|
|
|
|
+ such as ``aws``, to limit tests to that provider only.
|
|
|
|
|
+CB_DEFAULT_SUBNET_LABEL Name to be used for a subnet that will be considered
|
|
|
|
|
+ the 'default' by the library. This default will be
|
|
|
|
|
+ used only in cases there is no subnet marked as the
|
|
|
|
|
+ default by the provider.
|
|
|
|
|
+CB_DEFAULT_NETWORK_LABEL Name to be used for a network that will be considered
|
|
|
|
|
+ the 'default' by the library. This default will be
|
|
|
|
|
+ used only in cases there is no network marked as the
|
|
|
|
|
+ default by the provider.
|
|
|
|
|
+======================== ======================================================
|